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!
- Host: GitHub
- URL: https://github.com/byte7/pypackages
- Owner: Byte7
- License: mit
- Created: 2018-05-20T13:44:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T14:10:04.000Z (over 6 years ago)
- Last Synced: 2025-03-27T17:21:23.324Z (about 2 months ago)
- Topics: code, python-packages, python3, tutorial-code
- Language: Jupyter Notebook
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 0
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pypackages
[](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/)| [](LICENSE) | [](https://github.com/Byte7/pypackages/stargazers) | [](https://github.com/Byte7/pypackages/issues) | [](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
- reThere 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