Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

My tutorial Python completed

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 โญ๏ธ**