How I would learn to code (if I could start over)

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

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

  • @user-galactic-nimrod-1
    @user-galactic-nimrod-1 9 месяцев назад +2

    From someone who just switched major into CS and is utterly confused but excited: You my good sir, came at the right time to my feed!

    • @JohnnyCodes
      @JohnnyCodes  9 месяцев назад

      Awesome! If you have any questions or video suggestions for anything you would like to learn more about let me know!

  • @hollowflower
    @hollowflower 9 месяцев назад +3

    How the F does this only have 400 views??? This is such a good video.

    • @JohnnyCodes
      @JohnnyCodes  9 месяцев назад

      Thanks! I am going to upload a lot more consistently this year so hopefully that will help! (My upload schedule was basically non existent in previous years)

  • @skiiipawbs
    @skiiipawbs 6 месяцев назад

    You popped up on my feed randomly after years 😭went from piano videos to comp sci

  • @Ella_1994
    @Ella_1994 9 месяцев назад

    Thanks! Good insights!

  • @yang1028
    @yang1028 5 месяцев назад +1

    Can you make a video about back propagation in neural networks? I really don't understand somebody else you. You explain and write code better than others🙂

    • @JohnnyCodes
      @JohnnyCodes  5 месяцев назад

      Yes I definitely can! Thanks for the kind words I really appreciate it. I will start thinking of the best way to break down back propagation like I did for the neural networks

  • @69k_gold
    @69k_gold 9 месяцев назад

    If beginners tell you that they gave up C because it's hard, it basically means they're in what's called an "abstraction hell", where they're trying to learn something without having a basic idea of how the stuff works under the hood. Learning JS/Python will only make this harder.
    Rather, a beginner should always learn the basics of a computer first, how CPU instructions, executables, process memory work, and then go pick a programming language. Only then will they realise how easy and simple C actually is, and then when they learn higher level languages, they'll know exactly what's being abstracted, and they'll be able to write better code

    • @norwyx3669
      @norwyx3669 9 месяцев назад +1

      Bro really thinks we need to learn a language like C fully. I learned pointers, memory management, and DSA, with just a couple of projects. Did CS50x and that was enough to grasp all the concepts and now I know C on a basic level. Python is way superior for its syntax, and versatility. I learned Python and with just Django, I was doing backend. Learned numpy and was doing data science. Please stop forcing C on people. Python is ok and I think people should know it, especially for interviews for how easy it is to make pseudocode into actual code.

  • @jamesduval2602
    @jamesduval2602 9 месяцев назад

    Can you learn java and python at the same time??

    • @JohnnyCodes
      @JohnnyCodes  9 месяцев назад

      Yeah you definitely can! Java is another good language to start with. Do you have a reason for wanting to learn Java?

    • @jamesduval2602
      @jamesduval2602 9 месяцев назад

      @@JohnnyCodes I'm a student in computer science we're learning Java and I'm doing 3 months bootcamp python. Do you think it's a good idea??

  • @YakoBlast
    @YakoBlast 9 месяцев назад

    C > C++ -> Python -> Java -> Rust that was my path

  • @김재민-d2n8l
    @김재민-d2n8l 9 месяцев назад

    Hii