Skip to content

Covering all the basics of the Python programming language

Notifications You must be signed in to change notification settings

Pradhyumna789/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python

Covering all the basics of python programming language

Introduction to Python -

  1. Find average marks
  2. Find X raised to power N
  3. Arithmetic Progression
  4. Rectangular area

Conditionals and Loops -

Theory:

  1. Boolean data type
  2. IF-ELSE
  3. Using Relational & Logical Operators
  4. Using ELSE-IF
  5. Nested Conditionals
  6. While Loop
  7. Primality Checking
  8. Nested Loops Questions:
  9. Check number
  10. Sum of n numbers
  11. Sum of even numbers
  12. Fahrenheit to celcius
  13. Calculator
  14. Reverse of a number
  15. Palindrome number
  16. Sum of even and odd
  17. Nth Fibonacci Number

Patterns -

  1. Square pattern
  2. Triangular star pattern
  3. Triangle number pattern
  4. Reverse number pattern
  5. Alpha pattern
  6. Character pattern
  7. Interesting alphabets
  8. Inverted number pattern
  9. Mirror number pattern
  10. Star pattern
  11. Triangle of Numbers
  12. Diamond of stars

More on Loops -

Strings, list and 2D list -

Functions -

Tuples, dictionary and sets -

OOPs(Object oriented programming)

About

Covering all the basics of the Python programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published