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 850
Subscribers
+1124 hours
+67 days
+730 days
Posts Archive
5 851
Python tricks and tips
Swapping values
Code snippet to copy:
x, y = 13, 26
x, y = y, x
print(x, y)5 851
Which of the following functions can help us to find the version of python that we are currently working on?
5 851
Which of the following character is used to give single-line comments in Python?
5 851
Python developer roadmap
š roadmap link
It is interactive so you can click on any of topics and get an explanation.
@python_bds
5 851
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 851
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
Available now! Telegram Research 2025 ā the year's key insights 
