Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeckennedy/mongodb-quickstart-course
Course demos and handout material for Talk Python's MongoDB Quickstart course
https://github.com/mikeckennedy/mongodb-quickstart-course
course demos document-database free mongodb mongodb-course mongoengine nosql python tutorials video
Last synced: 2 days ago
JSON representation
Course demos and handout material for Talk Python's MongoDB Quickstart course
- Host: GitHub
- URL: https://github.com/mikeckennedy/mongodb-quickstart-course
- Owner: mikeckennedy
- Created: 2017-09-11T21:45:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T09:58:43.000Z (over 4 years ago)
- Last Synced: 2025-01-12T21:05:19.945Z (9 days ago)
- Topics: course, demos, document-database, free, mongodb, mongodb-course, mongoengine, nosql, python, tutorials, video
- Language: Python
- Homepage: http://freemongodbcourse.com/
- Size: 133 KB
- Stars: 311
- Watchers: 24
- Forks: 306
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB Quickstart with Python course
Course materials for Talk Python's **free** MongoDB course.
Learn the most popular NoSQL / document database: MongoDB.
In just 2 hours, you'll be up and running with MongoDB and Python.[![Course image](https://raw.githubusercontent.com/mikeckennedy/mongodb-quickstart-course/master/readme_resources/mongo-quickstart-logo-scaled.jpg)](http://freemongodbcourse.com/)
## Take the course
Are you ready to take the course? Visit the course website to get started.
[**freemongodbcourse.com**](http://freemongodbcourse.com/)
It's easy and 100% free.
## Course outline
* Why choose NoSQL and MongoDB?
* Modeling data in a document-database
* mongoengine ODM: Map classes to MongoDB
* Course wrap-up## You have a free and paid course?
Wondering how this compares to our full, commercial [MongoDB for Python for Developers course](https://training.talkpython.fm/courses/explore_mongodb_for_python_developers_course/mongodb-for-python-for-developers-featuring-orm-odm-mongoengine)? This course is a brief introduction and 2.0 hours long. The full MongoDB course covers much more, in greater depth and is 7 hours of content.
Think of this course as the appetizer to prepare you for the main course. That said, the demo materials and majority of the content is unique to this course.