Python Learning – Telegram
Python Learning
5.95K subscribers
511 photos
2 videos
69 files
112 links
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
Download Telegram
Python developer roadmap

🔗 roadmap link

It is interactive so you can click on any of topics and get an explanation.

@python_bds
👍71🥰1👏1🤩1
Main Python Data Types
Which of the following character is used to give single-line comments in Python?
Anonymous Quiz
22%
//
62%
#
3%
!
12%
/*
What is Python
👍14
Basic Python String Cheat Sheet
👍1
What will be the output of the above Python code?
Anonymous Quiz
24%
1 2 3
19%
Error
41%
1 2
16%
None
👍42
This is a code snippet for above question. Sorry for the inconvenience.
👍4
Author of Python
👍7🤔1
Math Operators Cheat Sheet
Which of the following functions can help us to find the version of python that we are currently working on?
Anonymous Quiz
9%
sys.version(1)
7%
sys.version(0)
60%
sys.version()
24%
sys.version
Scope of Python
2👍1
Python tricks and tips
Swapping values

Code snippet to copy:
x, y = 13, 26
x, y = y, x
print(x, y)
Python Roadmap 2023
👍117👏1
Random Dice Rolls
👍8
How to Store Strings in Variables cheat sheet
Python supports the creation of anonymous functions at runtime, using a construct called __________
Anonymous Quiz
15%
pi
17%
anonymous
59%
lambda
9%
none
👍4
Features of Python
50 Days of Python Challenge
Diamond Shape Pattern
👍6