I know the video is long...believe me, I recorded it straight through. I added timestamps in the description. Also, if you are interested, this content is based on my Django course where the videos are broken up. Promo link in the description
Just wanted to say, Thank you! You make quality content that is best in class. With the discount promo-code I can afford to take the Udemy course. I am glad I am able to support you through it. You help bridge the gap in web development for so many. Keep doing what you're doing!
I was procrastinating learning Python up until I came across this video. It is brilliantly concise and to the point. Hats off to Brad for keeping the length of such a useful primer within 90 minutes!!
I made it to the end! That was pretty awesome. I haven't touched python in about 2 years so this was the refresher I needed to make sense of my old code
mohiuddin akib i went 3 minutes in. I have no experience in JavaScript, should I watch that crash course first? I am brand new to programming, is there another video by brad that I can watch as a building block?
@@abelresendez5111 I think this video is not suitable for absolute beginners since he doesn't explain the fundamentals of programming like what a variable is, so I think the title is a little misleading, this video is actually meant for people who already know another programming language and now want to learn Python. I would recommend you start with an introduction to programming in general and other courses that are suited for absolute beginners. I hope this helps.
@@abelresendez5111 you could try the video from freecodecamp, that I have seen explains concepts in a lot of detail and is 4 and half hours long but I think that will help. To understand this video I think you will need to be familiar with the basics of programming
Brad is so sincere, saying that these basics aren't enough for one to build something. I've observed Brad for sometime now. He's always straight to the point & very concise in his courses. His 16hr course is equivalent to some 50hr course from someone else. I'm going to get your vanillaJS course very soon. Thank you so much!
I bought your Django Udemy course and started supporting you on Patreon over Thanksgiving weekend! I'm taking a JavaScript course right now, but once I'm done with that, I plan on going thru your Django course. Thanks for all that you do for the web dev community, Brad! :D
Professionally, I never worked on Python. My complete career has been based on purely JavaScript. But, my new job heavily focuses on using Python. This video provides a great starting point. Brad made several comparisons between JavaScript and Python which helped to accelerate the learning process.
Hi, this is what I call a real crash course!! I believe there can't be better than this one. Thank you very much for the high value contents! Please keep up the good work!! Regards
Brad I bought your Django udemy course on the back of this excellent freebie demonstration. But also because I've been watching your free stuff for a quite a while yet, and you are the best, commonsensical, straightforward, you get people over the hump of not knowing anything about a subject. Great vid, great work and thank you
Youfreaking legend, I have been struggling with understanding the concept behind classes and objectS when studying other languages and you nailed it in my head in less than 2 minutes... MUCH APPRECIATED
55:32 58:15 1:02:56 1:03:46 import datetime and then datetime.date.today() OR from datetime import date and then date.today() 1:10:03-1:11:16 1:12:52 creating custom modules continue. from classes
Crazy, ive just been searching google for good resources for Python development. My search is over, brad saves the day again! :D Your the best, thanks.
I started with python as a new coder, zero experience. I stopped learning python a year ago after spending a month not even knowing where to run my code.. I was using tree house : ). Watching this video now after working on some really cool projects in Flutter and Vue, I am excited to just skim docs and watch shorter youtube videos while jumping stright into solving my own problems. Thanks Brad!
I'm currently trying out a bunch of different programming languages. I've stated with JavaScript, went on to C# and C++ and I'm now trying out python and coming from C++ and C# python is just so simple and straight forward. It's amazing how simple this language is to pick up and use.
Great. Thanks a lot. So simple and useful. And the best part for me is that you organized all the info into a _finished folder. I followed your course, and wrote notes/comments in your finished files. Now I have your files with the examples and can very easily start with my coding.
hi brad i think i am getting addicted to your teaching method as i am so comfortable with your teaching method that i ones saw a video of mosh about the same topic and then i am watching your video and i feel so comfortable with your method thanks bro. and coding with your methods in mind is so error free.
Hey man, its been a few months, I've been a follower for a couple of years. I had to take a break as I started my freshman year in CompSci so I've been loaded with homework. well now the first semester is over and I have some free time so back to learning code. just like to say it was great being able to say I want to learn python and see that you had a new course up and its as well done as the rest of your content. Thanks again for all you do in the community and keep up the great work. gonna drop some $ for ya man.
this is the best python crash course in the whole youtube universe 🎉 Please do more python crash course, the more advanced version from this one. 😊 please we want it. Maybe you can cover things about concurrency, queue, etc. please.
Spooky, you must have a camera in my lab watching what I'm trying to learn next and then, bang, out comes a TM video on just that thing. You are the man. Thanks.
I can see you are a good teacher from this video. I already know the basics of Python but would like to learn about web framework. I am buying your Django course now :)
I'm a copywriter and currently learning to code as a hobby 😇 I love coding and I've been trying to learn a language since ages finally taking some action, Love your video brother
Another great crash course. Was very informative and clear. I myself started using VS code recently as well :). My dream is to teach python and Django like you and have just uploaded my first video. Thank you for the inspiration!
Hello guys. I found this tutorial very useful and well done. The only parts I have found slightly unclear are those regarding extended classes and custom modules. Great job, thanks very much. Bye Bye
It might help to think of extended classes as inheriting classes. For example, in Brad's video, the customer class inherits from the user class (that means that everything in the user class is available to the customer class.) The idea of inheritance made this easier for me to understand. 😊 I hope that helps.
@@giuseppestivala4538 Greetings and glad to hear you figured it out. Learning to code can be overwhelming and confusing. But, if you keep at it, things will start falling into place and you'll have many aha moments. Of course, then you'll need to learn something new, and you'll go through the same cycle again. An infinite loop. 😊
Just discovered this; I'm starting my learning here :) Thank you. After this I'm going to take your Python/Django course. What would be a good next step, after I get these basics. Of course the goal is to find a Python dev job.
Yeah it was a long video but short compared to 4 hours and one is even 13 hours. This was perfect! He assumed we were already JavaScript developers, which in my case was try and was just perfect!!
Sounded like you recorded the voice for the outro the next day after recording this tutorial hah, thank you for it, it really helped a lot sine my school really aren't teaching anything, all they're doing is if statements and variables and just the basics.
Finished watching HTML crash course and CSS crahscourse, chose Python as the first language to learn and I’ve not been disappointed once from your channel
I've been able to use Python a lot more at work and I couldn't be happier. Most of what I do is still back-end PHP, but with each day I've been able to use it more and more (my boss is awesome). Recently I've used it with working with massive data sets. Like 260,000+ rows of DB entries on a very high-end client. The VPS the company chose isn't ideal and I'm forced to use vanilla Python 2.7 on an even older Ubuntu install, can't install anything pip nor OS 'apt' related, has actually helped my understanding of things in the long run. Maybe in a future video take a look at Vim. It's not as scary as people think and with just a very basic understanding of it, working with remote and even local things has been great. I still main VSCode but having the bit of Vim behind me has helped in more situations that I thought it would. Anyway, long time fan, and if anyone I know ever asks for help or resources your the first one I point them to.
Thanks I'm already a Senior Dev in other Languages but I'm at the Entry-Level in Python, So my new employer gave me some python and you saved the day. However, just a comment: I think when you extended a class, there is no need to redeclare the __init__ method neither variable that are already declared in the parent class as ('name', 'email' and 'age')class. Unless if we want to overwrite them. To be specific; inside file: classes.py, there is no need for line 21 to 24 at minute 1:25:46 Otherwise I have learned a lot today, Thanks in the parent
Thanks a lot I've watched both this and your django video today and they're bpth really usefull definitly gonna check out your other python tuts. thanks alot!
I know the video is long...believe me, I recorded it straight through. I added timestamps in the description. Also, if you are interested, this content is based on my Django course where the videos are broken up. Promo link in the description
thx
The longer, the better. Thanks Brad.
Traversy Media - I just found an 11 hours video, now that is too long.
Hyy traversy media... Can i request how to make elearning system with CI framework or others plisss? Thank you
Just wanted to say, Thank you!
You make quality content that is best in class. With the discount promo-code I can afford to take the Udemy course.
I am glad I am able to support you through it. You help bridge the gap in web development for so many. Keep doing what you're doing!
TIMESTAMPS:
2:15 - Comments, Variables & Data Types
9:50 - String Formatting & Methods
17:40 - Lists
24:15 - Tuples & Sets
33:09 - Dictionaries
42:15 - Functions
49:25 - Conditionals
59:09 - Loops
1:05:06 - Modules
1:15:52 - Classes & Objects
1:26:17 - Working With Files
1:30:57 - Working With JSON
Thanks bro
@@dystopian_1 He just copy pasted it from the description lol
@@asadfarraj people tend not to read descriptions
I was procrastinating learning Python up until I came across this video. It is brilliantly concise and to the point. Hats off to Brad for keeping the length of such a useful primer within 90 minutes!!
This video is perfect for JS developers to pick up Python.
I made it to the end! That was pretty awesome. I haven't touched python in about 2 years so this was the refresher I needed to make sense of my old code
If it's brad's video no matter whether it's python or ruby i will smash that like button even though i am a js and php dev
Except if the Freakin Facebook Ad pops up...
Correct!
mohiuddin akib i went 3 minutes in. I have no experience in JavaScript, should I watch that crash course first? I am brand new to programming, is there another video by brad that I can watch as a building block?
@@abelresendez5111 I think this video is not suitable for absolute beginners since he doesn't explain the fundamentals of programming like what a variable is, so I think the title is a little misleading, this video is actually meant for people who already know another programming language and now want to learn Python. I would recommend you start with an introduction to programming in general and other courses that are suited for absolute beginners. I hope this helps.
@@abelresendez5111 you could try the video from freecodecamp, that I have seen explains concepts in a lot of detail and is 4 and half hours long but I think that will help. To understand this video I think you will need to be familiar with the basics of programming
Brad is so sincere, saying that these basics aren't enough for one to build something. I've observed Brad for sometime now. He's always straight to the point & very concise in his courses. His 16hr course is equivalent to some 50hr course from someone else. I'm going to get your vanillaJS course very soon. Thank you so much!
I bought your Django Udemy course and started supporting you on Patreon over Thanksgiving weekend! I'm taking a JavaScript course right now, but once I'm done with that, I plan on going thru your Django course. Thanks for all that you do for the web dev community, Brad! :D
You’re probably the best coding youtuber out there.
I’m sticking with you dude.
the best is new botson
@@WeirdStuffaaaa not by a mile
Professionally, I never worked on Python. My complete career has been based on purely JavaScript. But, my new job heavily focuses on using Python. This video provides a great starting point. Brad made several comparisons between JavaScript and Python which helped to accelerate the learning process.
Hi, this is what I call a real crash course!! I believe there can't be better than this one. Thank you very much for the high value contents! Please keep up the good work!! Regards
Python lover hit like! Thanks, Brad You are the gem for all college students, GOD BLESS YOU!
I wish you never grow older but still stay young for decades to teach. You are just good at what you teach. Thank you so much
I had done C# programming since last 20 years. Your video got me up to speed with Python in 90 minutes. Awesome work :)
it 's my first ever video that I have completed , I loved the every minute of it. Thank you for helping me 😊
I bought that Django course two weeks ago
Thank you very much :) Hope you enjoy it
I learned more in the few hours it took me to consume and code along with this video than I did in an entire semester of "Intro to Programming" :D:D
Brad I bought your Django udemy course on the back of this excellent freebie demonstration. But also because I've been watching your free stuff for a quite a while yet, and you are the best, commonsensical, straightforward, you get people over the hump of not knowing anything about a subject. Great vid, great work and thank you
I am Javascript developer and since at work I come into contact with Python, this was a massive help with understanding the code. Thank you.
Youfreaking legend, I have been struggling with understanding the concept behind classes and objectS when studying other languages and you nailed it in my head in less than 2 minutes... MUCH APPRECIATED
55:32
58:15
1:02:56
1:03:46
import datetime and then datetime.date.today() OR from datetime import date and then date.today()
1:10:03-1:11:16
1:12:52
creating custom modules
continue. from classes
This video helped me learn python in 30 mins coming from a cpp background , on point no BS . Thank you !
Crazy, ive just been searching google for good resources for Python development. My search is over, brad saves the day again! :D Your the best, thanks.
I started with python as a new coder, zero experience. I stopped learning python a year ago after spending a month not even knowing where to run my code.. I was using tree house : ). Watching this video now after working on some really cool projects in Flutter and Vue, I am excited to just skim docs and watch shorter youtube videos while jumping stright into solving my own problems. Thanks Brad!
Thank you so much Brad. Whenever I have to learn new language, my first try is to find your video.
SAME
Thanks to this guy, I already am getting the hang of Python, JavaScript and HTML
These crash course videos are perfect for exam/study review, just the right length and with everything summarised. Thank you so much!
I'm currently trying out a bunch of different programming languages. I've stated with JavaScript, went on to C# and C++ and I'm now trying out python and coming from C++ and C# python is just so simple and straight forward. It's amazing how simple this language is to pick up and use.
Great. Thanks a lot. So simple and useful. And the best part for me is that you organized all the info into a _finished folder. I followed your course, and wrote notes/comments in your finished files. Now I have your files with the examples and can very easily start with my coding.
Thank you. I was a developer, now a "manager" and was looking into programming again. Now writing with Bottle for a chatbot using Dialogflow.
brad is an excellent teacher..he's my go to channel whenever i wanna learn a new technology.
Great video .. watched it like 5 years ago and back whenever i need a python refresher 💯👍
Good job with all those comparisons with Javascript. It really helped.
hi brad i think i am getting addicted to your teaching method as i am so comfortable with your teaching method that i ones saw a video of mosh about the same topic and then i am watching your video and i feel so comfortable with your method thanks bro. and coding with your methods in mind is so error free.
Hey man, its been a few months, I've been a follower for a couple of years. I had to take a break as I started my freshman year in CompSci so I've been loaded with homework. well now the first semester is over and I have some free time so back to learning code. just like to say it was great being able to say I want to learn python and see that you had a new course up and its as well done as the rest of your content. Thanks again for all you do in the community and keep up the great work. gonna drop some $ for ya man.
Came to like even if im front end developer xD
I appreciate that...
Subscribed even if Im back end developer
@@JulioSegarra3rd lol
this is the best python crash course in the whole youtube universe 🎉
Please do more python crash course, the more advanced version from this one. 😊 please we want it.
Maybe you can cover things about concurrency, queue, etc. please.
I bought your course yesterday and had just finished this Python section, Awesome!
The content is this channel is amazing! And it's all free, much better than many paid courses, just unbelievable!
Traversy spreading that sacred knowledge. Bubba bless you.
I don't only like your notes but every aspect on the way you give out the materials it's master-minded thanks.
Thank you!
Spooky, you must have a camera in my lab watching what I'm trying to learn next and then, bang, out comes a TM video on just that thing. You are the man. Thanks.
This is the best Python tutorial I've seen so far! Thanks!
I already liked the video before checking it out. As long as it is Brad...ezza hit! Great work!!!
Great course. Listened at double speed as I've done you Javascript courses.
THANKS! last night it was on my mind to learn python and here you are
Thank you for clearly explaining concepts. You're one of a select few that does this. You're a blessing sir 😇
I can see you are a good teacher from this video. I already know the basics of Python but would like to learn about web framework. I am buying your Django course now :)
one of the best crash courses u can find! for the people who have some background in a programming language
You make things very clear and simple. It’s why I love your videos!
I have an interview in the morning. I came here for a refresher.. Thanks!
did you get it?
Alot of people don't use this IDE but for me I love it, it's called S.Y.D.E.R. from Anaconda. Excellent IDE.
Best short course that almost covers everything. Awesome Brad
I'm a copywriter and currently learning to code as a hobby 😇 I love coding and I've been trying to learn a language since ages finally taking some action, Love your video brother
Another great crash course. Was very informative and clear. I myself started using VS code recently as well :). My dream is to teach python and Django like you and have just uploaded my first video. Thank you for the inspiration!
Brad, you are really great man. This crush course has just clear my basic python.
Just about to start programming course in python... this just gave me a super quick overview... thanks!
As always Brad just made it very clear, great idea to use comparison with JS for better understanding. Thanks Brad!
Amazing Python refresher course!! Thank you so much!
Gonna buy Django course, thank you!
Great content! One of the best teachers on TH-cam! Thank you for your hard work!
I'm enjoying this videos so much coming from NodeJs... What will we do without you Brad. Lol thanks man.
A great Teacher......huge Respect for you!!
Hello guys. I found this tutorial very useful and well done. The only parts I have found slightly unclear are those regarding extended classes and custom modules. Great job, thanks very much. Bye
Bye
It might help to think of extended classes as inheriting classes. For example, in Brad's video, the customer class inherits from the user class (that means that everything in the user class is available to the customer class.) The idea of inheritance made this easier for me to understand. 😊 I hope that helps.
@@BiancaAguglia Hello Bianca, thanks for the tip. I have to say that in the meanwhile I got the same idea about classes.
Greetings. 👍
@@giuseppestivala4538 Greetings and glad to hear you figured it out. Learning to code can be overwhelming and confusing. But, if you keep at it, things will start falling into place and you'll have many aha moments. Of course, then you'll need to learn something new, and you'll go through the same cycle again. An infinite loop. 😊
Been looking for a sort of intermediate course that presumed the knowledge of OOP and just covered python terminology and syntax. This was perfect.
Really useful as always! Great work and many thanks, Brad!
Just discovered this; I'm starting my learning here :) Thank you. After this I'm going to take your Python/Django course. What would be a good next step, after I get these basics. Of course the goal is to find a Python dev job.
Thanks Brad, from now on I love Python!
Yeah it was a long video but short compared to 4 hours and one is even 13 hours. This was perfect! He assumed we were already JavaScript developers, which in my case was try and was just perfect!!
In fact, what I learned from this channel is much more than what the university taught me.
Wow I'm very new to python able to understand every bit very clearly... Great video
You are one of the best teachers ❤❤
I love it when you compare JavaScript with Python. It becomes easier for JS developers to learn Python syntax
Sounded like you recorded the voice for the outro the next day after recording this tutorial hah, thank you for it, it really helped a lot sine my school really aren't teaching anything, all they're doing is if statements and variables and just the basics.
Thank you so much, I have never learnt class from any other resources! following your amazing explanation made it easy for me. God bless you Brad.
Finished watching HTML crash course and CSS crahscourse, chose Python as the first language to learn and I’ve not been disappointed once from your channel
Best Python Crash course ever! 👍👍
Your tutorials are the "Samurai Jack" of programming tutorials.
I bought your Django course yesterday. Start working with it today.
completed this tutorial. I will recommend this short tutorial to learn python basic
Thanx man, I used it to review my basic knowledge.
Great course, straight to the point. Very useful when you compare it with js and other different languages.
SKIBIDI RIZZ
Really helpful course for beginners. Thank You!
I've been able to use Python a lot more at work and I couldn't be happier. Most of what I do is still back-end PHP, but with each day I've been able to use it more and more (my boss is awesome). Recently I've used it with working with massive data sets. Like 260,000+ rows of DB entries on a very high-end client. The VPS the company chose isn't ideal and I'm forced to use vanilla Python 2.7 on an even older Ubuntu install, can't install anything pip nor OS 'apt' related, has actually helped my understanding of things in the long run.
Maybe in a future video take a look at Vim. It's not as scary as people think and with just a very basic understanding of it, working with remote and even local things has been great. I still main VSCode but having the bit of Vim behind me has helped in more situations that I thought it would.
Anyway, long time fan, and if anyone I know ever asks for help or resources your the first one I point them to.
Thank you for having this tutorial. Easy to understand and direct to the point and compares to other languages
Thanks I'm already a Senior Dev in other Languages but I'm at the Entry-Level in Python, So my new employer gave me some python and you saved the day.
However, just a comment: I think when you extended a class, there is no need to redeclare the __init__ method neither variable that are already declared in the parent class as ('name', 'email' and 'age')class.
Unless if we want to overwrite them. To be specific; inside file: classes.py, there is no need for line 21 to 24 at minute 1:25:46
Otherwise I have learned a lot today, Thanks in the parent
Best tutoring all over youtube
Thankyou so much Brad sir. :) Lots of love from India.
Thanks a lot, man! This vid really helped me out to get started real quick on Python
Paced perfectly with great info density. Thanks!!!
Thank you so much! I know OOP but I needed to get familiar with python syntax and your video helped a lot. Thanks again!
Thanks a lot I've watched both this and your django video today and they're bpth really usefull definitly gonna check out your other python tuts. thanks alot!
Wow, what a great rundown. I'll be referencing this for my class.
It's the best python course! Thanks a lot Brad.
This is surprisingly good at covering the basics.
Awesome course and wonderful explanation. I like it.. Thank you!
thank you John, you are the best to teach every things even the physics.😄
Awesome video sir I am an android developer but just loved this course.
Made it to the end, thanks man very nice video