Posts by empmeister • 36 points
2 posts
-
1
votes1
answer219
viewsA: What commands for Github on the Linux Terminal?
For Linux it has a graphical environment, which is for Windows/Linux/Macos called Git Kraken. Very simple and intuitive interface!
-
1
votes1
answer604
viewsA: How to integrate and make queries with pymongo?
To answer your first question: no, you do not need to convert to JSON. The pymongo module provides the possibility to access Collections and make Mongo queries (e.g.:…