Skip to content

Commit

Permalink
Update Programming-in-Python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zszazi authored Oct 16, 2019
1 parent 8904aad commit c17d775
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Programming-in-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Back to [main page (table of contents)](README.md)

0 comments on commit c17d775

Please sign in to comment.