JavaScript vs Python: Which do you NEED?

Поделиться
HTML-код
  • Опубликовано: 12 июн 2024
  • Get Started learning JavaScript or Python:
    CodeCrafters: app.codecrafters.io/join?via=...
    Exercism: exercism.org
    Today, we're diving deep into a topic many budding developers grapple with: Python vs JavaScript. Whether you're planning your career path, deciding on a project, or simply curious about coding, this video will shed light on which language might be the right choice for you.
    * Common Ground: What do Python and JavaScript share?
    * Unique Features: What sets each language apart?
    * Philosophy and Purpose: Why were they created, and how does that influence their use today?
    * Real-World Applications: How are these languages being used in different industries?
    * Learning Curves: Which one is easier to learn based on your needs?
    * Community and Ecosystem: What kind of support and resources are available?
    ----
    Want to go into further depth? Head to kodaps.dev/
  • НаукаНаука

Комментарии • 12

  • @Destide
    @Destide Месяц назад +2

    I think python is great if you don't understand programming syntax and want to learn as you write. I liked how learning python also forced me to move onto other languages when I started running into limitations. If I started with JS I feel like I would have just stuck with JS and it's frameworks. I'm learning JS finally because it's so good at frontend and that will be my place for it while I learn GO for the backend. Right tool right job.

    • @ulrich-tonmoy
      @ulrich-tonmoy Месяц назад

      only if we get these python library in npm and voila now js rule both ai and web 🤣

  • @maxz999
    @maxz999 Месяц назад +1

    I paused to read the zen of python and I love it!

    • @KodapsAcademy
      @KodapsAcademy  Месяц назад

      Yeah it’s quite quirky here and there :)

  • @Walker-ky9vy
    @Walker-ky9vy Месяц назад +2

    If you're more interested in web development or working on the front end, go with JavaScript. If you're leaning towards data analysis, machine learning, or backend development, Python might be the better choice.

    • @madjunir
      @madjunir Месяц назад +1

      If you want to become full stack learn both

  • @user-ez8ty5ii5r
    @user-ez8ty5ii5r Месяц назад +1

    Both of them are frontend languages, JavaScript for Web and Python for Data Science.

    • @KodapsAcademy
      @KodapsAcademy  Месяц назад +1

      That's pushing the definition of "frontend" a bit further than the word allows for :)

    • @l0gic23
      @l0gic23 Месяц назад

      ​@@KodapsAcademy what about PyScript, Flask, Reflex, etc? (I only think i know that they exist - I really know nothing more...)

    • @KodapsAcademy
      @KodapsAcademy  Месяц назад +2

      Sure,, my point is that Data science is not really Frontend by any stretch of the word (I’d go for Streamlit if I wanted a front end environment in python :))

    • @user-ez8ty5ii5r
      @user-ez8ty5ii5r Месяц назад

      @@KodapsAcademy I am Data Scientist and mathematician over 6 years...I can say that whatever library in Data Science you study, you will find C or C++ or something else, but not pure Python. That is the reason why I said that Python is just frontend, because in backend you have C, C++, Rust or whatever else...Python is just there like frontend for Data Science. In backend you have other languages.

    • @KodapsAcademy
      @KodapsAcademy  Месяц назад

      Yeah Python exposes the C API, sure. That's the whole point of a scripting language :) But generally speaking when we talk about frontend development, we mean creating user interfaces not application programming interfaces :) (And my formal training was in Data Science and Math too, in a french school called ENSAE :) )