https://github.com/egonlh/learning-py
Notes For Learning Python XD
https://github.com/egonlh/learning-py
learning-notes
Last synced: 14 days ago
JSON representation
Notes For Learning Python XD
- Host: GitHub
- URL: https://github.com/egonlh/learning-py
- Owner: EgonLh
- Created: 2024-12-02T02:43:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T10:27:47.000Z (about 1 year ago)
- Last Synced: 2025-05-29T09:56:10.667Z (12 months ago)
- Topics: learning-notes
- Language: Jupyter Notebook
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Learning_py
Notes For Learning Python

- Chapter `1` : [x] :`Env Setup`
- Chapter `2` : [x] :`Variables and DataTypes`
- Chapter `3` : [x] :`Introducing Lists`
- Chapter `4` : [x] :`Working with Lists`
- Chapter `5` : [x] :`If Statement`
- Chapter `6` : [x] :`Dictionaries`
- Chapter `7` : [x] :`I/O with While Loops`
- Chapter `8` : [x] :`Functions`
- Chapter `9` : [x] :`Classes`
- Chapter `10` : [x] :`Files and Exception`
- Chapter `11` : [x] :`Testing The Code`
> End Book[Part 1:Basic]
---------------------------------------------------------------

> Python For Data Science Handbook
#### Part I
- Chapter `1` : [x] : Beyond Normal Python
- Chapter `2` : [x] : Enhanced Interactive Features
- Chapter `3` : [x] : Debugging and Profiling
#### Part 2
- Chapter `4` : [x] : Understanding Data Types in Python