Python Tutorial in 30 Minutes (Crash Course for Absolute Beginners)

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 152

  • @DhhyeyDesai
    @DhhyeyDesai 3 роки тому +140

    Thanks so much for watching guys :) Hope you enjoyed, also do let me know if you'd like to see more comprehensive and longer tutorials from me!

    • @surabhimodak5091
      @surabhimodak5091 3 роки тому +2

      Yes please... probably all of the programming languages in the world..😂

    • @AlexRubio
      @AlexRubio 3 роки тому

      Thanks

    • @ComputerScienceAcademy5220
      @ComputerScienceAcademy5220 3 роки тому

      Hey! How can I share my videos on thenewboston?

    • @the_DarkSoul
      @the_DarkSoul 3 роки тому

      im using sublime, and it wont run the code. it keeps saying python was not found.

    • @hetaeramancer
      @hetaeramancer 3 роки тому +4

      are you bucky's friend?? or do you work for him or something like that??

  • @anupshastri2659
    @anupshastri2659 Рік тому +1

    12:19
    this_tuple = ("apples",) #without "," type with "," type
    print(type(this_tuple))
    19:33
    def addition(a,b):
    print(a+b)
    addition(3,4)

  • @nabilhaouam8497
    @nabilhaouam8497 2 роки тому +14

    just needed a memory refreshing video, i haven't used python in a year , this video served well !

  • @peaceloveindulgence5864
    @peaceloveindulgence5864 2 роки тому +22

    I like this video, but as an absolute beginner I feel it serves more seasoned programmers best. I will surely be using this video as a refresher down the line. Thanks!

    • @praveshmaharaj4387
      @praveshmaharaj4387 2 роки тому +1

      hi please explain what does he mean at 16:16 when he puts " i + = 1".

    • @kingjukester
      @kingjukester 2 роки тому +1

      @@praveshmaharaj4387 He is referring to Assignment Operators the variable "i" is assigned to 1 and he wants to loop that to continue adding 1 to "i" which in math would be i = i + 1 in python everything is condensed so they shorten the equations to "variable plus equals 1" which is where the i += 1 comes from

    • @praveshmaharaj4387
      @praveshmaharaj4387 2 роки тому

      Thanks 😊

  • @rik2243
    @rik2243 Рік тому +1

    As a C# person who is getting fed-up with it becoming more and more complicated and bloated that was quite refreshing. Thanks.

  • @gold4963
    @gold4963 3 роки тому +51

    At first, I was like, Bucky, you sound different today. XD
    Can’t wait to watch the tutorial! I’ve been meaning to get into Python! Thanks so much!

  • @alimohammed887
    @alimohammed887 2 роки тому +4

    This is April fool!
    He promised teaching python in 30 minutes, however, he did that in 20 minutes. Great tutorial pal!

  • @gouthamkiran9444
    @gouthamkiran9444 Рік тому +2

    This is awesome.. I reviewed many Python training for last 3 days sitting for more than 10 hours and this video helped me recall and brush up on my learnings in 20 minutes....

  • @philiptdotcom9402
    @philiptdotcom9402 5 місяців тому

    I'm about halfway through this tutorial. With the exception of a few minor-ish errors(?)--which I'll eventually/hopefully compile & post here-this is the BEST python tutorial I've come across so far, particularly because of its (lightning-fast!) PACE! (I program in other languages; might not include as much basic explanation as might benefit absolute beginners.) It includes relevant examples, TONS of info (mostly presented in an excellent order), and NO wandering off topic! Highly recommended! -pt😺

  • @pandukawb
    @pandukawb Рік тому

    I was referring to NewBoston videos since 2013. Great to see that this channel still make content.

  • @_tanzil_
    @_tanzil_ Рік тому +1

    A beginner will never understand 90% of your words unless they have prior knowledge of an another programming language.
    By the way, the video was nice and concise 👍

  • @m33p0k
    @m33p0k 3 роки тому +26

    Thank you for this short and sweet crash course on Python. Served as a really helpful refresher :)

  • @KBALLING1723
    @KBALLING1723 Місяць тому

    Amazing tutorial video, I have learned a lot in short time. Thanks, and you have earned a new subscriber.

  • @johnmamodu6650
    @johnmamodu6650 3 роки тому +13

    This is awesome...so much in a short time. well done!

  • @AxelWerner
    @AxelWerner 3 роки тому +10

    THANK YOU for taking care about usage of screen area and font sizes!!! Lots and lots of people wont give a sh_t about that and makes the videos unwatchable on big screens from a distance. Yours very well made. So THANKS FOR TAKING CARE!! keep up and keep free the good work. Information wants to be free! Hack the planet!

  • @LokirofRoriksted
    @LokirofRoriksted 3 роки тому +35

    that is awesome! Maybe my gf will finally understand a little python and stop complainning that her jobs require python or matlab knowledge

  • @KeyserTheRedBeard
    @KeyserTheRedBeard 2 роки тому +2

    really good video thenewboston. I killed that thumbs up on your video. Always keep up the outstanding work.

  • @toony966
    @toony966 Рік тому

    Thanks man, this was my first python video and it helped me so much!

  • @user-vx9fy4zr1s
    @user-vx9fy4zr1s 3 роки тому +2

    welcome brother! nice presentation

  • @primal2k7
    @primal2k7 2 роки тому +1

    This is sooo good. I hope there's a part two.

  • @YeasifRezaAdib-m5p
    @YeasifRezaAdib-m5p 11 місяців тому

    that was the best python video ever

  • @mahmoudchibani2697
    @mahmoudchibani2697 2 роки тому +2

    thank you for the crash course, one of greatest recap available on youtube for python !

  • @rayan2190
    @rayan2190 2 роки тому +1

    Hello.
    At 09:53, there is a typo error
    ">= --> Greater than or equal to"
    or is missing
    Great video. Great overview of Python in short and quick version.
    Thank you for sharing.

  • @ahmedbathily7013
    @ahmedbathily7013 3 роки тому +2

    Waw bucky is really back ,how good is that

  • @kamkam9600
    @kamkam9600 3 роки тому +8

    Maaaaaaaaaayn perfect i think I'm going to use python in class next year, and i know almost nothing bout' it. Hope this will be useful

  • @SkyFly19853
    @SkyFly19853 3 роки тому +1

    Finally!
    A Python tutorial!
    Yeah!!!!!!!
    ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳

  • @hashaamzahid3319
    @hashaamzahid3319 Рік тому

    i want to listen boston voice " i remmeber i took course java in 2012 " great channel

  • @RandomDude2338
    @RandomDude2338 2 роки тому

    Thank you so much. This video convinced me to how python is worth learning :)

  • @rounakagrawal3554
    @rounakagrawal3554 2 роки тому

    Greast refresher for concepts as well as syntax

  • @rienwijnsma3410
    @rienwijnsma3410 2 роки тому

    Thanks for sharing the files. Works for me

  • @johnnycincocero
    @johnnycincocero 3 роки тому +14

    At first, I thought Bucky had been inhaling helium.

  • @TON-vz3pe
    @TON-vz3pe 2 роки тому

    Dude you know how many hours of effort you lifted from my shoulders?

  • @Blackmoon227865
    @Blackmoon227865 3 роки тому +4

    I just shared the link with my two classes. Good Luck!

  • @gabrielmarques1111
    @gabrielmarques1111 2 роки тому

    More like this on python 🙌🏼🙏🏻

  • @hubartkufeyani1587
    @hubartkufeyani1587 Рік тому

    thanks alot buddy for this tutorial

  • @julianosanm
    @julianosanm 2 роки тому

    In the lists section you did list = ["apples", "bananas", "oranges"]. You basically redefined the built-in list class. That's a at very minimum a bad practice. I can't believe Python lets you redefine types like that. Anyway, thanks for this summary it's very helpful.

  • @mariarose4443
    @mariarose4443 8 місяців тому

    this was very helpful tysm

  • @Coderama
    @Coderama 3 роки тому +2

    I really needed this

  • @minshalewomanofgod9849
    @minshalewomanofgod9849 2 роки тому

    thank you for this video! really help!

  • @mfvlogs7007
    @mfvlogs7007 Рік тому

    Thanks bro... 💓

  • @emmanuelkiptoo8197
    @emmanuelkiptoo8197 2 роки тому

    Thanks a bunch for this !

  • @ludboy9333
    @ludboy9333 3 роки тому +1

    I LOVE IT! THANK U

  • @goatrelish
    @goatrelish 3 роки тому +2

    Helped alot thx

  • @AghaMiracle-hj8dp
    @AghaMiracle-hj8dp 6 місяців тому

    This video is awesome

  • @melvinaragon2248
    @melvinaragon2248 2 роки тому

    Thank you for your time and making a very good video :-)

  • @englishrupe01
    @englishrupe01 3 роки тому +4

    This was really helpful.....thank you Dhhyey!

  • @shamelescampr5594
    @shamelescampr5594 3 роки тому +1

    Beginner tip for making new lines in python3 to help automate some processes
    def new_line():
    print('
    ')

  • @hilsCyber99
    @hilsCyber99 3 роки тому

    What!!! HE IS BACK !!! MAN I STARTED WATCHING NEWBOSTON IN 2013 and he is the one that got me up to speed. I love this guy👍

  • @AerospaceEngineer28
    @AerospaceEngineer28 2 роки тому

    Translate : Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ut pellentesque augue
    -> “The pain itself is love, the main storage system. For the kids”

  • @OriginalKeeb
    @OriginalKeeb 2 роки тому

    Good info here!

  • @Omar-vz9el
    @Omar-vz9el 3 роки тому +8

    Please do one of these for Java, C++, and C.

  • @Tom-cu1fc
    @Tom-cu1fc 2 роки тому

    Thank you so much for watching guys!

  • @henrymagday8912
    @henrymagday8912 3 роки тому +1

    big respect to you [thenewboston], your video tutorials are awesome, you deserved my subscription...

  • @alphrz
    @alphrz 2 роки тому +1

    thx bro :)

  • @lourdvicalcindor
    @lourdvicalcindor 3 роки тому

    Nice men really nice !

  • @Mr-Sleet
    @Mr-Sleet 2 роки тому +1

    Oh, yes. I am learning more python than what it took me to learn in 4 years.

  • @ashwinshrivastav8502
    @ashwinshrivastav8502 2 роки тому

    Very good, though I would say that the fact that I already learned Python almost two years ago and forgot most of it did help me in this video because it is sort of fast, but still AWESOME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @AYearInStardewValleyArchiv-k7w
    @AYearInStardewValleyArchiv-k7w 2 роки тому

    pls what website do you use I can't find any website that lets me code on Chromebook

  • @manikandand2541
    @manikandand2541 2 роки тому

    thank you

  • @happinesscreed9269
    @happinesscreed9269 2 роки тому

    There is an error at 14:38 . Please explain further here. Otherwise this ritual is great!

  • @mahmoudchibani2697
    @mahmoudchibani2697 2 роки тому

    hello I am minute 8:22 why 0 is'nt true ? thanks

  • @Noritoshi-r8m
    @Noritoshi-r8m 2 роки тому

    Great!

  • @hej77
    @hej77 Рік тому +1

    The video wasn't 30 minutes. It's actually 20:50 minutes long

  • @angelcardenasmartinez6756
    @angelcardenasmartinez6756 3 роки тому +3

    Don't leave us hanging with the windows terminal tutorials :C

  • @ataladin87
    @ataladin87 3 роки тому

    can yous help me with something???, codeblocks keeps telling me that "NO SUCH file or directory"
    please help

  • @r7918
    @r7918 2 роки тому

    I was asked to define list comprehension. And I couldn't answer. Could you tell me the answer now?

  • @johnnycincocero
    @johnnycincocero 3 роки тому +1

    Do chickens have large talons?

    • @Pumpkin525
      @Pumpkin525 3 роки тому

      I don't understand a word you just said.

  • @shubhamsingla8700
    @shubhamsingla8700 2 роки тому

    Thanks

  • @wedeshivlogger5080
    @wedeshivlogger5080 3 роки тому +1

    I am from Bangladesh.You are best teaching. I see Your viedos. I want to be a web developer. How to work with Html Css javascript boostrap jqyery react on real life. Please answer

  • @ComputerInOrder
    @ComputerInOrder 3 роки тому

    its really cool

  • @paulgriffiths7399
    @paulgriffiths7399 3 роки тому +1

    What's the name of your crypto currency project you're doing Bucky? Where can we as the public invest in it ASA coin/project?

  • @JefferyTyler-e5o
    @JefferyTyler-e5o Рік тому

    hello new boston gaang, pls ineed help or a link to how i can incorporate Html, CSS and Python all in one project

  • @qeidar.hawery5253
    @qeidar.hawery5253 3 роки тому

    Welldone

  • @mgmorshed6006
    @mgmorshed6006 3 роки тому +1

    Python in 30 minutes but the video is only 20 minutes long :D

    • @Radhamadhav963
      @Radhamadhav963 3 роки тому +3

      10 min yr understanding and analysising time

  • @lucidrohit
    @lucidrohit 3 роки тому

    Sir which theme do u use.
    Plz tell me if anyone knows.

  • @Xercedus
    @Xercedus Місяць тому

    as an absolute beginner, some of the parts are not explained very well and went too fast without being in depth to it, maybe this is more of a refresher for the mid level or beginners with prior knowledge already, but this is a good vid just a little less in depth

  • @animegirl17
    @animegirl17 3 роки тому +1

    I like that you speak clearly, but I must ask why does it seem like the page flashes to a completely different page every time you execute the command. Why can't it execute under the command? Is this because of the particularly program you using?

  • @DNX_Dexter
    @DNX_Dexter 2 роки тому +1

    didnt help that much was very fast to copy for myself to try out and doesn't explain it enough for me one of them had 3.0 as a answer but i wrote into syntax 3 and he diddnt say why he just said it. might just be not being a good learner

  • @user-vx9fy4zr1s
    @user-vx9fy4zr1s 3 роки тому +2

    always use tuna , for variable name just like old days

    • @uyscuti5571
      @uyscuti5571 3 роки тому +2

      only the true bucky fans know this

    • @user-vx9fy4zr1s
      @user-vx9fy4zr1s 3 роки тому

      @@uyscuti5571 yes bro, i am a buckys fan

  • @xxxxx1024
    @xxxxx1024 2 роки тому

    Great Tutorial ,However when I try downloading the code my antivirus says it a Trojan!!

  • @ytb3748
    @ytb3748 Рік тому

    What happened to Buckie ?

  • @AnthonysBBQ
    @AnthonysBBQ 3 роки тому

    Where did Bucky go?

    • @johnnycincocero
      @johnnycincocero 3 роки тому +1

      A lot of content creators allow others to feature their videos/tutorials. Sort of like what freecodecamp has been doing for awhile now.

  • @adeni4359
    @adeni4359 3 роки тому +1

    Can you make a tutorial about ASP.NET

    • @theyemeniarmyandthepopular6107
      @theyemeniarmyandthepopular6107 3 роки тому

      Traitors are not welcomed in Yemen, if you are butthurt about our history, then you can leave Yemen and call yourself and Emirati or Saudi.

  • @ThePerfect1077
    @ThePerfect1077 3 роки тому +1

    I don't usually do this but, first?

  • @shinystick241
    @shinystick241 3 роки тому +2

    Can you please make a flutter tutorial?

  • @BehruzbekOtayev
    @BehruzbekOtayev 3 роки тому

    Where is Bucky?

  • @praveshmaharaj4387
    @praveshmaharaj4387 2 роки тому

    I really dont understand the While Loops Section🥴

  • @mkm1015
    @mkm1015 3 роки тому

    Sir, this is besutiful.
    Could you do the same for PHP or Javascript in the future?

  • @kornelious1
    @kornelious1 3 роки тому +1

    Can someone explain to me how the open and close parenthesis works in a programming language? How to know when to use them and when not to use them? Why they are used?

    • @JeremyJaydan
      @JeremyJaydan 3 роки тому +2

      Sometimes used for readability, otherwise think of them like "anonymous variables", at least in JavaScript.
      e.g. "{foobar: 24}.foobar" is invalid (syntax error)
      but "({foobar: 24}).foobar" is correct (returns 24)

    • @JeremyJaydan
      @JeremyJaydan 3 роки тому +3

      the technical terminology is an "expression" I believe

    • @paulgarcia2887
      @paulgarcia2887 3 роки тому +3

      Generally, you use it as a way to tell where something starts and where something ends.
      For example, if(x > 10) the things being inside the parenthesis is what is being evaluated.
      You can also use it as you do in math class for PEMDAS to get the correct math result you want.
      x = 1 + 2 / 3 * 4 vs x = (1 + 2) / 3 * 4
      When to use them depends on the syntax of the language.

    • @kornelious1
      @kornelious1 3 роки тому +2

      @@JeremyJaydan Thanks for helping me clear that up I really appreciate it!! It seems every video I watch on learning to program or script never explains it. It's always as if it inherently known how they function.

    • @kornelious1
      @kornelious1 3 роки тому +2

      @@paulgarcia2887 Thanks a ton for the time and effort put into your response. I truly appreciate it!!

  • @ComputerScienceAcademy5220
    @ComputerScienceAcademy5220 3 роки тому

    Hello Bucky!
    How can I share my videos on your channel?

  • @mohanadhosny2449
    @mohanadhosny2449 3 роки тому

    How old are you?

  • @bsit-1dclarissejoycunanan832
    @bsit-1dclarissejoycunanan832 3 роки тому

    Hello, Can you help me right now?

  • @AhmedAdel-vf3fp
    @AhmedAdel-vf3fp 2 роки тому

    how to switch from c++ to python in 30min

  • @poojagadoowahi
    @poojagadoowahi 2 роки тому

    just to tell you its 20 min not 30 min

  • @riskitall7421
    @riskitall7421 3 роки тому +2

    Sad to see all my favorite coding people hiring other people to make their content :( Miss the ol' days

    • @edemduku3391
      @edemduku3391 3 роки тому

      exposure for others too. it is a good thing

  • @jonboylanx
    @jonboylanx Рік тому

    Well it lost me about 1 minute in. What is a variable? A multiple a boolean? Thought this was for beginners?

  • @semtex6412
    @semtex6412 3 роки тому +1

    hold on, you don't sound like Bucky

    • @johnnycincocero
      @johnnycincocero 3 роки тому +1

      He may be transitioning.

    • @englishrupe01
      @englishrupe01 3 роки тому

      @@johnnycincocero Or maybe he just sped up 30 minutes x 1.5 to give us 20 minutes? He might be transitioning as well, though.

  • @user-zi2dg5vs1u
    @user-zi2dg5vs1u 3 роки тому

    Can I give you a program and can you write their codes? Please

  • @SuperSpajky
    @SuperSpajky 3 роки тому +3

    20 minutes, not 30 :)

    • @englishrupe01
      @englishrupe01 3 роки тому

      Bucky sped up 30 minutes x 1.5 to give us 20 minutes.....that's why he sounds different.

  • @YazhShah
    @YazhShah 3 роки тому

    TF this ain't bucky