MongoDB with Python Crash Course - Tutorial for Beginners

preview_player
Показать описание
Learn the most popular NoSQL / document database: MongoDB. In this quickstart tutorial, you'll be up and running with MongoDB and Python.

⭐️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:

--

Рекомендации по теме
Комментарии
Автор

15 Minutes through and it's a precise and nicely structured tutorial

adityapaithon
Автор

Best I could find. Great balance in covering both the high level concepts and what it looks like in code.

juliushuizing
Автор

Great tutorial. Many thanks Michael. However, let me point out the data model should be shown clearly at the beginning (the real one about the snakes, not about books) and throughout development when it would help follow the actions created

pynchia
Автор

Thank you for such a nice video. I am just starting out with MongoDB and the video was a really good introduction with a project.

AdityalikeThe
Автор

Wow, great content structure and excellent delivery!

franklinobasy
Автор

Pretty sure I need to watch this more than great intro with TONS of information especially for someone like me that is rather new to Python.

Factory
Автор

Thanks sir it helps a lot for beginners like me

YashMoh
Автор

Thank you so much for this good introduction - from a technical point of view its perfect - also I was disappointed for not writing a single line of code after 30 minutes - even so it was announced after 10 minutes - I give this comment not to complain - but to give feedback, as I am still very thankfull about this kind of free content.

ginopeduto
Автор

Thank you, Michael!
This is the best MongoDB tutorial on youtube :)

jegormester
Автор

Michael's the man. Taught me Python

eyebiofeedback
Автор

5:14 Just wanna say that if you have a higher % of questions on Stack Overflow, doesn't necessarily mean you have a more popular thing. Maybe it's just way more complicated :p.
Kidding of course, but it made me chuckle. Thank you for the amazing video!

andreguimaraes
Автор

Hi there! Very interesting tutorial! Did you work with mongodb and python async? For example, Motor?

DmatiasR
Автор

gret tutural im loving tis turtural aloting

TheFahad
Автор

I have stored doc file in mongoDB GridFS using mongoose in nodejs. Now I want to retrieve the actual data from mongoDB using python. How to approach for it? I don't want the key-value pair but the actual data. Any suggestion would really be helpful. Thank you. :)

vikrantsrivastava
Автор

hm. works fine in vscode but when I do it in terminal python (path of program.py) in the src directory it says colorama module not installed even though I installed the requirements.txt file and it works fine in the same path on vscode. is there a stack overflow how do I find it?

vincent
Автор

I like Pymongo over mongoengine, since it is much convenient to write complex queries

sunithkumar
Автор

if i use mongodb in a python app and make .exe file to install it on another computer, does it need to install mongodb server and have local host settings on that computer?? I wish you would post a video about this!!

nima-ieyf
Автор

Nice one.
Great work.

Can you please, help out with this?
I will appreciate it if you can please work me through how to connect MongoDB hosted on digitalocean to any BI Tool, like Power BI, using Python or R, or any other means possible.

ayomidefadeyi
Автор

if you don't add dnspython to the list of required modules it won't work with connection URIs. I used mongodb atlas to practice and had to do some workarounds.

drlambo
Автор

Five years have passed, and I'm interested in learning MongoDB with Python. Is this video still up to date or will I end up wasting a lot of time trying to follow along? Does anyone know?😉😉

paulocoelho