Python Learning
Open in 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
Show more5 793
Subscribers
No data24 hours
-27 days
-4030 days
Posts Archive
5 793
Python tricks and tips
Swapping values
Code snippet to copy:
x, y = 13, 26
x, y = y, x
print(x, y)5 793
Which of the following functions can help us to find the version of python that we are currently working on?
5 793
Which of the following character is used to give single-line comments in Python?
5 793
Python developer roadmap
π roadmap link
It is interactive so you can click on any of topics and get an explanation.
@python_bds
5 793
Python tricks and tips
Checking and analyzing the memory unit of an object
Code snippet to copy:
import sys
a=10
print(sys.getsizeof(a))5 793
Also sorry for not posting for a while, i was busy
here is free Python specialization by Code Camp
Scientific Computing with Python
https://www.freecodecamp.org/learn/scientific-computing-with-python/
βββββββββββββ
Join @python_bds for more
5 793
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
