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

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

Awesome Lists containing this project

README

          

### Learning_py
Notes For Learning Python

![** **Python Crash Course](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRizmL_sT2l2OuzMSQfDKhp6TrBK03z1206Ag&s)

- 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 DataScience Handbook : Essential Tool for Working with Data](https://learning.oreilly.com/library/cover/9781491912126/250w/)

> 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