Learn Python With Me In 2 days | Code With Me

Поділитися
Вставка
  • Опубліковано 1 жов 2024

КОМЕНТАРІ • 213

  • @shahbazmughal3911
    @shahbazmughal3911 3 роки тому +31

    Python’s official documentation is actually known to be pretty good and clear, which I think is not always the case with every language’s official documentation (but I could be wrong) 🤔 just finished Coding Dojo’s python stack!

    • @TiffInTech
      @TiffInTech  3 роки тому +5

      You’re totally right! And really that’s so awesome to hear , congrats!

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

      How was it? (The coding dojo python stack?) I’m considering doing it myself

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

    Python is never the correct answer. Its slow. Hard to debug. Only newbs that don't know real programming. This gal used to think using x and abc as variable names was cool. Which means she didn't have a proper base. Hopefully she's gotten better. BTW: Do not bother with Python. People who understand that its purpose is for one off solutions. Any serious programs will run super slow. You'll spend your time by learning hacks to speed it up. Even if you write really shitty C++ it will be 10 times faster than the really well written Python. Also use C++ 20...and pretty much all the criticisms from python people evaporate. Usually these people can't program in C++ 20.

  • @fruitfcker5351
    @fruitfcker5351 3 роки тому +12

    Other languages: You can't multiply strings!
    Python: *print("-" * 50)*
    Other languages: ...

  • @ArticulateDesignASMR
    @ArticulateDesignASMR 3 роки тому +7

    Adding this to my "WILL DEFINITELY PUSH MYSELF TO DO THIS" list :D

  • @MrDarshD
    @MrDarshD 3 роки тому +12

    Thank you for this video, Tiff!! Python is a must learn language and this helps a lot!

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

      thank you!! And yes, forsure!

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

      @@TiffInTech You are most welcome! Highly appreciate your work!

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

      @@MrDarshD thank you! ❤️

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

    i love coder girls!

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

    loves you

  • @ishankundu5602
    @ishankundu5602 3 роки тому +9

    Thankyou So Much for this.
    It would be amazing if we get a series on web dev as well. Not just the regular HTML CSS and JavaScript. But the frameworks and responsive web design and all....

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

      Thank you! I will work towards doing more videos with that

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

    I’m not sure if you’re using python 3 or 2 but if you’re using python 3, you could use f strings.
    For example:
    noun = ‘ball’
    print(f’I kicked the {noun}’)
    Output: ‘I kicked the ball’
    f strings are a newer way of doing things for simplicity and readability.
    Again this is only available for python 3 NOT 2.

  • @guilhermebenevides245
    @guilhermebenevides245 3 роки тому +6

    Hi Tiff, shouldn't the last noun (just after the adjective) be called noun3? And how come that it was called noun3 (highlighted) below (after "You may think that is the")? Was it a correction from Trinket?
    cool = ("Thanks a lot for this video Tiff")
    print(cool)

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

      thank you! Yes, I made a mistake by not adding noun3 and adding a second noun2! hehe. Good catch!

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

    I love how tangible you made this video. It was the pick-me up I needed amidst a weekend learning JavaScript. I so deeply wanted to reach into your screen and put a 3 on that noun3...but alas, life goes on. I appreciate all the effort you put into TiffinTech, it has made a big impact on my experience learning how to code and find my place in the tech world.

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

    When people try to learn Python in 2 days: Succes!
    When people try to learn C++ in two years: *Fails terribly and loses dignity in the process*

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

    Currently learning Javascript and will be moving on to bootstrap after that. I'm surely coming for this after all that. Thanks for this!

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

    Just a tip for future tutorial vids but when I watch others they normally zoom into the code just to make sure it's clear to viewer and that way your subscribers will understand what your doing exactly but other than that excellent video you explained everything so clearly for me👌🔥.

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

      Thank you! Appreciate the feedback!

    • @95SIKH
      @95SIKH 3 роки тому

      @@TiffInTech no worries I've seen other coding youtubers do it but they dont explain it easily like yourself, I cant wait for the next one ❤(hopefully I was not rude on giving the feedback applogies if I was 😅)

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

      @@95SIKH Thank you!! No need to apologize at all - I truly appreciate constructive feedback like that so I can continue to improve! So thank you again! 😊 ❤️

    • @95SIKH
      @95SIKH 3 роки тому

      @@TiffInTech ❤❤❤

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

    I want to learn coding but I am poor and I have never seen anyone coding like I know. Can you tell me how to get started. I live you so much. Please help me . I am waiting for you. I am 17 years old 🙏🙏🙏🙏🙏

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

    Which language has brighter future- JavaScript or Python?

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

    Tiff gets coffee
    Sponsored by Network Chuck Coffee :P

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

    Eagerly waiting for it. Btw can u change the bell notification sound at the start of video!!!

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

    It really helps. I Truly appreciate you sharing this tutorial, is the intro in what to expect if you want to learn python. I just love the way you teach. Thank You! 🙏💗🙏
    Please keep up the good work.

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

      thank you! So happy to hear

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

    To be honest i click on your video because i see beautiful girl, but you make really good content ! 😂❤

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

    Hi how are you. And put for. Net

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

    Thank you SO much for this!!!!! I needed this so much!!!!!!!!! Totally love these tutorials!

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

      Yay! So happy to hear 💕

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

    Recently I `m loosing motivation. but now I`m so motivated to learn Python with you!! yhe
    but letters are too small. . but it`s fine. I`m so motivated.

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

      Yay!! That’s great to hear!

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

    What programming language do you like the most?

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

    Thank you for sharing this valuable informations💙💙.. Glad that I found this channel at the right time!!

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

      Glad it was helpful! 😊

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

    You Are Fucking Fantastically Incredible; Just When I think You Can;t Get any Better, you Do It;
    Love You, Your Channel and Your Fertile Mind For Teaching, You Help Me in Ways You Will Never Know; Thansk, Sweetie ~

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

    Should newbe learn html -css-javascript and then python? 🤔🤔🤔Or is it ok to learn python first?????? 🤔🤔🤔

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

      Great question! Everyone is so different and I think it depends on your end goals. However I do think taking the time to learn HTML and CSS first is always a good way to go! But they are not necessary to learn Python!

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

    Learned Python With Programming Hero

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

    Learn c and conquer them all!

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

      😆😆

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

      @@TiffInTech C++ (also known as C with classes), C#, Python, Java, JavaScript, Perl, PHP, Verilog, D, Limbo and C shell of Unix--all written in C. The cool thing about python is you can hack the internals and rewrite the language however you want. Probably why it's the hackers language of choice...

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

    @Tiff in Tech am not able to understand python documentation could you explain how to read only important and skip the rest as it seems infinite to me..

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

      I hear you! focus on the basics of it and it is overwhelming try switching to a tutorial ❤️

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

    Hai tiff I am from testing background I want to learn python and continue in developing it's a good option I have 5 years experience

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

      I think it’s a great option! You definitely should

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

    Love your dog. We lost our 17 year dachshund at the end of 2019 and got a new black and tan dapple puppy almost a year ago named Oscar (like the hotdogs).

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

      I am so sorry about your loss - they become part of the family! ❤️ Awe I love that you got a new one named Oscar though! Such a great name!! 😊

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

    just wondering where are you looking at in 7:58 I think maybe there's a camera there and the camera didn't record for some reason.

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

    You make the programming very funny :) your dog is very cute! 10:13

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

    Useful video tiff 🙂. Thanks a lot 😊.

  • @TuNguyen-yl1dy
    @TuNguyen-yl1dy 3 роки тому

    Thank, you for what you're sharing, but god why you so beautiful

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

    You're such a down to earth person 💕

  • @cyber-dioxide
    @cyber-dioxide 3 роки тому

    wow what a overacting, Nice dance moves without a music😂

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

      haha not acting just bubbly personality!

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

    Late to the party. I achieved my PCEP last week. :)

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

    No way it ca be learned in two days,

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

    Serious question. i have the opportunity to train to be a full stack engineer for Dell in Haifa. Should i take it? It is entry level but i already have experience with python, java script, ruby on rails, and C++ and i want to learn NodeJS. I learned to code in the Army. Since then my work experience has been with startups. Dell is huge.

  • @RohitKumar-vw3lh
    @RohitKumar-vw3lh 3 роки тому

    Learning Python easier than other language but harder to be master in it.
    Is it true ?

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

      Hmm it might be I haven’t heard that before!

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

    Hi Tiff, I've been working on learning Python for several months now, and still working on improving my knowledge & skills in the algorithms of it; How long did it take you to learn the algorithms of JavaScript or Python; whichever was your first language to learn? How challenging was it to do & practice daily to get down fairly solid?

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

      That's great! And for me with Javascript, it did take a lot of practice to really understand algorithms Just like anything the more you practice the easier they become. But I only practice algorithms now when looking for a job otherwise when working I dont! But thats just me :)

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

    Thank you for this introductory video. I'm just starting to learn only Python, not Java. You mentioned "2 days" coding. I found only one elementary video about about Python for beginners. Where's the 2nd one, please?

  • @Raj-iz9uz
    @Raj-iz9uz 3 роки тому +1

    Doesn't matter how many days it takes to learn.. I m with u 😊 btw I m new in this field..

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

      yay! That is awesome you are diving into the world of tech!

    • @Raj-iz9uz
      @Raj-iz9uz 3 роки тому

      @@TiffInTech today only subscribe ur channel & got this to start my career in tech.. thanks 🙏🏻

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

    This video also works for those who would like to transition from another language to Python. Thanks, Tiff! 🥰🤓😍

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

      Yes definitely! Forsure! Hope you have a great day!

  • @cyber-dioxide
    @cyber-dioxide 3 роки тому +1

    Btw really nice video you earned a subscriber

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

      Thank you! Appreciate that!

  • @Noconversation.
    @Noconversation. 3 роки тому

    You so cute, thank you for this video.

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

    language without parenthesis and strict layout ... is a peril for the source code maintenance... like me when i try to speak in english!!! =)
    i don't understand why phyton is so used ...

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

    Hi tiff. Tiff my son is thirteen years old in eighth grade. What do you suggest for my son to start with in computer?

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

      I would say start with the basics of css and HTML!!

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

      Tiff I’m sorry. What are css and HTML? 😊

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

    Can we download on phone

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

    Can we download on phone

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

    Hey tiff, I'm a new here with your fam. I'm 2nd year diploma student .I really hope this Is going to be a great platform for me by the videos I saw. ❤️

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

      Hi!💕 thank you! Happy to have you here! If you ever have any suggestions please let me know!😊

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

      Sureee ❤️

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

    Brilliant video! I kind of lived under a rock to realise this but everyone can teach python but not everyone can actually TEACH python. Hard to find good tutors

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

    I've been waiting for this one, it's like if you could read my mind!

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

      Great minds think alike! :D

  • @AvinashSingh-vj3rk
    @AvinashSingh-vj3rk 3 роки тому +1

    Nice video 👍

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

    I'm learning Rust right now. Timely video with learning new computer languages

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

    after Java and C++ i learned Python in 3 days

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

    I'm from Brazil! I'm learning a lot from you! Congratulations!

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

      thank you! That is great to hear!

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

      @@TiffInTech 🥰❤

  • @ALi..30
    @ALi..30 3 роки тому +1

    The part in the video about coffee should be put in the short🤣😂it is funny😅😂

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

      Haha! 😆 coffee is life 😁

    • @ALi..30
      @ALi..30 3 роки тому +1

      @@TiffInTech yeah I support you 😁

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

    You are lovely 🙃! Love your channel-it is always fun to watch and easy to follow! Thx for providing us with great content!❤️💪🏼

  • @t.thinhpham939
    @t.thinhpham939 3 роки тому

    Hi Tiff, why Python 2? Any reason to start with Python 2 while 3 is already out?

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

    Wow 😮! Xx

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

    Hi Tiff, could you recommend the spec a for laptop, for someone starting a computer science degree.

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

    anyone notice her amazing window 7:21

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

    you make it so real!! thanks for that... I am learning pandas because excel drives me nuts but this gives me some fresh air, keep up the great work !!!

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

    She told the truth by the way 00:52. It requires practice.

  • @DavidGomez-ws5br
    @DavidGomez-ws5br 3 роки тому

    This is a positive observation.
    Please improve on sound, explanation and visual. You said " documentation is very important", explaining why and explaining what parts of documentation are important to you are crucial to the viewer.
    Please know this is my suggestion for improvemen and not ment to discourage in any way future videos.
    Thank you for teaching Python.

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

      Thank you I appreciate it!!

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

    I use Javascript like you but Python is realy fun. Last year I created a little game with PyGame. Great video Tiffany !

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

      Right!? I use Javascript mostly too but had fun using python here!

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

    Hello Good!

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

    Great vídeo,greetings from Ecuador😃

  • @00sra
    @00sra 3 роки тому

    I want to pick up coding as a hobby but I’m not exactly sure what coding can be used for. I know businesses hire people to make websites and design them and also build games, but what would someone who is coding as a hobby use this knowledge for?

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

      Great question! Coding is a great way to build other skills. With coding it helps with problem solving skills! Also, if you were learning for a hobby you could build games, apps etc…! For friends and family to use or put it out there for anyone to use 😊

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

    hi there,
    can you create a code that will share url on youtube

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

      Yes! I will do that moving forward for these

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

      @@TiffInTech would you create one for .
      Me plZ

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

    Love you ! Plenty to do just reading the documentation :) especially since I’d like to learn while driving Siri will read to me

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

      Thats a good idea to have Siri read it to you while driving!

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

    ❤️

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

    Python is great language to learn, im learning javascript now

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

    Python is the language I chose to start my career with. I LOVE python, great language. What made you decide to learn Python? Thank you for doing this video, it was awesome!

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

    Tiff please make more tutorial 🙏🙏 we really want to see your good tutorials!

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

    Smart and beautiful, perfect combination! 😍

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

    I appreciate your effort in making this video. Refreshen my python skill for sure. Thank u!

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

    You made an excellent job with this guide! I love the way you didnt made it as a "tutorial format" instead you did made it as "informational guide format".
    Besides, no most tutorials mention documentations, most of them should go in straigth to practice, so great job there.
    Tip: how about doing a "guide to understand documentation with examples" video. I mean, a video where you can show us the documentation, the overall content, where to find some important functions (as cycles, conditions, gen libraries, n stuff) and some examples of how to do it.
    I think it will be good for the algorithm to recommend for the viewers from this video 🤗
    Hope you find my advice useful, i found your video very educational, thanks for content! 🤗

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

      Thank you!! Appreciate all of that!

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

    Love ❤ for ur efforts and ur content
    In future I am expecting
    videos on Frontend roles and Responsibilities like
    1. What actually frontend developers do in realtime ( different tasks)
    2.. How manage 4+ experience in realtime
    3. . How to crack any frontend interviews with 4+ years of experience
    4.....Easy way to to crack any angular/reactjs interviews with 4+ experience/10lack package ------) ))
    5....Top 20 program's to cover entire angular/reactjs syllabus.----))
    6....Top 10 angular/reactjs concepts with examples

    • @Idk-qg7hb
      @Idk-qg7hb 3 роки тому +1

      you think you gonna get jobof 10 lakh package as no experience without having a iit ,bits or some nits degree ?
      lmao , wake up kid .

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

      Thank you for these suggestions!! Soo helpful for me!

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

    Hi:) :) :) I am new to coding and I'm wondering which coding program you would recommend to start with? Python or Java?
    thanks for awesome videos :D!!!

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

      They are both truly great! I would say look at job postings that you are interested in and see what is in demand in the area you want to work in : )

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

      ​@@TiffInTech Okay!! :D Awesome tip! Thanks so much :) :) :)

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

    that is so nice video sister, for doing step by step. waiting to see next new videos sis. big thx.

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

    Thank you so much this video is so helpful ( just like all your videos) i love it💪❤️👍

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

    Hiya Tiff, thanks for sharing, the tópic: the practice makes perfection.. have nice day

  • @ALi..30
    @ALi..30 3 роки тому +1

    The first👍👍👍

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

    Now let's code

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

    hi, what brand is your chair?

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

    Can you tell me what is the advantage of learning python

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

      its very indemand and can be used for soo many different things!

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

    Helpful tips for learning python thanks

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

    thanks for share. I want to learn this language

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

    A beauty of a developer ❤

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

    Wow, this seems like fun!
    Thanks Tiff, great job!

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

    👍💯💛

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

    Great, useful content and elegant lady.

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

    In a video, can you please go over the code of ethics and legal issues that may arise as a programmer/software engineer/tech in the computer industry and what to do when management asks you to write code where ethics is questionable? I think we self-taught newbies need to understand the importance and possible dangers of this side as a computer programmer.

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

    Thank you so much for this video

  • @011_abhishekpandey6
    @011_abhishekpandey6 3 роки тому

    Thanks for the help tifff ❤️❤️😍

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

    Thanks for this! I'm currently learning Python now and am just about to start Django, before going back and revising Javascript :D

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

      thats awesome, sounds like you are on the right track!!

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

      "going back and revising javascript"
      Why are you doing that?

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

      @@barryblack8332 JavaScript was my first language, but I struggled building projects with it after my tutorials so I took up python. Python is so easy to write that it’s quick to build projects, so once I’m efficient enough I’ll bring my JavaScript up to scratch again so I can code in both. A lot of jobs in my area are hiring 1 or the other but as a bonus ask for the other. Best prepared.

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

      @@Adjust91 that's OK, JavaScript did not make sense to me until I learnt c#.