PYTHON vs JAVASCRIPT - Which one should you choose?!

Sdílet
Vložit
  • čas přidán 15. 06. 2024
  • Lots of people don't know if they should start programming with Python or Javascript. Here is my answer for you.
    Frontend vs Backend: • Frontend Vs. Backend D...
    Come say hi on twitter: / akiffpremjee
    Here are links to some of the tech and products I use. If you click on one of these links and buy something, I get a small kick back which goes to keeping this channel going so I appreciate it!
    💻 MY CURRENT LAPTOP: amzn.to/3fhY3zT
    ⌨️ BEST KEYBOARD: amzn.to/3SROCEP
    🖱️ BEST MOUSE: amzn.to/3WdSlzz
    Here is the tech I use to make these CZcams videos:
    📷 CAMERA: amzn.to/3gX2lwQ
    🎤 MICROPHONE: amzn.to/3DJXjf5

Komentáře • 60

  • @user-dm7cj9wz5k
    @user-dm7cj9wz5k Před 7 měsíci

    Thank you for your easy to understand explanation of the two languages, you answered so many questions other videos and blog posts could or did not answer.

  • @itsmedeka
    @itsmedeka Před rokem

    Excited for the info in the next video!

  • @DevlogBill
    @DevlogBill Před rokem +10

    You had some good points. I already did 1 year with JavaScript learning the front end. BUT if I had to do it over again. I would have started with Python and Django to learn how backend servers work and how to makes an API request or even make an API and lastly focus on JavaScript for the client side. My personal opinion I think learning the backend first will make you a better developer. I am starting to realize this now. Thanks for the excellent video it was informative.

    • @fullstackmd
      @fullstackmd  Před rokem +2

      That makes a lot of sense! Backend gives you a lot of understanding

    • @Royal21798
      @Royal21798 Před 9 měsíci

      You had spent 1 years for JavaScript then why you choose python for backend you should go for nodejs

    • @DevlogBill
      @DevlogBill Před 9 měsíci

      @@Royal21798 That is an excellent question. I did this for 2 reason's. The first I didn't want to go down the traditional route which everyone was ding, the MERN stack. Second, I had enrolled into the Meta Backend course because they offered you a private network of looking for work withing their network of associated connections with other companies. But about 1 or 2 months in the whole IT lay-offs HIT and I had already invested time into learning Django a Python framework so I figured I might as well continue with this.

    • @Royal21798
      @Royal21798 Před 9 měsíci

      @@DevlogBill ok that's great...and now are you working as backend developer??
      I have an question which one do you think easier to learn whether it is for fronted or backend developer?

  • @user-me7ox7tk4p
    @user-me7ox7tk4p Před rokem +5

    JavaScript/Node has taken the place of PHP as the most popular language to program, "a horrific, unmaintainable mess that will need to be replaced by something else". With that said, it is the most relevant, wide spread, widely supported language with an amazing amount of support and possibilities.
    The reason it is more "beginner friendly", is because a new developer can make something that gives them visual feed back faster than Python. This feed back loop obviously increase learning speed because you are "doing" more.
    On the flip side, the language itself was designed to run inside a netscape browser running on an 30mhz processor from the 90s. I know the temptation is to snap back and say, "but it's not the same as it used to be! it changed a lot!". My response would be "Yeah it has. It's way better than it was!". It being "way better than it was" doesn't make a clean, concise, up-to-date, feature rich language that is fun to work with. It's a horrific language that is just incredibly unpleasant to work with.
    Obviously someone who started in JavaScript and never "really" learned a second language, they will swear by it, and tell you how much they love it. By "really learned", I mean you have developed full time with it professional by 3 years. I don't mean you took a tutorial, or made some test apps. I mean you really know it on a deep level. By the time you have "really learned" 3 languages.

    • @fullstackmd
      @fullstackmd  Před rokem +3

      This is super helpful thank you!

    • @jsonkody
      @jsonkody Před 2 měsíci

      yep "was designed" .. it's something different today. Well not .. yes .. not .. yes xD
      Unfortunately they can't just scratch all stupid shit in JS and do it all again with better design, it's just a mash of horrible, normal and excelent ideas in one package.
      Btw some of original design is very very good, like prototypal inheritance. But the fact Brendan needed to make it "look like Java" was so stupid step aside, it's not designed to be Java and faking it by syntax was one of the worst thing that happened to JS 😢This syntax is not made for prototypal inheritance so it makes everything so confusing and ugly.

  • @OwnnOfficial
    @OwnnOfficial Před rokem

    ✨Perfectly Explained 👏🏻 Well Done ✨

  • @amadoubass3406
    @amadoubass3406 Před rokem +6

    honestly I would start with python until u comfortable in programing and r sure u can move forward with it and then learn a second language based on ur goals/ interest ( if u still aren't sure what area u like more than pick JS to go into web dev as currently its better for job opportunities) , and after getting ur job continue to learn new languages and try out other fields of development maybe learn some ui/ ux design basics and general design basics and some business basics etc

    • @fullstackmd
      @fullstackmd  Před rokem +2

      That’s helpful! My goal isn’t get to a job! Just trying to build stuff on the side but this is a good tip. Other option is to do JS for front and end and flask for back end to learn python

  • @williamsa51
    @williamsa51 Před rokem +1

    This was very helpful for me. Thank you. I have been learning for a long time and float between JS, Python, Java and a bit of PHP. Then there are the databases. The paralysis of analysis sums me up.
    What am I going to do now? I don't know :)

    • @fullstackmd
      @fullstackmd  Před rokem +1

      Glad it was helpful! Best thing is to pick something and stick with it!

  • @DATECStudio
    @DATECStudio Před rokem

    Thanks

  • @ankursharma5043
    @ankursharma5043 Před rokem +24

    As a beginner, i would always pick one of C/C++/Java/C#. They have clean syntax and give good understanding of programming concepts, data types, memory management, etc. I had started with C++, now what benefits me is that learning any language is easy peasy for me. I quickly got grasp on Java, and learned python in literally 2 days.

    • @fullstackmd
      @fullstackmd  Před rokem +2

      Makes sense! I think I wanted to start with one of these to go a little faster and didn’t need to know all the super foundational stuff

    • @-seoulair
      @-seoulair Před rokem +6

      If you know how to do a sum of two numbers in a programming language doesn't mean you've learnt it :D

    • @ankursharma5043
      @ankursharma5043 Před rokem +2

      @@-seoulair you have to have 10 years experience working on multiple programming languages in order to understand what I have just said

    • @satyananda4389
      @satyananda4389 Před rokem

      Cool 👍

    • @deheimer
      @deheimer Před rokem

      The degree I’m doing is based on c++ OOP so I need to learn it anyways . But besides that I’m thinking about learning one of these 2 languages. Which one would be more useful?

  • @MrTonyTv
    @MrTonyTv Před rokem

    Thank you, you really helped me, now i can go to sleep without thinking which one i have to learn first!

  • @asadanik5987
    @asadanik5987 Před 4 měsíci

    Well i am using JavaScript for ML and AI also... also mobile application fully with JavaScript

  • @eesakamaldien1917
    @eesakamaldien1917 Před 4 měsíci

    Great video.

  • @prajwalsiwakoti9866
    @prajwalsiwakoti9866 Před rokem

    Hi, great suggestion thanks. Could please put top resources to learn Python like u said?

    • @fullstackmd
      @fullstackmd  Před rokem

      I’ll have to find them again but check udemy and Coursera

  • @asadanik5987
    @asadanik5987 Před 4 měsíci +1

    JavaScript -
    - web app
    - mobile app
    - desktop app
    - Machine Learning
    - AI
    Python -
    - web backend app only
    - Machine Learning
    - AI
    - Data Science

  • @pascal831
    @pascal831 Před rokem +3

    PYTHON for beginners to programming

  • @JohnJohnson-ch6xq
    @JohnJohnson-ch6xq Před měsícem

    I am transitioning to cyber/Cloud security(AWS).
    Should i learn JavaScript or Python.

  • @Chimefierce
    @Chimefierce Před rokem +1

    I want to create a social media platform like Instagram and Twitter but I’m confused as to the programming language to use. I’ve been learning JavaScript for weeks. Decided to take a break and learn python just for some work-related stuff I needed, so I needed a bit of the knowledge and I won’t lie, I enjoyed it more than I did JavaScript 😂😭. And now, I’m confused and I’ve been told that learning two programming languages at the same time is not ideal. But I’m so tempted to keep learning Python but deep down I love everything you can do with JavaScript as a creative like me who likes design and all that. Please help😭 should I just learn both at the same time? 😭

    • @fullstackmd
      @fullstackmd  Před 10 měsíci +1

      Do whatever feels right! For building websites JavaScript is probably better using React but you could do it with Python and Django as well

  • @elliscaicedo9045
    @elliscaicedo9045 Před 11 měsíci

    javascript is better for backend noje js , nest js , next js with data bases and very useful and fast with aws

  • @asadanik5987
    @asadanik5987 Před 4 měsíci

    For backend i will choose TypeScript only

  • @CaptTragedy
    @CaptTragedy Před rokem +1

    2:36 if I get a career in development, do I have to wax my beard like the guy on the left?

  • @91bparker
    @91bparker Před 4 měsíci

    What are the resources for python

  • @asadanik5987
    @asadanik5987 Před 4 měsíci

    I will start Machine Learning with JavaScript bro

  • @9xtryhx230
    @9xtryhx230 Před rokem

    I started off with Java which was pretty good in terms of the basics, but then my stupid ass went directly to PHP and then python. Java was very helpful in terms of transferring over some aspects into JavaScript, but I really haven't used Java or PHP in 6 years xD...

  • @Davidalgorithms
    @Davidalgorithms Před 5 měsíci

    smart guy

  • @online12plus
    @online12plus Před rokem +1

    ncie

  • @JeremiahPeoples
    @JeremiahPeoples Před rokem

    JAVASCRIPT! It’s my whole personality now 😂

  • @kenesufernandez1281
    @kenesufernandez1281 Před 10 měsíci

    ❤👍

  • @obiebukaugonna2133
    @obiebukaugonna2133 Před rokem

    I don't understand anything in JavaScript for years... I don't understand the variables, Data types, loops I don't understand how these are used to create a simple website, feels like magic

  • @asadanik5987
    @asadanik5987 Před 4 měsíci

    JavaScript is entire software ecosystem.. so its way more better then python

  • @donaldbowler4514
    @donaldbowler4514 Před rokem +1

    Are you actually a docotr?

  • @mikehoang31
    @mikehoang31 Před rokem +2

    python > js

  • @asadanik5987
    @asadanik5987 Před 4 měsíci

    I don't need python 😀