https://github.com/papagorgio23/python_101
Intro to Python for Data Analytics/Science Modules
https://github.com/papagorgio23/python_101
Last synced: about 2 months ago
JSON representation
Intro to Python for Data Analytics/Science Modules
- Host: GitHub
- URL: https://github.com/papagorgio23/python_101
- Owner: papagorgio23
- License: gpl-3.0
- Created: 2025-03-04T02:21:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T20:02:59.000Z (8 months ago)
- Last Synced: 2025-06-03T15:43:54.462Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python 101
Misc Tutorials to help improve Python Skills
### Intro to Python
- [Lesson 1](https://github.com/papagorgio23/Python_101/blob/main/intro/01_Python_101.ipynb): Python 101
- [Lesson 2](https://github.com/papagorgio23/Python_101/blob/main/intro/02_Python_Math_101.ipynb): Basic Math with Python
- [Lesson 3](https://github.com/papagorgio23/Python_101/blob/main/intro/03_Connect_to_GBQ.ipynb): Connect to Google BigQuery
- [Lesson 4](https://github.com/papagorgio23/Python_101/blob/main/intro/04_Austen_GBQ_Upload.ipynb): Insert CSV file into Google Big Query
- [Lesson 5](https://github.com/papagorgio23/Python_101/blob/main/intro/05_E_mail_Notification_Template_Update_to_GBQ_.ipynb): Automated Email Notifications
- [Lesson 6](https://github.com/papagorgio23/Python101/blob/main/Functional_Introduction_To_Python_Section_1(Introductory_Concepts).ipynb): Functional Python - Part 1
- [Lesson 7](https://github.com/papagorgio23/Python101/blob/main/Functional_Introduction_To_Python_Section_2(Functions).ipynb): Functional Python - Part 2
- [Lesson 8](https://github.com/papagorgio23/Python101/blob/main/Functional_Introduction_To_Python_Section_3(Control_Structures).ipynb): Functional Python - Part 3
- [Lesson 9](https://github.com/papagorgio23/Python101/blob/main/Functional_Introduction_To_Python_Section_4(Intermediate_Topics).ipynb): Functional Python - Part 4