Tim: Just released a new video Me: Here we go again!
@vantheodore61653 жыл бұрын
you prolly dont care but if you're stoned like me during the covid times then you can watch all of the new movies on InstaFlixxer. I've been binge watching with my gf for the last months =)
@aaronbobby38193 жыл бұрын
@Van Theodore Yea, have been watching on instaflixxer for months myself :D
@adityapaithon64995 жыл бұрын
Your channel is one of the best resources. Keep going ❤
@TechWithTim5 жыл бұрын
Thanks !
@pratikshirbhate80264 жыл бұрын
Super useful! Thank you very much Tim. Hope you and your family are safe in this pandemic!
@klnmn37222 жыл бұрын
Many thanks for the easy to follow tutorial. My first time working with MongoDB and this made it super easy to learn.
@louis-philip3 жыл бұрын
Thank you! You are going to be known as the person who got me started in MongoDB.
@lbb2rfarangkiinok3 жыл бұрын
Yep, now when I see Tim, my first thought is: that's the guy who got Louis-Phillipe started in MongoDB. :)
@spanish_with_chris3 жыл бұрын
Tim! Thank you!!!! I love the way your videos are easy to follow, and you're always informing me.
@cjacoby754 ай бұрын
Full CRUD in one short video. Awesome!
@scoreboardapp12324 жыл бұрын
Thank you so much, I've always was interested in DB but didn't know how to start )
@sankethb.k6425 жыл бұрын
Liked before watching 😊
@TechWithTim5 жыл бұрын
Mvp
@josecruz25744 жыл бұрын
Hey Tim - just wanted to say thanks for everything you do.
@funeoz4 жыл бұрын
Very concise and easy to follow ! Thanks !
@MiRaje80864 жыл бұрын
9:47 "always create an ID". Unless you have you're own method of generating secure unique IDs, this is bad advice. The whole point of the auto generated IDs is to be able to assetize each post in your DB. The difference between two people with the same name and age is their unique ID
@navinormusic4 жыл бұрын
very true
@laobaba4 жыл бұрын
@@navinormusic Thank you. I cringed so hard when he said that.
@slipperytiger4 жыл бұрын
There's literally a function built into the "insert_one" method to do this, I have no idea why he would do it this way. It's more work and less reliable to do it yourself.
@FakeHenryF3 жыл бұрын
Literaly everything i needed and more, I was trying to use pandas to update a google sheets page instead of using a DB like SQL or mongo, and while i got it working, it was a very complicated process trying to understand the google API but this is just simple and i love it.
@Konceptify4 жыл бұрын
This has been the only useful and successful resource I've found.
@buuqmarabo27785 жыл бұрын
the way you explain things is something to slow on the uptake people like me, thanks Tim!
@TechWithTim5 жыл бұрын
Not sure I understand what you are saying?!
@sueholder7034 жыл бұрын
@@TechWithTim "It helps to have things explained thoroughly for people who are slow on the uptake, like me! Thanks, Tim" is what he means, I think. :)
@Chandanapbvr4 жыл бұрын
This is my favourite channel
@avvn93315 жыл бұрын
Thank you for this tutorial sir , explained nicely and in simple manner,
@BrannenTaylor3 жыл бұрын
Very informative and cool. Thanks! One suggestion - if you’re talking in bottom right of screen and coding in upper left, it would be nice to either zoom in on code or enlarge the text. It would make it easier for your audience to follow. Thanks.
@maycodes3 жыл бұрын
Tim, Your tutorials on flask POST form & mongodb helped me with projects. Thanx a lot
@ofirozeri40842 жыл бұрын
So good! as someone who read they're doc back and furth you're explnations are exquisite!
@ginopeduto42643 жыл бұрын
Again a simple and clear explanation - thx a lot - you are enriching KZbin
@mentefria983 жыл бұрын
Thanks for this, this is so much better than the documentation
@sikcro5 жыл бұрын
Love ur tutorials and especially ur pygame series
@galexdbr4 жыл бұрын
just connected to my first mongodb using your video. Thanks! very good content!
@intrestingvines42633 жыл бұрын
One of the best tutorial. Straight to the point . We love you ❤
@shaharlackritz15534 жыл бұрын
Very simple and straight forward. Thanks!
@ipekselimoglu49513 жыл бұрын
simple, understandable ,thanks bro
@spectralsuccbb75403 жыл бұрын
great video, made learning mongo db a breeze
@claudeloeffen60954 жыл бұрын
Awesome video Tim, very easy to understand!
@lowgn92512 жыл бұрын
Quick and efficient ! Thanks !
@rainyva83632 жыл бұрын
great video, really helped me get started using mongodb with my python discord bot
@sergiosanabria74232 жыл бұрын
Thank you so much! This was very helpful for my current project
@davidchett77193 жыл бұрын
Great Job Demonstrating!!
@rufaydafamily607 Жыл бұрын
very helpful toutorial...thank you
@cristian-bull3 жыл бұрын
Tim: you can give a value for _id Thanos: Impossible
@kenrosenberg88353 жыл бұрын
nice and simple tutorial, good for getting started
@pashamukovoz25374 жыл бұрын
Really nice and quick. Thank you!
@ronnynijimbere10905 жыл бұрын
Thank you Tim for this video...Much appreciated
@krishj80113 жыл бұрын
Awesome Tutorial...
@abdullahmoiz81514 жыл бұрын
Thank you very much this was quite simple and straight forward
@joychakraborty32383 жыл бұрын
Awesome explanation...
@shxkxth81358 ай бұрын
Thank you very much. You are a life saver
@AndrewOBannon4 жыл бұрын
thanks, nice introduction tutorial
@sylvernes98374 жыл бұрын
To anyone that put an "@" in their password. You will get an error saying "InvalidURI according to RFC 3986". To avoid this, import "urllib" into your venv/IDE and create a "passwd" variable like so: ``` import urllib passwd = urllib.parse.quote_plus("your_pass_with_@") ``` and pass it into your MongoClient() string. You may or may not see a yellow warning on "parse". If so, you can ignore it.
@bennett88673 жыл бұрын
Thank you so much for this tutorial!
@pkminime4 жыл бұрын
Awesome work! Thank you
@mathieuhanquin26435 жыл бұрын
thanks for you work, you explain incredibly well !
@hypnotie4 жыл бұрын
Thank you, VitalyzdTv!
@mralexrex4 жыл бұрын
Thanks dude, it is helping me sooooo much
@mfc11904 жыл бұрын
Hi Tim, awesome video! I just wanted to say that for things like update_one or delete_one, you don't actually have to assign it to a variable. Those are going to be operations so if they are in your code they execute. I don't think there is much of a point to assign it as a variable. Thanks!
@ryanbell57794 жыл бұрын
This is an excellent video thank you for this.
@Raf2ILZ224 жыл бұрын
Thank you so much helped me a lot!
@rickshaltz37342 жыл бұрын
This is so freaking awesome
@z0rr0o42 жыл бұрын
Thanks a lot for this video
@sembutininverse3 жыл бұрын
thank you, it helped me alot🙏🏻🙏🏻🙏🏻
@sanjabrkic16633 жыл бұрын
Awesome video, thanks a lot! :)
@patdev62992 жыл бұрын
Hi Tim! between 8:50-9:20 I cannot see the query results in mongodb, nonetheless I folowed your instructions before...
@Deepak619009 ай бұрын
another great one.
@ela_bd4 жыл бұрын
So useful. Thanks.
@alexdin15652 жыл бұрын
Tim, you are the best please any way to get the first post for example by index (like we do it in the list)?
@akshikaakalanka4 жыл бұрын
Thank you! What is your choice for hosting client-side Python code online? Let's say a Django app or a Flask app.
@schrondingerbees4 жыл бұрын
Look into heroku, it's nice
@safeer786ful4 жыл бұрын
Look into netlify, its amazing
@rjanik25884 жыл бұрын
Hey tim, i want to ask something.. if i have a structure like this : { "_id": 1, " list" : ["n1", "n2", "n3"] } i have a variable called "item". And I want to cheak item contains in the list or not, How can i do that?
@richiemoon92184 жыл бұрын
use a for loop.
@rjanik25884 жыл бұрын
@@richiemoon9218 that would be slow, suppose there are 100 item in the list, it would take Ages to complete.
@АнастасияМохова-д6к5 жыл бұрын
Thank you for this video!!!
@JohnDoe-ov7pp5 жыл бұрын
Thank you Tim.
@t2elzeth4 жыл бұрын
thank you for this tutorial, it helped me a lot :P
@bowboycode21144 жыл бұрын
You make Great Vidz !
@cabrex58644 жыл бұрын
how do we handle empty results? for example, results = collection.find({"name": "foo"}) returns nothing if I want to print something like: for result in results: if result == '': print("Nothing in here") else: print(result) how would I do it?
@someoneontheinternetuvenev62684 жыл бұрын
you would write *if result == None* because when you dont get a result its an NoneType so *None* is the way to deal with it, cheers ;D
@lost-mar-ble4 жыл бұрын
I was trying to run the first code block provided in the official docs of mongodb but it was throwing some access errors. I try to run your code and it ran correctly on the first try. Thanks man!
@danilafarga68104 жыл бұрын
this was such a help!
@techstack60764 жыл бұрын
Hey thanks :) really helpful looking into document and this video together made it easier:) is there any video made on the django framework
@yandelyano4 жыл бұрын
Thumbs up if you would like a course on how to set up a backend with Flask and MongoDB from Tim. In my opinion MongoDB is a far better and a flexible alternative as compared to say Firebase, a solution using a minimalist framework i.e. Flask would be very much appreciated.
@Lukegg2 жыл бұрын
Thanks very much!
@kunalaneja17204 жыл бұрын
I LOVE THIS THANKS SM
@rishabhagarwal96253 жыл бұрын
Thanks much needed help
@asmarali41673 жыл бұрын
I liked the tutorial. But do you have any video on in depth tutorial on Mongodb?
@doctorco20893 жыл бұрын
You can read the docs
@liweilo17863 жыл бұрын
I got mongodb certificate verfiy failed. Could you please help to fix this error? Thanks.
@TheLateNightBoyz3 жыл бұрын
import certifi ca = certifi.where() cluster = MongoClient("url", tlsCAFile = ca) add these lines in and it should fix it
@stevemurch324522 күн бұрын
Good video - but the correct terminology is documents, not “posts”. They are only called “posts” in the documentation because they were modeling a blog, where the key documents were (blog) posts.
@vinco_brand5 жыл бұрын
Which python IDE did u use in this video?
@TechWithTim5 жыл бұрын
Sublime text
@WolfDaniel3 жыл бұрын
really good video
@_Possible4 жыл бұрын
pymongo.errors.ServerSelectionTimeoutError: No replica set members match selector "Primary() helpppppppppppppppp im getting this
@serbanchisca11584 жыл бұрын
Chnage ip from mongodb , this was my solution
@serbanchisca11584 жыл бұрын
you gave acces to a certain ip , and maybe you have other one
@___aZa___4 жыл бұрын
Oh wow, expected a shitty tutorial with no explanation. Oh boi did i get surprised! Great video!
@disbade4 жыл бұрын
when I go to collections at the start it says status 404 page not found :(
@INfoUpgraders4 жыл бұрын
You need to encode your password
@disbade4 жыл бұрын
@@INfoUpgraders how i do dat
@sueholder7034 жыл бұрын
@@disbade easiest way is to avoid special characters in your password
@disbade4 жыл бұрын
@@sueholder703 i dont have any special charecters just letters and numbers.
@sova26804 жыл бұрын
hi i have the same problem, how did you solve it?
@KoljaMineralka Жыл бұрын
How do you connect to cluster on internal ips????
@oneof5messer4 жыл бұрын
MongoClient gave me a bunch of errors, when I change it to mongo_client I get File " ", line 4, in cluster =mongo_client(connection copied and password changed) TypeError: 'module' object is not callable
hello tim :) could i make a chess game or a simple/complex application after watching the general python tutorials?(I see there are 4 of them..(beginner/intermediate/OOP/sudoku) Or should i do more reading(texts/Documentations) before i go on. I am kind of afraid because i am soooo bad at OOP.(I want to get used to it..hopefully) I could see u need to know a little about pygame to make games and all..but dont know what to do next because im a beginner :( i want to make a rather complex(?) application by myself as an end goal.. but it's hard for me because of the OOP stuff :( ) still love ur videos tho :D thanks!
@TechWithTim5 жыл бұрын
I have some tutorials on OOP, try those!
@haiyanhao80354 жыл бұрын
So many thanks!
@TheCodeHunter4 жыл бұрын
thx tim this worked
@gangumstyle33953 жыл бұрын
hey man when i try to do the collections.find or anything really it is just saying the "object" has no attribute called "find"
@Dan-vu3vt3 жыл бұрын
It was extremely annoying to set up when you named the project, database and collection 'test', so you don't know what corresponds to what if you're trying to use meaningful names. Additionally, you never mentioned the importance of whitelisting all IP's.
@neilshah44403 жыл бұрын
While the video was very helpful, I can't help but agree
@cristian-bull3 жыл бұрын
"the importance of whitelisting all IP's" Is that always the case? Don't you only need to whitelist the backend IP?
@rockoyhead2 жыл бұрын
this comment section is full of bots save me
@tariquekhan58134 жыл бұрын
Hello Tim, I can't run my Pip Command please help me out for this problem.
@arafathusseinbinriaskhan892217 күн бұрын
5 years old, still suitable for latest updates?
@Zee-vh4gn5 жыл бұрын
Hey Tim, having some Import Error, can't make anything of it. Exception has occurred: ImportError cannot import name 'MongoClient' from partially initialized module 'pymongo' (most likely due to a circular import)
@sueholder7034 жыл бұрын
try: mongo_client
@beerihimmelman19174 жыл бұрын
You named your script pymongo.py, which masks the pymongo module from which you are importing. Rename your script to something else (and delete the pymongo.pyc file if one was created next to it).
@1UniverseGames3 жыл бұрын
How can I List the outer-most fields of the documents?
@nikhilkumar-zz7ov4 жыл бұрын
Hello I Have a doubt.My Database contains a array of values and I want to retrieve the values and store it in a variable.How can I do that?!
@sham27khan3 жыл бұрын
can you help how to use pemcertificate with pymongo
@brimmed4 жыл бұрын
at the beginning you talked about using it for discord, which is something i'm trying to do. can someone confirm if it's necessary to use Motor for incorporating it with a discord bot. assuming i'd need the asynchronous function since that's what i've been reading about discord bots
@sharmishthabapuli86733 жыл бұрын
yes you need to use MotorClient
@tsvillain3 жыл бұрын
How can i make mongodb schema like we can do in nodejs with mongoose?
@dejoma.4 жыл бұрын
I am doing a super simple find for a non-index ID of a sample collection in MongoDB, takes 8 seconds. What's wrong?
@vaiterius3 жыл бұрын
How do you check if a document/post exists inside your collection?