Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 debug

debug({
"some": "thing",
"num": 42,
})
```