Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitzy1321/py.scripts
Collection of python examples, scripts, side projects, and tutorials.
https://github.com/fitzy1321/py.scripts
flask ipython jupyter jupyter-notebook jupyter-notebooks pipenv python python3
Last synced: about 7 hours ago
JSON representation
Collection of python examples, scripts, side projects, and tutorials.
- Host: GitHub
- URL: https://github.com/fitzy1321/py.scripts
- Owner: fitzy1321
- License: unlicense
- Created: 2020-01-20T16:44:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T18:19:23.000Z (14 days ago)
- Last Synced: 2024-11-05T19:27:47.670Z (14 days ago)
- Topics: flask, ipython, jupyter, jupyter-notebook, jupyter-notebooks, pipenv, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 19.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Python Repository
A Consolidation of all my tutorial and learning projects for python
---
## Devtools
`pip install devtools`
```python
from devtools import debugdebug({
"some": "thing",
"num": 42,
})
```