diff --git a/Programming-in-Python.md b/Programming-in-Python.md index f16d66f2..391c7d08 100644 --- a/Programming-in-Python.md +++ b/Programming-in-Python.md @@ -37,6 +37,14 @@ - [PySheee: Python Cheatsheet](https://www.pythonsheets.com/) - [7+ Python Cheat Sheets for Beginners and Experts](https://sinxloud.com/python-cheat-sheet-beginner-advanced/) - [Python for Data Science](https://s3.amazonaws.com/assets.datacamp.com/blog_assets/PythonForDataScience.pdf) +- [30 seconds of python](https://github.com/30-seconds/30-seconds-of-python) + +## Database +##### Databases implemented in python + +- [Pickle DB](https://pythonhosted.org/pickleDB/) +- [Tinydb](https://github.com/msiemens/tinydb) +- [ZODB](http://www.zodb.org/en/latest/) ## Static analysis @@ -130,4 +138,4 @@ Please have a look at the [CONTRIBUTING](CONTRIBUTING.md) guidelines, also have --- -Back to [main page (table of contents)](README.md) \ No newline at end of file +Back to [main page (table of contents)](README.md)