MongoDB with Python Crash Course - Tutorial for Beginners

Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=E-1xI85Zog8



Duration: 1:57:34
270,883 views
4,727


Learn the most popular NoSQL / document database: MongoDB. In this quickstart tutorial, you'll be up and running with MongoDB and Python.

💻Code: https://github.com/mikeckennedy/mongodb-quickstart-course

⭐️Course Contents⭐️
⌨️ (0:00:00) Welcome
⌨️ (0:04:33) Intro to MongoDB
⌨️ (0:07:49) How do document DBs work?
⌨️ (0:10:34) Who uses MongoDB
⌨️ (0:13:02) Data modeling
⌨️ (0:16:30) Modeling guidelines
⌨️ (0:22:11) Integration database
⌨️ (0:24:23) Getting demo code
⌨️ (0:30:07) How ODMs work?
⌨️ (0:32:55) Introduction to mongoengine
⌨️ (0:34:01) Demo: Registering connections with MongoEngine
⌨️ (0:37:20) Concept: Registering connections
⌨️ (0:39:14) Demo: Defining mongoengine entities (classes)
⌨️ (0:45:22) Concept: mongoengine entities
⌨️ (0:49:03) Demo: Create a new account
⌨️ (0:56:55) Demo: Robo 3T for viewing and managing data
⌨️ (0:58:18) Demo: Login
⌨️ (1:00:07) Demo: Register a cage
⌨️ (1:10:28) Demo: Add a bookable time as a host
⌨️ (1:16:13) Demo: Managing your snakes as a guest
⌨️ (1:19:18) Demo: Book a cage as a guest
⌨️ (1:33:41) Demo: View your bookings as guest
⌨️ (1:41:29) Demo: View bookings as host
⌨️ (1:46:18) Concept: Inserting documents
⌨️ (1:47:28) Concept: Queries
⌨️ (1:48:09) Concept: Querying subdocuments with mongoengine
⌨️ (1:49:37) Concept: Query using operators
⌨️ (1:50:24) Concept: Updating via whole documents
⌨️ (1:51:46) Concept: Updating via in-place operators
⌨️ (1:54:01) Conclusion

Thanks to Michael Kennedy for letting us post his course. Check out his other content:
🔗 MongoDB for Developers with Python Full Course: https://training.talkpython.fm/courses/explore_mongodb_for_python_developers_course/mongodb-for-python-for-developers-featuring-orm-odm-mongoengine
🔗 Python Jumpstart by Building 10 Apps: https://training.talkpython.fm/courses/explore_python_jumpstart/python-language-jumpstart-building-10-apps
🔗 Main course page: https://freemongodbcourse.com/

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

And subscribe for new videos on technology: https://youtube.com/subscription_center?add_user=freecodecamp




Other Videos By freeCodeCamp.org


2019-03-15React Native Web Game Logic Part 2 (P7D5) - Live Coding with Jesse
2019-03-13React Native Web Full App Tutorial - Build a Workout App for iOS, Android, and Web
2019-03-11How to Make a Custom Website from Scratch using WordPress (Theme Development) - 2019 Tutorial
2019-03-08React Native Web Game Logic (P7D4) - Live Coding with Jesse
2019-03-07How to Code Like a Pro (with Dylan Israel)
2019-03-06React Native Web UI Building (P7D3) - Live Coding with Jesse
2019-03-04Intro to Data Science - Crash Course for Beginners
2019-03-01React Native Web Setup Part 2 (P7D2) - Live Coding with Jesse
2019-02-27Foundation CSS Framework Tutorial - Crash Course for Beginners
2019-02-25Unity 3D Tutorial - Beat Em Up Fight Game
2019-02-21MongoDB with Python Crash Course - Tutorial for Beginners
2019-02-19Python Algorithms for Interviews
2019-02-13Valve developers discuss Portal problems - CS50's Intro to Game Development
2019-02-12Express.js & Node.js Course for Beginners - Full Tutorial
2019-02-12Portal Clone Tutorial in Unity - CS50's Intro to Game Development
2019-02-11Dreadhalls | Unity 3D Tutorial - CS50's Intro to Game Development
2019-02-08Unity / C# Tutorial | Helicopter Game 3D - CS50's Intro to Game Development
2019-02-07Pokémon Coding Tutorial - CS50's Intro to Game Development
2019-02-06Angry Birds Coding Tutorial - CS50's Intro to Game Development
2019-02-05Legend of Zelda Coding Tutorial - CS50's Intro to Game Development
2019-02-04Super Mario Bros Programming Tutorial - CS50's Intro to Game Development



Tags:
mongodb
nosql
document database
mongo
mongodb tutorial
mondgo db tutorial
mongodb course
mongodb quickstart
mongodb course for beginners
mongodb tutorial for beginners
mongoengine
data modeling
Michael Kennedy
talk python to me