Фильтр публикаций


🚀 Learn Python with Web Scrapping & Development ✔️

---> Certification to Everyone 🏅

Become Python Certified Programmer ✔️

Click here, Register Free
👇👇👇
https://forms.gle/Q3eCzrBmnN4yDD2w5


⚠️ Free for First 500 People ⚠️


Want to learn Python with Web Development & Scraping with Certification at Free of Cost 🤔
Опрос
  •   Yes 🙌
  •   How to Join 🤔
94 голосов


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 

19k 0 70 85 280

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









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
Опрос
  •   6
  •   1
  •   14
  •   Error
4597 голосов

53.6k 0 10 30 106

SIMPLE_MARIO_GAME_IN_PYTHON_WITH_SOURCE_CODE (5).zip
15.1Мб
🚀 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))?
Опрос
  •   9.0
  •   9
  •   None
  •   6
5584 голосов


What arithmetic operators cannot be used with strings in Python?
Опрос
  •   +
  •   -
  •   *
  •   All of the mentioned
5691 голосов



74k 0 226 2 38
Показано 20 последних публикаций.