Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.