Python learning
27.3K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
Join our broadcast channel :- https://ig.me/j/AbYhXUHJtUKFtzI3/
python pattern notes.pdf
1.6 MB
python pattern notes.pdf
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()
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 
Don't forget to React ❀️
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 ❀️
AI & ML DIGITAL NOTES.pdf
3.4 MB
AI & ML DIGITAL NOTES πŸ“

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 ❀️