Python standard modules :- https://www.instagram.com/p/C8LlULGClHV/?igsh=MWtmb2NydGltMzEzZA==
Python Basics to Advanced Notesπ (2).pdf
8.7 MB
Complete Python Handwritten Notes πβ
--- 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: @pythoncodess")
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("<Enter>", move_button)
root.mainloop()
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: @pythoncodess")
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("<Enter>", move_button)
root.mainloop()
JS Interview Questions.pdf
609.4 KB
Don't forget to React β€οΈ to this msg if you want more content Like this π
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
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
SQL ROADMAP π
Day 1-10 :- Basics Of SQL
Day 11-20 :- SQL Queries And Filtering
Day 21-30 :- Joins and Subqueries
Day 31-40 :- Aggregate functions and Grouping
Day 41-50 :- Database Design and Normalization
Day 51-60 :-Advance SQL Queries
Day 61-70 :- Stored Procedures and Functions
Day 71-80 :- Indexing and Query Optimization
Day 81-90 :- Capstone Projects
For more Informative contents. Don't Forget To React β€οΈ
Day 1-10 :- Basics Of SQL
Day 11-20 :- SQL Queries And Filtering
Day 21-30 :- Joins and Subqueries
Day 31-40 :- Aggregate functions and Grouping
Day 41-50 :- Database Design and Normalization
Day 51-60 :-Advance SQL Queries
Day 61-70 :- Stored Procedures and Functions
Day 71-80 :- Indexing and Query Optimization
Day 81-90 :- Capstone Projects
For more Informative contents. Don't Forget To React β€οΈ
AI & ML DIGITAL NOTES.pdf
3.4 MB
AI & ML DIGITAL NOTES π
REACT β€οΈ For More βοΈ
REACT β€οΈ For More βοΈ
Roles & Responsibilities of Fullstack Developer ππ₯
1) Understand Requirements of Project.
2) Analyze requirements.
3) Design / Planning.
4) Database Design.
5) Development (Backend development).
6) Unit Testing.
7) Code Review.
8) Code Integration (Git Hub).
9) Frontend Development.
10) Frontend + Backend Integration
11) Deployment.
12) Support / Maintenence.
For More Informative contents.
Don't Forget To React β€οΈ
1) Understand Requirements of Project.
2) Analyze requirements.
3) Design / Planning.
4) Database Design.
5) Development (Backend development).
6) Unit Testing.
7) Code Review.
8) Code Integration (Git Hub).
9) Frontend Development.
10) Frontend + Backend Integration
11) Deployment.
12) Support / Maintenence.
For More Informative contents.
Don't Forget To React β€οΈ