Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c17hawke/python

Python Tutorials for YouTube
https://github.com/c17hawke/python

Last synced: 23 days ago
JSON representation

Python Tutorials for YouTube

Awesome Lists containing this project

README

        

# Python
Python Tutorials for YouTube

Check the following for complete youtube playlist -
[Girl in a jacket](https://youtube.com/playlist?list=PLrdaCCBhU_hnxIzB7EJlY-pfYOMGRycAK)

> For Notebooks and code examples -> [click here](./docs/notebooks/)

> ## Project board to check the progress of the content - [**Python | Board**](https://github.com/users/c17hawke/projects/13/views/1)

## Python tutorials on my channel [SUNNY BHAVEEN CHANDRA](https://www.youtube.com/c/c17hawke) -

### [Python playlist](https://youtube.com/playlist?list=PLrdaCCBhU_hnxIzB7EJlY-pfYOMGRycAK)

|SNo| Topic | SubTopic | Link |
|-|-|-|-|
|-| Introduction |-|-|
|001|Installation|-|[How to do the basic setup for any python, ML, DL, projects on windows10 or 11?](https://youtu.be/bVM-QujJ0AI)|
|-| Variables |-|-|
|-| Expressions, Operators, and Precedence |-|-|
|-| Control Flow |-|-|
|-| inbuilt data structures |-|-|
|-| Functions |-|-|
|-| Iterators and Generators |-|-|
|-| File Operations |-|-|
|-| Important Built in modules |-|-|
|-| Modules and Import statements |-|-|
|-| OOPs |-|-|
|-| Expection Handling |-|-|
|-| logging |-|-|
|-| debugging |-|-|
|-|-|-|-|

## Best OpenSource Python references to learn and practice

### Price: You just need to pay **`$attention`**

| YouTube Channels | Link | More info |
|-|-|-|
|Corey Schafer|[@Coreyms](https://www.youtube.com/c/Coreyms)|-|
|Sentdex|[@sentdex](https://www.youtube.com/c/sentdex)|-|
|FreeCodeCamp|[@Freecodecamp](https://www.youtube.com/c/Freecodecamp)|-|

---

| Websites | Link | More info |
|-|-|-|
|PythonProgramming|https://pythonprogramming.net|-|
|FreeCodeCamp|https://www.freecodecamp.org|-|
|Real Python|https://realpython.com/|-|
|W3school|https://www.w3schools.com/python|-|
|Sololearn|https://www.sololearn.com|-|
|Python Official docs| https://docs.python.org/3/ | - |
|Automate the boring stuff|https://automatetheboringstuff.com/|-|
---