An open API service indexing awesome lists of open source software.

https://github.com/mechdeveloper/python3_learning


https://github.com/mechdeveloper/python3_learning

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# Python3_Learning

## [1. Python3 QuickStart](https://github.com/mechdeveloper/Python3_Learning/blob/main/Python3_Programming_QuickStart.ipynb)

- Data Types
- Booleans
- Integers
- Floating-Point Numbers
- Strings

- Variables
- Function
- Modules
- Sequence
- List
- Tuples
- Conditional Statements
- if
- if-else
- if-elif
- if-elif-else
- Iteration
- for loop
- while loop
- Recursion
- Factorial
- Summing the digits of the Number
- Fibonacci Sequence
- Is Palindrome
- Intro to Object Oriented Programming
- Class
- Objects