https://github.com/mechdeveloper/python3_learning
https://github.com/mechdeveloper/python3_learning
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mechdeveloper/python3_learning
- Owner: mechdeveloper
- Created: 2020-12-12T20:51:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T13:37:01.000Z (over 5 years ago)
- Last Synced: 2025-03-23T07:30:31.366Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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