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

https://github.com/mbrsagor/pylearn

The project basically Python advance level code which there is a lot of topics in python.
https://github.com/mbrsagor/pylearn

algorithms data-structures data-structures-and-algorithms oop python3

Last synced: 9 months ago
JSON representation

The project basically Python advance level code which there is a lot of topics in python.

Awesome Lists containing this project

README

          

# PyLearn
> The project basically Python basic to advance level code which there is a lot of topics in python.

#### Table of Content:

###### Basically it will be share some books topics:

- Book 1: Effective python
- Lists and Dictionaries
- Functions
- Comprehensions and Generators
- Classes and Interfaces

- Book 2: Crash course
- Variables and Simple Data Types
- Introducing Lists
- Working with Lists
- If Statements
- Dictionaries
- User Input and while Loops
- Functions
- Classes
- Files and Exceptions

- Book 3: Python the hard way_2018
- Part-III