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.
- Host: GitHub
- URL: https://github.com/mbrsagor/pylearn
- Owner: mbrsagor
- Created: 2020-05-12T11:23:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T19:12:50.000Z (about 5 years ago)
- Last Synced: 2025-01-12T13:25:24.376Z (about 1 year ago)
- Topics: algorithms, data-structures, data-structures-and-algorithms, oop, python3
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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