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 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
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
