Postlar filtri


120+ Python Projects with source codes👇👇

https://drive.google.com/drive/folders/1TvjOQx_XfxARi8qNtDwpZNwmcor5lJW_?usp=share_link

👆🏻👆🏻👆🏻👆🏻🔥🔥🔥🔥👆🏻👆🏻👆🏻


If you are able to access it please react with 🚀


For more content like this react ♥️ on the Post ✔️

4.9k 0 103 15 72

--- Do you like me Source Code ---


import tkinter as tk
import random

def show_popup():
    popup = tk.Toplevel(root)
    popup.title("Popup")
    label = tk.Label(popup, text="Thanks for Accepting")
    label.pack(padx=20, pady=20)

def move_button(event):
    x = random.randint(0, 350)
    y = random.randint(0, 350)
    no_button.place(x=x, y=y)

root = tk.Tk()
root.title("instagram: @pythonlearnerr")
root.geometry("400x400")

question_label = tk.Label(root, text="Do you like me?")
question_label.pack(pady=20)

yes_button = tk.Button(root, text="Yes", command=show_popup)
yes_button.pack()

no_button = tk.Button(root, text="No")
no_button.pack()

no_button.bind("", move_button)

root.mainloop()


Data Science Roadmap 🚀

Day 1-7: Excel Fundamentals 

Day 8-14: SQL Basics & Queries 

Day 15-25: Python for Data Analysis 

Day 26-35: Data Cleaning & EDA

Day 36-45: Tableau & Power BI

Day 46-60: Machine Learning Basics 

22k 0 83 98 312

JS Interview Questions.pdf
609.4Kb
Don't forget to React ❤️ to this msg if you want more content Like this 👍



21k 0 121 4 29




20k 0 130 3 28


31k 0 6 182 106

Java Interview Questions & Answers ✔️

Complete 100 Reactions & We'll share Python Interview Ques & Ans 🚀

23.5k 0 153 15 105

Java Interview Ques & Ans ✔️



33k 0 89 12 33


44.9k 0 13 329 108

What will be the value of the following Python expression? >>> 4 + 2 % 5
So‘rovnoma
  •   6
  •   1
  •   14
  •   Error
4597 ta ovoz

53.6k 0 10 30 106

SIMPLE_MARIO_GAME_IN_PYTHON_WITH_SOURCE_CODE (5).zip
15.1Mb
🚀 Complete 100 Reactions & We'll Share Car Detection Source Code 📌

58.1k 0 126 14 228





--- Do you like me Source Code ---


import tkinter as tk
import random

def show_popup():
    popup = tk.Toplevel(root)
    popup.title("Popup")
    label = tk.Label(popup, text="Thanks for Accepting")
    label.pack(padx=20, pady=20)

def move_button(event):
    x = random.randint(0, 350)
    y = random.randint(0, 350)
    no_button.place(x=x, y=y)

root = tk.Tk()
root.title("instagram: @pythonlearnerr")
root.geometry("400x400")

question_label = tk.Label(root, text="Do you like me?")
question_label.pack(pady=20)

yes_button = tk.Button(root, text="Yes", command=show_popup)
yes_button.pack()

no_button = tk.Button(root, text="No")
no_button.pack()

no_button.bind("", move_button)

root.mainloop()

88.9k 0 106 40 183

What is output of print(math.pow(3, 2))?
So‘rovnoma
  •   9.0
  •   9
  •   None
  •   6
5584 ta ovoz


What arithmetic operators cannot be used with strings in Python?
So‘rovnoma
  •   +
  •   -
  •   *
  •   All of the mentioned
5691 ta ovoz



74k 0 226 2 38
20 ta oxirgi post ko‘rsatilgan.