Python Crash Course For Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ส.ค. 2024
  • In this crash course we will be going over Python programming basics like variables, data types and structures, functions, loops, classes and more. Timestamps are below...
    Python Sandbox Files:
    github.com/bradtraversy/pytho...
    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
    Full Django Course Promo Link:
    www.udemy.com/python-django-d...
    💖 Become a Patron: Show support & get perks!
    / traversymedia
    Website & Udemy Courses
    www.traversymedia.com
    Follow Traversy Media:
    / traversymedia
    / traversymedia
    / traversymedia
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 492

  • @TraversyMedia
    @TraversyMedia  5 ปีที่แล้ว +227

    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

    • @javasunsite
      @javasunsite 5 ปีที่แล้ว +1

      thx

    • @Ali-lm7uw
      @Ali-lm7uw 5 ปีที่แล้ว +9

      The longer, the better. Thanks Brad.

    • @yolamontalvan9502
      @yolamontalvan9502 5 ปีที่แล้ว +3

      Traversy Media - I just found an 11 hours video, now that is too long.

    • @muftiartmade2832
      @muftiartmade2832 5 ปีที่แล้ว

      Hyy traversy media... Can i request how to make elearning system with CI framework or others plisss? Thank you

    • @justinahmann7706
      @justinahmann7706 5 ปีที่แล้ว +1

      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!

  • @miso1076
    @miso1076 5 ปีที่แล้ว +30

    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!!

  • @vizzyMcExee
    @vizzyMcExee 4 ปีที่แล้ว +36

    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

  • @md.akib5124
    @md.akib5124 5 ปีที่แล้ว +329

    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

    • @allinone-ju4iw
      @allinone-ju4iw 5 ปีที่แล้ว +5

      Except if the Freakin Facebook Ad pops up...

    • @kiransurage
      @kiransurage 5 ปีที่แล้ว +2

      Correct!

    • @abelresendez5111
      @abelresendez5111 4 ปีที่แล้ว +1

      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?

    • @amirhosseinahmadi3706
      @amirhosseinahmadi3706 4 ปีที่แล้ว +3

      @@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.

    • @a-girl-has-no-name
      @a-girl-has-no-name 4 ปีที่แล้ว +2

      @@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

  • @chimadivine7715
    @chimadivine7715 4 ปีที่แล้ว +4

    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!

  • @langxie3368
    @langxie3368 4 ปีที่แล้ว +83

    This video is perfect for JS developers to pick up Python.

  • @ahasanulfahim6436
    @ahasanulfahim6436 3 ปีที่แล้ว +127

    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

    • @dystopian_1
      @dystopian_1 2 ปีที่แล้ว +2

      Thanks bro

    • @asadfarraj
      @asadfarraj 2 ปีที่แล้ว +3

      @@dystopian_1 He just copy pasted it from the description lol

    • @MoonlightAcid1
      @MoonlightAcid1 2 ปีที่แล้ว +3

      @@asadfarraj people tend not to read descriptions

  • @r5bc
    @r5bc 5 ปีที่แล้ว +11

    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

  • @sevdalink6676
    @sevdalink6676 4 ปีที่แล้ว

    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.

  • @joshuastevenson5140
    @joshuastevenson5140 5 ปีที่แล้ว +10

    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

  • @jrlovepll1215
    @jrlovepll1215 4 ปีที่แล้ว +3

    Thank you for clearly explaining concepts. You're one of a select few that does this. You're a blessing sir 😇

  • @roon6425
    @roon6425 5 ปีที่แล้ว +68

    You’re probably the best coding youtuber out there.
    I’m sticking with you dude.

    • @WeirdStuffaaaa
      @WeirdStuffaaaa 2 ปีที่แล้ว

      the best is new botson

    • @danyukhin
      @danyukhin 2 ปีที่แล้ว

      @@WeirdStuffaaaa not by a mile

  • @jacobestright2709
    @jacobestright2709 5 ปีที่แล้ว +1

    This is the best Python tutorial I've seen so far! Thanks!

  • @trigger60
    @trigger60 3 ปีที่แล้ว

    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

  • @deepGrow30
    @deepGrow30 8 หลายเดือนก่อน +2

    it 's my first ever video that I have completed , I loved the every minute of it. Thank you for helping me 😊

  • @Roxanne670
    @Roxanne670 3 หลายเดือนก่อน

    These crash course videos are perfect for exam/study review, just the right length and with everything summarised. Thank you so much!

  • @charlesabboud1613
    @charlesabboud1613 4 ปีที่แล้ว

    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

  • @shuaib-oseni
    @shuaib-oseni 4 ปีที่แล้ว +1

    brad is an excellent teacher..he's my go to channel whenever i wanna learn a new technology.

  • @cbrcoder
    @cbrcoder ปีที่แล้ว

    I had done C# programming since last 20 years. Your video got me up to speed with Python in 90 minutes. Awesome work :)

  • @matthewogunmola7615
    @matthewogunmola7615 5 ปีที่แล้ว

    I already liked the video before checking it out. As long as it is Brad...ezza hit! Great work!!!

  • @clarkson451
    @clarkson451 5 ปีที่แล้ว

    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.

  • @emalfiza3386
    @emalfiza3386 4 ปีที่แล้ว

    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.

  • @wotan91
    @wotan91 5 ปีที่แล้ว +11

    Good job with all those comparisons with Javascript. It really helped.

  • @luisenriquehuertadelgado9983
    @luisenriquehuertadelgado9983 4 ปีที่แล้ว +1

    Really useful as always! Great work and many thanks, Brad!

  • @ilinafrica
    @ilinafrica 5 ปีที่แล้ว

    I don't only like your notes but every aspect on the way you give out the materials it's master-minded thanks.

  • @ariolverab
    @ariolverab 3 ปีที่แล้ว +1

    As always Brad just made it very clear, great idea to use comparison with JS for better understanding. Thanks Brad!

  • @sliiiimjim
    @sliiiimjim 5 ปีที่แล้ว

    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.

  • @juliocodes
    @juliocodes 5 ปีที่แล้ว

    You make things very clear and simple. It’s why I love your videos!

  • @suyashbajpai9509
    @suyashbajpai9509 5 ปีที่แล้ว

    I bought your course yesterday and had just finished this Python section, Awesome!

  • @schokowaffi4456
    @schokowaffi4456 5 ปีที่แล้ว

    Hey I am just about to finish your video and I'd like to thank you for your awesome crash course!
    Really helped me out a lot!

  • @sauer.voussoir
    @sauer.voussoir 5 ปีที่แล้ว

    Thank you for having this tutorial. Easy to understand and direct to the point and compares to other languages

  • @sandeeppenkey6188
    @sandeeppenkey6188 2 ปีที่แล้ว

    This video helped me learn python in 30 mins coming from a cpp background , on point no BS . Thank you !

  • @ImranPollob
    @ImranPollob 3 ปีที่แล้ว

    Best short course that almost covers everything. Awesome Brad

  • @TheNewTravel
    @TheNewTravel 4 ปีที่แล้ว +16

    Thank you!

  • @tahzeebsattar2557
    @tahzeebsattar2557 4 ปีที่แล้ว +5

    Thank you so much Brad. Whenever I have to learn new language, my first try is to find your video.

  • @programmingwithmiko4294
    @programmingwithmiko4294 4 ปีที่แล้ว +4

    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!

  • @johnhschuster
    @johnhschuster 5 ปีที่แล้ว

    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.

  • @daweihuang9687
    @daweihuang9687 5 ปีที่แล้ว

    Wow, what a great rundown. I'll be referencing this for my class.

  • @raadsarker3076
    @raadsarker3076 ปีที่แล้ว

    Brad, you are really great man. This crush course has just clear my basic python.

  • @dctrbrass
    @dctrbrass 5 ปีที่แล้ว +3

    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.

  • @danielfs
    @danielfs 5 ปีที่แล้ว +1

    Amazing as always, Thank you Brad.

  • @raibahati
    @raibahati 4 ปีที่แล้ว +1

    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 :)

  • @rtermnc2
    @rtermnc2 ปีที่แล้ว

    Great content! One of the best teachers on TH-cam! Thank you for your hard work!

  • @pythonantole9892
    @pythonantole9892 5 ปีที่แล้ว

    The content is this channel is amazing! And it's all free, much better than many paid courses, just unbelievable!

  • @romabilibov7612
    @romabilibov7612 ปีที่แล้ว +1

    Great course, straight to the point. Very useful when you compare it with js and other different languages.

  • @adw1a
    @adw1a 2 ปีที่แล้ว +1

    Amazing Python refresher course!! Thank you so much!

  • @birkhoffkirikou4350
    @birkhoffkirikou4350 2 ปีที่แล้ว

    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

  • @w3slley_
    @w3slley_ 5 ปีที่แล้ว

    Thanks Brad for always upload good content. Keep up with the greak work.

  • @abhishek_ux
    @abhishek_ux 4 ปีที่แล้ว

    Great video Brad. Thanks for sharing such a wonderful piece of content.

  • @umermansoor3124
    @umermansoor3124 5 ปีที่แล้ว +3

    Really helpful course for beginners. Thank You!

  • @neilaldenescobin9150
    @neilaldenescobin9150 5 ปีที่แล้ว +1

    THANKS! last night it was on my mind to learn python and here you are

  • @MuffinologyTrainer
    @MuffinologyTrainer 5 ปีที่แล้ว +12

    Traversy spreading that sacred knowledge. Bubba bless you.

  • @shrilaxmibhat6814
    @shrilaxmibhat6814 2 ปีที่แล้ว

    Amazing video, really helpful ✨
    Thank you so much for your efforts! :)

  • @elchologamer5670
    @elchologamer5670 3 ปีที่แล้ว

    Thanks a lot, man! This vid really helped me out to get started real quick on Python

  • @corinbishop
    @corinbishop 3 ปีที่แล้ว

    Just about to start programming course in python... this just gave me a super quick overview... thanks!

  • @amberpradhan2484
    @amberpradhan2484 3 ปีที่แล้ว +3

    Python lover hit like! Thanks, Brad You are the gem for all college students, GOD BLESS YOU!

  • @dxb_coder
    @dxb_coder 3 ปีที่แล้ว

    Thank you Brad your crash course was truly needed!

  • @erassylzh5658
    @erassylzh5658 5 ปีที่แล้ว +9

    Gonna buy Django course, thank you!

  • @potatomaaan1757
    @potatomaaan1757 4 ปีที่แล้ว

    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.

  • @spaceiswater6539
    @spaceiswater6539 4 ปีที่แล้ว +1

    wow this is amazing, its quick but easy enough to understand thank you so much.

  • @rezashahheidari5538
    @rezashahheidari5538 3 ปีที่แล้ว

    Thank you so much! I know OOP but I needed to get familiar with python syntax and your video helped a lot. Thanks again!

  • @itsadminpande
    @itsadminpande 3 ปีที่แล้ว

    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.

  • @TheCarlosAlfaro
    @TheCarlosAlfaro 5 ปีที่แล้ว

    Awesome as always! Thanks Brad!!!

  • @haginsmedia
    @haginsmedia 5 ปีที่แล้ว

    great work Brad, I just love your channel.

  • @dayday8421
    @dayday8421 3 ปีที่แล้ว

    Been looking for a sort of intermediate course that presumed the knowledge of OOP and just covered python terminology and syntax. This was perfect.

  • @fefefaxx
    @fefefaxx 4 ปีที่แล้ว

    So great! Thank for sharing man, it is very useful ✌️

  • @hethosdeus3504
    @hethosdeus3504 3 ปีที่แล้ว

    A helpful crash course on python syntax, just what I was looking for, thanks!

  • @Coda02
    @Coda02 4 ปีที่แล้ว

    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!

  • @fruitfcker5351
    @fruitfcker5351 5 ปีที่แล้ว

    Thank you. I was a developer, now a "manager" and was looking into programming again. Now writing with Bottle for a chatbot using Dialogflow.

  • @rogerwprice
    @rogerwprice 5 ปีที่แล้ว +1

    Super video - thanks for the crash course!

  • @jackotoole1119
    @jackotoole1119 3 ปีที่แล้ว

    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.

  • @luciusveritas9870
    @luciusveritas9870 3 ปีที่แล้ว

    Paced perfectly with great info density. Thanks!!!

  • @TBrianOnline
    @TBrianOnline ปีที่แล้ว

    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.

  • @sandv2902
    @sandv2902 5 ปีที่แล้ว +1

    Wow I'm very new to python able to understand every bit very clearly... Great video

  • @daybeamx
    @daybeamx 3 ปีที่แล้ว

    Great course as always! Thank you!

  • @shnam928
    @shnam928 4 ปีที่แล้ว

    It's the best python course! Thanks a lot Brad.

  • @achrefabdeljalil6371
    @achrefabdeljalil6371 5 ปีที่แล้ว +2

    Brad, thank you so much for this amazing introduction to Python.
    thaaaaaaaaaaaaaaaaaaaaaanks for you

  • @mcflo3158
    @mcflo3158 2 ปีที่แล้ว

    Thanks to this guy, I already am getting the hang of Python, JavaScript and HTML

  • @TA23576
    @TA23576 10 หลายเดือนก่อน +1

    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

  • @ickimadrasi8965
    @ickimadrasi8965 5 ปีที่แล้ว +39

    I bought that Django course two weeks ago

    • @TraversyMedia
      @TraversyMedia  5 ปีที่แล้ว +13

      Thank you very much :) Hope you enjoy it

  • @metaorior
    @metaorior 5 ปีที่แล้ว

    Thank you man, happy december

  • @ltacid
    @ltacid 5 ปีที่แล้ว

    Great Intro to Python video. Thank you very much!

  • @paydayhq7119
    @paydayhq7119 4 ปีที่แล้ว

    You have been a blessing to me brad thanks a lot

  • @liamlababidi8311
    @liamlababidi8311 ปีที่แล้ว

    Awesome as usual! Keep it going!

  • @Milos-Dukic
    @Milos-Dukic 5 ปีที่แล้ว

    Excellent course!
    Please continue with Python courses...

  • @novianindy887
    @novianindy887 ปีที่แล้ว +2

    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.

  • @MuhammadHaris-vq3oq
    @MuhammadHaris-vq3oq 2 ปีที่แล้ว

    A great Teacher......huge Respect for you!!

  • @liam4154
    @liam4154 2 ปีที่แล้ว

    Great video, thanks for the quality teaching!

  • @joefagan9335
    @joefagan9335 5 ปีที่แล้ว +1

    Amazing! Thank you so much for this great intro/refresher!!!

  • @petecapecod
    @petecapecod 5 ปีที่แล้ว +1

    YES!!! Talk about an awesome reboot/update 🔥🔥 Thanks so much I'm really looking forward to watching this one

  • @Sarbasttt
    @Sarbasttt 3 ปีที่แล้ว

    one of the best crash courses u can find! for the people who have some background in a programming language

  • @siddharthapothukuchi9045
    @siddharthapothukuchi9045 3 ปีที่แล้ว

    Great tutorial, Thanks Brad!

  • @the_one_named_harris
    @the_one_named_harris 5 ปีที่แล้ว

    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!

  • @SouthernSeneca
    @SouthernSeneca 6 หลายเดือนก่อน

    Made it to the end, thanks man very nice video

  • @phokgedimaja327
    @phokgedimaja327 2 ปีที่แล้ว

    I'm enjoying this videos so much coming from NodeJs... What will we do without you Brad. Lol thanks man.

  • @petroname
    @petroname 4 หลายเดือนก่อน

    Great course! Thank you!

  • @chessjojo2690
    @chessjojo2690 5 ปีที่แล้ว

    i need complete python tutorials and thanks for this crash course ❤

  • @zhuolintsai9030
    @zhuolintsai9030 5 ปีที่แล้ว +1

    Hey Brad, thanks for making such great tutorials. And I am wondering if you could make another tutorial on pagination(like a forum)? It seems you have not yet created this kind of tutorials. If this subject is on your creating list, that will be great! Thank you.

  • @zepp906
    @zepp906 3 ปีที่แล้ว +1

    Great course. Listened at double speed as I've done you Javascript courses.

  • @AmeerulIslam
    @AmeerulIslam 4 ปีที่แล้ว +3

    I have an interview in the morning. I came here for a refresher.. Thanks!

    • @rijzone
      @rijzone 3 ปีที่แล้ว

      did you get it?