Python & MySQL Crash Course

preview_player
Показать описание
This is a beginner-based crash course on working with MySQL with the Python programming language.

Code Gist:

💖 Become a Patron: Show support & get perks!

Website & Udemy Course Links:

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

I wrote my first little html website using one of Brad's crash courses alittle over a year ago and now im going to play with SQL for the first time in a Brad video! I can't express enough how much gratitude I have for him! :)

mannyc
Автор

Brad loves what he does, coding. He is a real programmer, he always have time to Create stuff for us and working on his client project. May God continue to bless you and your family. Am one of your favorite fan.

MULTICODE
Автор

I was literally talking about doing this for my church to our pastor today... Crazy! Thanks for the info on where to start! I know SQL and some python so this will be perfect.

joshalvarez
Автор

Thank you for taking time and giving knowledge. I’m on my 2nd read of Python crash course and watching your videos helps me tie in beginner and advanced together.

corneliusjermainehightower
Автор

Thank you. I had a project in mind and started coding from this tutorial. It incorporates a professional coding methodology.

alexcheriyan
Автор

Thank you Brad! You have taught me so much in the past four years, and have helped considerably in having a stable, fun, challenging job. You are the man!!!!

HereIam
Автор

Can u please make an in-depth course for Django.

surplusvalue
Автор

Believe it or not Mr Brad, I'm Nigerian, it's pretty hard here to get a career as a remote developer based on the "scammers" stigma that the country has developed for itself, but I look up to you, I follow channels that acknowledge your work and you've been an inspiration and I've done a whole lot since I started watching your videos, I started following you since 2016 and I adore your work

ifeoluwaAlao
Автор

I'm gonna invent some new framework or programming language just to see how fast Brad Traversy is going to create a tutorial for that framework or language... But then again, he'll probably have a tutorial out before I'm done inventing it!

alexanderthaara
Автор

Is this a coincidence??....I was just searching on chrome about whether to use postgresql or mysql for Django ....I come to YouTube, and boom, first video on my recommendation:)....

ajitha
Автор

This was great, thank you Brad! Short and snappy, easy to follow along, and really showcases the potential of interacting with sql through python

yablablaable
Автор

Great tutorial man👍👍👍, best of two worlds

CodeWithPrince
Автор

Thanks a bunch Brad, this could well be the shortest full CRUD tut you ever dished out.

tigere
Автор

how can someone dislike this high quality content? doesn't make sense

davidmares
Автор

Brad can teach you the whole essential concepts in just a blink of an eye regardless of your expert level, even us beginners can follow along

grahamkatana
Автор

great tutorial! I see if you delete for example logs 1-3 and then add a new log, the new log has the id 4. This is something we need to fix

wholel
Автор

thanks for your time to support us, junior wish you all the best!!!!

rukotanafreddy
Автор

Great tutorial using mysql connector without any ORM :), I prefer it that way rather using ORM, which has latency on big data sets

ryan.aquino
Автор

incredible video Traversy Media. I shattered that thumbs up on your video. Keep on up the terrific work.

KeyserTheRedBeard
Автор

It took me days to figure out... If you get Lost connection to MySQL server at 'localhost:3306' error when trying to CREATE TABLE `log`, it's because the table_description query printed from TABLES array has curley braces around it, hence it's improperly formated.

Hence, we should format the query string by writing instead

microman