Python learning
27.2K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
Which collection does not allow
duplicate members?
Anonymous Quiz
47%
Tuple
43%
Set
10%
List
PythonProgrammingExercisesGentlyExplained.pdf
1.5 MB
Python Programming Exercises, 2022., gently explained
42 programming exercises on 160 pages with plain-English explanations


Exercise #1: Hello, World!
Exercise #2: Temperature Conversio
Exercise #3: Odd & Even
Exercise #4: Area & Volume
Exercise #5: Fizz Buzz
Exercise #6: Ordinal Suffix
Exercise #7: ASCII Table
Exercise #8: Read Write File
Exercise #9: Chess Square Color
Exercise #10: Find and Replace
Exercise #11: Hours, Minutes, Seconds
Exercise #12: Smallest & Biggest
Exercise #13: Sum & Product
Exercise #14: Average
Exercise #15: Median
Exercise #16: Mode
Exercise #17: Dice Roll
Exercise #18: Buy 8 Get 1 Free
Exercise #19: Password Generator
Exercise #20: Leap Year
And many more
How to Become Better in 2023πŸ™ŒπŸ»πŸ™ŒπŸ»πŸ™ŒπŸ»πŸ™ŒπŸ»
This media is not supported in your browser
VIEW IN TELEGRAM
Bring back childhood memories😍. Tertis game using python. Source code πŸ‘‡πŸ‘‡
Wrote an article If You are a beginner and looking for your first programming languages πŸ€”

https://inprogrammer.com/which-programming-language-should-i-learn-first-as-a-beginner/
Which keyword is used for function
in Python language?
Anonymous Quiz
12%
function
75%
def
10%
fun
3%
define
Python supports the creation of
anonymous functions at runtime,
using a construct called_________
Anonymous Quiz
16%
pi
21%
anonymous
55%
lambda
8%
none
10 HIGHEST PAYINNG PROGRAMMING JOBS πŸ™ŒπŸ»πŸ™ŒπŸ»
How to Store Strings in Variables cheat sheet
What will be the output of the above
Python code?
Anonymous Quiz
28%
1 2 3
36%
Error
6%
1 2
30%
None
SIM Card Part and Function πŸ™ŒπŸ»πŸ™ŒπŸ»πŸ™ŒπŸ»πŸ™ŒπŸ» .
Download all these books For Free πŸ‘‰ https://inprogrammer.com/5-must-read-free-books-for-beginners/
What will be the Output
def fun_x(x):
X=X+'2' x=x*2 return x print(fun_X("python")
Anonymous Quiz
33%
python2python2
17%
python2
42%
Error
7%
None of above
Python tricks and tips
Section 2: Strings
Lesson 8: Printing out multiple values of strings

Code snippet to copy:
print(β€œon”*3+’ β€˜+”off”*2)