Python Learning
5.93K subscribers
426 photos
1 video
59 files
106 links
Python Coding resources, Cheat Sheets & Quizzes! πŸ§‘β€πŸ’»

Free courses: @bigdataspecialist

@datascience_bds
@github_repositories_bds
@coding_interview_preparation
@tech_news_bds

DMCA: @disclosure_bds

Contact: @mldatascientist
Download Telegram
def func(a, b=2, c=3):
    return a + b + c

print(func(1, c=4))
❀3πŸ‘1πŸ”₯1
What will be the output of the following code?
Anonymous Quiz
47%
7
16%
8
30%
Error
7%
None
❀2
Cheat-Sheets For Pandas 🐼

Don't Forget to give reactions❀️
❀9πŸ‘1πŸ”₯1
python Tip
❀11πŸ‘2πŸ”₯1
gui_calender.py
1.3 KB
GUI Calender in Python πŸ“…

Do not forget to React ❀️  to this Message for More Content Like this

     
        
Thanks For Joining All ❀️
❀4πŸ‘2πŸ‘1
x = [1, 2, 3]
y = (4, 5, 6)
z = x + list(y)
print(z)
❀5
What will be the output of the following code?
Anonymous Quiz
54%
[1, 2, 3, 4, 5, 6]
14%
[1, 2, 3] + [4, 5, 6]
20%
[1, 2, 3, (4, 5, 6)]
13%
Error
❀5πŸ‘1
Python String Methods πŸš€

Don't Forget to give reactions❀️
❀7πŸ‘3
rock_paper_scissor_game.py
2.2 KB
Rock Paper Scissor Game in Python πŸš€

Do not forget to React ❀️  to this Message for More Content Like this

     
        
Thanks For Joining All ❀️
πŸ‘4❀2
Which of the following types of loops are not supported in Python?
Anonymous Quiz
4%
for
5%
while
74%
do-while
17%
None
❀4πŸ‘1
Python: From Zero to Hero - Code Your Way to the Top


Rating ⭐️: 4.4 out 5
Students πŸ‘¨β€πŸŽ“ : 233,718
Duration ⏰ : 4.5 hours on-demand video
πŸ‘©β€πŸ’» 1 article
9 downloadable resources
Created by πŸ‘¨β€πŸ«: Ahmed El Mohandes

πŸ”— COURSE LINK

⚠️ Its free for first 1000 enrollments only!


#python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @bigdataspecialist for moreπŸ‘ˆ
❀2
Selenium Base

Python APIs for web automation, testing, and bypassing bot-detection.

Creator: Selenium ase
Stars ⭐️: 6.5k
Forked By: 1k
GithubRepo: https://github.com/seleniumbase/SeleniumBase


#API #python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @python_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
❀3πŸ‘2
✨ Welcome, 2025! ✨

The old year bids us farewell, leaving behind countless sweet memories and valuable lessons.
2024 taught us how to grow, improve, and keep moving forward with courage and hope.

May this new year bring new horizons of success, endless joy, and thrilling projects.
Your love and support made 2024 so memorable and meaningful.
You are the reason behind our progress and the source of our motivation. πŸ’–

In 2025, we aim to learn more, create new ideas, and share incredible moments with you.

Wishing you all a heartfelt Happy New Year! 🌈
Let’s come together and create wonderful memories this year.

Stay connected with us: @python_bds
❀5πŸ‘1πŸ‘1
Python Roadmap
πŸ‘4❀3