Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/c17hawke/python
- Owner: c17hawke
- License: gpl-3.0
- Created: 2022-11-12T06:37:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T05:19:07.000Z (about 1 year ago)
- Last Synced: 2023-09-04T22:56:18.129Z (about 1 year ago)
- Language: Shell
- Homepage: https://c17hawke.github.io/Python/
- Size: 18.5 MB
- Stars: 38
- Watchers: 6
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python
Python Tutorials for YouTubeCheck the following for complete youtube playlist -
[](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/|-|
---