Let's Learn Rust: Getting Started

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

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

  • @JakeCallahan
    @JakeCallahan  Год назад +1

    If you're joining me in this course to learn Rust, or already have learned Rust, what are/were your motivations for learning it?

    • @damus6665
      @damus6665 Год назад

      Rust is fast I like the syntax and the type system and more

  • @damus6665
    @damus6665 Год назад

    I absolutely love your videos please don't stop

  • @H4K0N42
    @H4K0N42 Год назад +1

    I wanted to learn rust since the summer break, thank you for giving me the impulse to start learning it

  • @dragonkat13
    @dragonkat13 Год назад

    I'm always looking to expand my knowledge in programming languages. Thank you for always making the tutorials so easy to listen to and learn.

  • @gs_skills4267
    @gs_skills4267 11 месяцев назад

    Thank you for this series

  • @blanky_nap
    @blanky_nap 7 месяцев назад

    Since rust based products like warp terminal and zed editor, as well as uv and ruff are kinda hype right now, it is definitely worth it to take a look at the language. Looking forward to learn rust at this channel!

    • @JakeCallahan
      @JakeCallahan  7 месяцев назад

      Definitely agree. I have a project I'd like to implement with PyO3 soonish so it's motivating me to get back on track.

    • @blanky_nap
      @blanky_nap 4 месяца назад

      @@JakeCallahan no new videos on Rust with PyO3? Would be great to see tutorial how to combine them!

    • @JakeCallahan
      @JakeCallahan  4 месяца назад +1

      Hey there. Yeah I've been crazy busy but am hoping to get back to making videos in June. As far as PyO3, I'll let you in on a spoiler for one of the things that kept me so busy... pip install hussh

  • @omkarkhatavkar8563
    @omkarkhatavkar8563 Год назад +1

    Exciating to learn from you

  • @SecureGaming2512
    @SecureGaming2512 Год назад

    python or rust or mojo which is better for learning and useful in cyber security career?

    • @JakeCallahan
      @JakeCallahan  Год назад +3

      In my definitely biased opinion, Python gives you more options for cyber security due to the sheer number of tools already available. However, if you need a very specific high-performant system-level tool, then you may want to choose Rust to develop it in.
      More importantly than language though is a solid foundation in operating systems and networking.