[TalkPython] - MongoDB for Developers with Python

[TalkPython] - MongoDB for Developers with Python

Register & Get access to index
Extra Resources
Source code and course GitHub repository: github.com/mikeckennedy/mongodb-for-python-for-developers
CXuOW80.jpg


Course Summary
MongoDB is one of the most exciting data technologies. You can build extremely high performance apps with the joy of a schemaless lifestyle. Python is the perfect counterpart to MongoDB and that's what this course is all about.

Source code and course GitHub repository
github.com/mikeckennedy/mongodb-for-python-for-developers

What's this course about and how is it different?
This course will teach you how to use MongoDB and document databases to build simpler and faster data-driven applications.We start by explaining the origin and major concepts of NoSQL and document databases. You then learn how to work with MongoDB from its native shell as well as from Python using PyMongo.Many MongoDB courses stop there. This course is meant to be a practical end-to-end coverage of MongoDB. We go beyond scratching the surface by covering real-world topics.You'll see how to use mongoengine (a popular ODM for MongoDB - think ORM for NoSQL) to map classes to MongoDB. This brings many benefits including features not available in MongoDB (like type verification on fields, etc.).After we master working with MongoDB from Python, we'll turn our attention to performance. We take a large database with millions of data points and make it run hundreds of times faster than you get out-of-the-box with MongoDB.We wrap up the course by deploying MongoDB to production Linux servers. There are a few very important steps to getting MongoDB running in production and we'll go step-by-step through this setup.In the end, you'll be ready to start building and running high-performance, MongoDB-backed, data-driven applications.View the full course outline.

Who is this course for?
Anyone who knows Python and would like to learn how to use NoSQL, MongoDB, and document databases to build amazing applications.
Author
Jeracko55
Downloads
149
Views
1,053
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Jeracko55

Latest updates

  1. update

    course re-uploaded