Python & MongoDB - Part 1

preview_player
Показать описание

In this tutorial, we'll be using MongoEngine to connect to a MongoDB database, defining documents and saving them to the db!

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

#KeyTakeAways
22:46 Using DynamicDocument
25:00 result of RefferenceField on author field

mcan
Автор

I pressed the Like button before i watched the video because i love supporting the amazing youtubers who help others online

ahmedyousif
Автор

This is the first tutorial on this topic that I enjoyed watching and was easy to understand and follow.

angela_rodriguez
Автор

Your flask series was amazing and very helpful. Looking forward to this one as well.

pythonantole
Автор

I'm seeing less tutorials about this topic. Thanks for making one.

--__--
Автор

Top tutorials. You share maximum you have. I really appreciate your efforts. Thank you and greetings from Czech Republic

davidmakowka
Автор

Top tier tutorials @juliannash! LMAO at the outtake, so glad for you it happened here where you can edit out vs an in person whiteboard job interview, shrug, C'est la vie! Keep up the awesome work; not just 'hello worlds' but something more practical, 'robot engaged' speed ups, vi keybinding, VSCode IDE, terminal pane to easy follow alongs... 2x thumbs up!

wongright
Автор

Great tutorial! Nice explanations, everything worked. :) Thank you!

joebox
Автор

Awesome video! Well done! Thank you for making this!

jazilzaim
Автор

Thank you very much for this tutorial .. its a really helpful

harshagoonewardana
Автор

what is the difference betweence Document and Dynamic Document
why json method not present in blogpost ?

PechiMuthu
Автор

What extensions do you have installed at the time of this video for intellisense

KatlegoMoilwa
Автор

How to give 3 different documens referencefields to 1 Dokument?
I got 1 document where i want to store ids of 3 other documents. Deleting this document should also delete the 3 others documents in the other tables

ph
Автор

Can mongoengine be used for Django for production?

sanketpatil
Автор

Hey Julian, how to have pagination for aggregate in mongo using flask paginate?

kishoreandra
Автор

Traceback (most recent call last):
File "test.py", line 140, in <module>
class User(Document):
in __new__
meta.merge(attrs.get("_meta", {})) # Top level meta
in merge
self[k] = self.get(k, []) + v
TypeError: can only concatenate list (not "tuple") to list

I don't know why I got this error... Would you please help me solve it? Thanks

CC-zgwi
Автор

what is your terminal?? or pass me the link to Hyper pleace

FrancoPoe
Автор

Bro flask and mangodb video sharing project can u make it video about it

mohaamiin
Автор

Very nice but the background music is very annoying. I will never understand why a spoken tutorial would need background noise.

SkysimAir