https://github.com/carlosvinimsouza/full-tutorial-python
My tutorial Python completed
https://github.com/carlosvinimsouza/full-tutorial-python
data-analysis data-science data-structures django django-framework fastapi fastapi-framework flask flask-web frameworks learn-to-code learning python python3 roadmap tutorial tutorial-code
Last synced: 10 months ago
JSON representation
My tutorial Python completed
- Host: GitHub
- URL: https://github.com/carlosvinimsouza/full-tutorial-python
- Owner: CarlosViniMSouza
- Created: 2022-08-03T01:41:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T00:37:44.000Z (over 2 years ago)
- Last Synced: 2025-01-11T05:21:50.495Z (11 months ago)
- Topics: data-analysis, data-science, data-structures, django, django-framework, fastapi, fastapi-framework, flask, flask-web, frameworks, learn-to-code, learning, python, python3, roadmap, tutorial, tutorial-code
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my Full Tutorial Python! โ๏ธ๐ค
In this repository, I stored all my knowledge in Python language. Allow below what I described:
`OBS.:` I had help from [Bro Code](https://www.youtube.com/c/BroCodez) - Subscribe to his channel!
## World 01
```
โ
- variables โ
โ
- multiple assignment ๐
โ
- string methods ใฐ๏ธ
โ
- type cast ๐ฑ
โ
- user input โจ๏ธ
โ
- math functions ๐งฎ
โ
- string slicing โ๏ธ
โ
- if statements ๐ค
โ
- logical operators ๐ฃ
โ
- while loops ๐
โ
- for loops โฐ
โ
- nested loops โฟ
โ
- keywords: break, continue, pass โ
```
## World 02
```
โ
- lists ๐งพ
โ
- 2D lists ๐
โ
- tuples ๐
โ
- sets ๐ด
โ
- dictionaries ๐
โ
- indexing ๐
โ
- functions ๐
โ
- return statement ๐
โ
- keyword arguments ๐
- nested function calls ๐๏ธ
- variable scope ๐ฌ
- *args ๐ฆ
- **kwargs ๐
- string format ๐ฌ
- random numbers ๐ฒ
- exception handling โ ๏ธ
- modules ๐
```
## World 04
```
- Object Oriented Programming (OOP) ๐
- class variables ๐
- inheritance ๐ช
- multilevel inheritance ๐ด
- multiple inheritance ๐จโ๐ฉโ๐งโ๐ฆ
- method overriding ๐
- method chaining โ๏ธ
- super function ๐ฆธ
- abstract classes ๐ป
- objects as arguments ๐๏ธ
```
## World 05
```
- duck typing ๐ฆ
- walrus operator ๐ฆฆ
- functions to variables ๐
- higher order functions ๐
- lambda ฮป
- sort ๐๏ธ
- map ๐บ๏ธ
- filter ๐บ
- reduce โป๏ธ
- list comprehensions ๐ฐ
- dictionary comprehensions ๐ฎ
```
## World 06
```
- zip function ๐ค
- if _name_ == '__main__' โ
- time module โ
- threading ๐งต
- daemon threads ๐
- multiprocessing โก
```
## World 07 (Libs for Analysis & Data Science)
```
- Modules Data Science ๐ฌ
- Numpy ๐งฎ
- Pandas ๐ผ
- Matplotlib ๐
- Seaborn ๐
- Plotly ๐
- Keras ๐
- PyTorch ๐ ๐
- TensorFlow ๐ฆพ ๐ง
```
## World 08 (The Python on Web)
```
- Frameworks Web ๐
- Django ๐งโ๐ป ๐ผ
- Flask ๐ถ
- FastAPI โก๏ธ
- PyScript โ ๏ธ
```
## World 09 (Python applied in D.S.A.)
```
- Data Structures in Python ๐
- Linked List ๐
- Queue/Dequeue โฌ
๏ธ
- Stack ๐
- Tree/Binary Tree ๐ณ
- Graph ๐
- Heap ๐
- Hash Tables ๐
```
### *The Worlds 07, 08 and 09 I created from 0, with different materials!*
**Please, contribute to my work by leaving a โญ๏ธ**