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

https://github.com/byte7/pypackages

Contributers invited! packages need not be only inbuilt. A short tutorial kind of thing for any package would do!
https://github.com/byte7/pypackages

code python-packages python3 tutorial-code

Last synced: about 1 month ago
JSON representation

Contributers invited! packages need not be only inbuilt. A short tutorial kind of thing for any package would do!

Awesome Lists containing this project

README

        

# pypackages

[![Twitter](https://img.shields.io/twitter/url/https/github.com/Byte7/pypackages.svg?style=social)](https://twitter.com/intent/tweet?text=Wow,%20Check%20pypackages%20-%20CS%20all%20python%20modules%20tutorial%20code%20and%20resources%20at%20one%20place!%20by%20@Byte7%20on%20Github:&url=https://github.com/Byte7/pypackages/)| [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) | [![GitHub stars](https://img.shields.io/github/stars/Byte7/pypackages.svg)](https://github.com/Byte7/pypackages/stargazers) | [![GitHub issues](https://img.shields.io/github/issues/Byte7/pypackages.svg)](https://github.com/Byte7/pypackages/issues) | [![GitHub forks](https://img.shields.io/github/forks/Byte7/pypackages.svg)](https://github.com/Byte7/pypackages/network)

### Jupyter Notebooks illustrating python 3 packages.
Jupyter notebooks illustrating python 3 packages. Packages need not to be only inbuilt. Any package with available for python 3 would do. Just make appropriate cateogory and add the notebook ! A tutorial themed notebook is highly welcomed!

Read Our Contribution Page
=======================
* [Contributing to this repository](https://github.com/Byte7/pypackages/wiki/Contribution-Guidelines)
1. You can add notebooks of different packages on under different categories.
2. You can also create categories and add different notebooks to it.
3. Make sure that you provide link to any package other than the inbuilt packages related to the catrgory, preferably in the first cell of the notebook.

Categories
======
- Algorithms
- itertools
- operator
- contextlib
- functools
- Concurrency and Threads
- multiprocessing
- subprocess
- threading
- Data Persistance and Exchange:
- csv
- pickle
- sqlite3
- Dates and Times:
- calendar
- datetime
- time
- Developer Tools
- pdb
- timeit
- traceback
- unittest
- File System
- glob
- io
- os.path
- pathlib
- Mathematics
- decimal
- fraction
- math
- random
- statistics
- Networking
- ipaddress
- socket
- socketserver
- Runtime Features
- os
- sys
- Data Structures
- collections
- chainmap
- counter
- defaultdict
- deque
- namedtuple
- ordereddict
- array
- copy
- enum
- heapq
- pprint
- queue
- Text
- difflib
- string
- textwrap
- re

There are many topics, you can contribute to – Just create new category and add notebooks to it!

Built with :heart: in GitHub!

LICENCE: [MIT](LICENSE) (c) Sagar Patil, pypackages