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
Best Code Editors For Python 👨‍💻

Don't Forget to give reactions❤️
11👍2👏1
screen_pet.py
4 KB
Screen Pet in Python 🐶

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

     
        
Thanks For Joining All ❤️
8👏1
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 ❤️
👍42
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