Covering all the basics of python programming language
Introduction to Python -
- Find average marks
- Find X raised to power N
- Arithmetic Progression
- Rectangular area
Conditionals and Loops -
- Check number
- Sum of n numbers
- Sum of even numbers
- Fahrenheit to celcius
- Calculator
- Reverse of a number
- Palindrome number
- Sum of even and odd
- Nth Fibonacci Number
Patterns -
- Square pattern
- Triangular star pattern
- Triangle number pattern
- Reverse number pattern
- Alpha pattern
- Character pattern
- Interesting alphabets
- Inverted number pattern
- Mirror number pattern
- Star pattern
- Triangle of Numbers
- Diamond of stars
More on Loops -
Strings, list and 2D list -
Functions -
Tuples, dictionary and sets -
OOPs(Object oriented programming)