Learn Python in 1 hour! 🐍 (2024)
1:00:00
Python Projects for Beginners 🐍
4:21:32
MongoDB collections explained
3:46
MongoDB indexes explained
4:16
3 ай бұрын
MongoDB how to delete documents
3:19
MongoDB how to update documents
8:41
MongoDB how to find documents
4:36
Пікірлер
@A_Proud_Muslim73
@A_Proud_Muslim73 18 сағат бұрын
print("Hello World") # Hello world project """This is a comment""" """ These are string variables """ f_name = "zoraiz" l_name = "rajput" print(f_name) print(f"My first name is {f_name}") print(f_name,l_name) """ These are integer variables """ age = 11 height_inches = 63 num_students = 27 print(f"My age is {age} and my height is {height_inches},") num_students = 27 print(f"There are {num_students} students in my class,") """ These are float variables """ weight_lbs = 95.5 waist_cms = 20.9 cgpa = 4.0 print(f"My weight is {weight_lbs}lbs and my waist is {waist_cms}cm and my CGPA is {cgpa}.") """ These are boolean variables """ is_student = True print(f"Am I a student?:{is_student}") if is_student: print("You ARE a student.") else: print("You Are NOT a student.")
@baxtiyorshamshiddinov226
@baxtiyorshamshiddinov226 18 сағат бұрын
Thank you
@ajayram806
@ajayram806 19 сағат бұрын
love you broooooooooo.
@valentinpetrov9759
@valentinpetrov9759 19 сағат бұрын
This video is pure gold for anyone trying to learn C++! The only and only critique I have is that I wish we had more projects and individual assignment to do but that is our own responsibility, you didn't even have to teach us! I guess you could say I am officially a Bro Coder now!
@pooya420
@pooya420 19 сағат бұрын
39:13c for me , only by using (f "{}" ) the function of for example friends works to be 1 or etc works!
@rasheds_miya
@rasheds_miya 20 сағат бұрын
this is a great video
@MahdiMaqsudi-r5d
@MahdiMaqsudi-r5d 20 сағат бұрын
what the fuck is this language
@talivoszn
@talivoszn 20 сағат бұрын
Pew pew pow
@Meenimie
@Meenimie 21 сағат бұрын
Support comment.😂 Thanks for the video byw
@Punnope
@Punnope 21 сағат бұрын
Random comment
@WaynePowersYT
@WaynePowersYT 21 сағат бұрын
You’re literally helping me pass my data structures and algorithms class.
@Yamazakura00
@Yamazakura00 21 сағат бұрын
Question.. If we have 2 if functions and each have either an elif and else. E g def function(n) X = 7 If n > 0: X+= 1 elif n < 0: X-=1 Return x If n > 0: X += 1 Else: X = 9 Return x What is the priority output? As in if both if conditions are met then which would x become, would it go to elif or else? Is there an order of precedence or something?
@SandeepKumar-c4r9k
@SandeepKumar-c4r9k 22 сағат бұрын
can you do make for pandas and numpy pleaseeeee 🥺
@deborahbee7122
@deborahbee7122 22 сағат бұрын
TYSM, you are single-handedly saving my gpa
@BhavinBashyal-oj9ij
@BhavinBashyal-oj9ij 23 сағат бұрын
just a random comment
@BhavinBashyal-oj9ij
@BhavinBashyal-oj9ij 23 сағат бұрын
just a random comment
@BhavinBashyal-oj9ij
@BhavinBashyal-oj9ij 23 сағат бұрын
just a random comment
@BhavinBashyal-oj9ij
@BhavinBashyal-oj9ij 23 сағат бұрын
just a random comment
@enhampus7458
@enhampus7458 23 сағат бұрын
The legend is back!
@Aufrichtig-und-wichtig
@Aufrichtig-und-wichtig Күн бұрын
legend.
@shade7952
@shade7952 Күн бұрын
Is this course still accurate in late 2024?
@nazz2355
@nazz2355 Күн бұрын
Guys where can i get notes of this vedio??
@haider.memories
@haider.memories Күн бұрын
Awsome and Perfect
@xox9997
@xox9997 Күн бұрын
nice vid
@jacobdavis2
@jacobdavis2 Күн бұрын
Nice video
@christopherwatkins1848
@christopherwatkins1848 Күн бұрын
"we will set paragraph Id to "myP" (not even .000001 seconds later) "meaning my paragraph." Bro didn't even give us half a second to process the ID in a negative way.
@AliOmar-lp
@AliOmar-lp Күн бұрын
Could you make a lua course
@LethalAscend
@LethalAscend Күн бұрын
lotad
@ahmeden8793
@ahmeden8793 Күн бұрын
I tried to do this alone without any tutorials and failed does that mean that I am not cut out for coding btw I am 15
@sujinstudy
@sujinstudy Күн бұрын
Let's Learn this s****: D1-1:07:34
@Luka18911
@Luka18911 Күн бұрын
thanks 'bro'
@breg.23
@breg.23 Күн бұрын
My midterm is today and I’m here chat am I cooked
@alexanderandersson7906
@alexanderandersson7906 Күн бұрын
<3
@VAASAR
@VAASAR Күн бұрын
thanks
@roomline6622
@roomline6622 Күн бұрын
Bro
@Sting_99
@Sting_99 Күн бұрын
Big Thanks to you From Morocco
@younessid437
@younessid437 Күн бұрын
Finally, I found the python itself explaining himself 😂 Thank You soooo much <3
@mohamedibrahimhassan291
@mohamedibrahimhassan291 Күн бұрын
System.out.println("I just clicked the like button! ");
@KaosDragonLOC
@KaosDragonLOC Күн бұрын
I'd just okay call the manager and watch my manager have to deal with her craziness
@biscade
@biscade Күн бұрын
w
@dyrmin9036
@dyrmin9036 Күн бұрын
5:48:15
@MeganOttley-b7f
@MeganOttley-b7f Күн бұрын
#String First_name = Joe #Integer Age = 25 #Float Price = 10.99 #Boolean is_student = True if is_student: print(“You are a student”) else: print(“You are NOT a student”)
@shinkansen1907
@shinkansen1907 Күн бұрын
YOU ARE A LEGEND
@yoursoulisforever
@yoursoulisforever Күн бұрын
Thank you! Liked and subscribed.
@UI_Khalil
@UI_Khalil Күн бұрын
is it ok if I did it with the msys2 insted of mingw ???
@KazaarLotha
@KazaarLotha Күн бұрын
dude youre awesome, i really thought this was WAY more complicated :D
@MainulHossainAnik
@MainulHossainAnik Күн бұрын
🔥❤DONE❤🔥
@TechGuideAi-g5i
@TechGuideAi-g5i Күн бұрын
gosh its available for free
@daily_postiviity
@daily_postiviity Күн бұрын
i love BroCodez
@shinkansen1907
@shinkansen1907 Күн бұрын
thanks!