Python Learning
Відкрити в Telegram
Python learning resources Beginner to advanced Python guides, cheatsheets, books and projects. For data science, backend and automation. Join 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist
Показати більше5 850
Підписники
+1124 години
+67 днів
+730 день
Архів дописів
5 852
Our quiz league has a new leader!
After 5 rounds, @Jaiswal_Pranav took the lead from @divyashaktipal. These two are really trying hard and it will be interesting to see if anybody else could join them and fight for the title!
Quick stats for previous round - Python Quiz:
🏆 Top results in the quiz 'Python Quiz'
🖊 8 questions
⏱ 45 seconds per question
🤓 95 people took the quiz
🥇 @Jaiswal_Pranav – 8 (15.4 sec)
🥈 @zed_anon – 8 (16.5 sec)
🥉 @Deadfromtheborn – 8 (56.9 sec)
4. @Soremesis420 – 8 (1 min 14 sec)
5. Python Programmer – 8 (1 min 27 sec)
6. @divyashaktipal – 7 (18.5 sec)
7. @DarkAngeI7887 – 7 (25.4 sec)
8. Ya-Ting – 7 (28.6 sec)
9. Laxmanchowdary – 7 (42.8 sec)
10. @El_primobull – 7 (59.5 sec)
Full results and table standings:
https://docs.google.com/spreadsheets/d/1wF9oHAI5KBtr9c85QLTKObClYpXwtRYouK5iAQs9z74/edit?usp=sharing
Next round:
HTML Quiz: https://t.me/QuizBot?start=7B6lFTms
This is super easy one.
Please share our quiz league with your friends so we could have more participants, thanks.
Good luck to everyone 😊
@bigdataspecialist
5 852
Round 4 of our programming quiz league is officially over.
🏆 Top results in the quiz ROUND 4: 'Database Management System Quiz'
🖊 8 questions
⏱ 45 seconds per question
🤓 106 people took the quiz
🥇 @zed_anon – 8 (16.6 sec)
🥈 @divyashaktipal – 8 (18.3 sec)
🥉 @Shark_020 – 8 (23.2 sec)
4. RAJ SINGH SODHA – 8 (1 min 18 sec)
5. @Jaiswal_Pranav – 7 (44.6 sec)
6. @jylim0208 – 7 (47.3 sec)
7. Suhas – 7 (56.8 sec)
8. Hamza Mushtaq – 7 (1 min 2 sec)
9. @bitSurfer21 – 7 (1 min 2 sec)
10. Anonymous – 7 (1 min 4 sec))
See entire list for this round and all previous rounds here.
New round:
Round 5: Python Quiz
https://t.me/QuizBot?start=0GfRU80S
Good luck!
5 852
Greetings,
Results for 3rd round of our Programming Quiz League have been updated.
Here is how top 25 currently looks like. For more detailed list, check this google sheet.
Next quiz, round 4 is:
Database Management System Quiz: http://t.me/QuizBot?start=DpGHU079
Good luck 😊
5 852
Python Functions Cheat sheet
A function is a block of organized code that is used to perform a single task. They provide better modularity for your application and reuse-ability.
🔗 Article Link
5 852
Crawl Websites Using Python
In this notebook, I will go over a simpler Python scraper.
Notebook Link
#Python
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @python_bds for more
5 852
Python Cheat Sheet sent few days ago was blurry so I hope it's better this time.
5 852
Which of the following is used to define a block of code in Python language?
5 852
Python tricks and tips
Section 2: Strings
Lesson 8: Printing out multiple values of strings
Code snippet to copy:
print(“on”*3+’ ‘+”off”*2)
5 852
Chaining Of Comparison Operators
Code snippet to copy:
n = 10
result = 1 < n < 20
print(result)
result = 1 > n <= 9
print(result)
5 852
Participate in free programming knowledge quiz league!
Hey guys, we in big data specialist community created first programming league! We will have quizzes every week, you will gain points by giving right answers, and after 10 weeks we will have our winner! This should be really fun and we should learn something new.
First round - General programming knowledge quiz
Quiz link: http://t.me/QuizBot?start=7FcREcyF
Tomorrow is next round starting and you will no longer be able to take first round so hurry up 😊
Here you can find more info and track leaderboards:
https://docs.google.com/spreadsheets/d/1wF9oHAI5KBtr9c85QLTKObClYpXwtRYouK5iAQs9z74/edit?usp=sharing
Join https://t.me/bigdataspecialist to get notified about next rounds. You can also find valuable programming learning materials here and ask any programming related questions you have.
5 852
Python tricks and tips
Section 6: Dictionary
Lesson 15: Merging multiple dictionaries
Code snippet to copy:
x = {'a': 1, 'b': 2}
y = {'b': 3, 'c': 4}
z = {**x, **y}
print(z)5 852
Python Notes Basics of Python programming
📄 29 pages
#Python
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @python_bds for more
5 852
Python tricks and tips
Section 6: Dictionary
Lesson 14: Iterating value pairs and dictionary keys
Code snippet to copy:
dict1={‘a’: 1, ‘b’: 2, ‘c’: 3, ‘d’: 4, ‘e’: 5, ‘f’: 6}
for a, b in dict1.iteritems():
print (‘{: {}’.format(a,b))
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
