home.social

#learningprogramming — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #learningprogramming, aggregated by home.social.

fetched live
  1. Let's Learn Rust Using Rustlings

    This video is a walkthrough and review of learning Rust using Rustlings, aimed at developers who struggle with Rust’s ownership model and borrow checker.

    📺 youtube.com/watch?v=jJopQTH7vmg
    🦀 rustlings.rust-lang.org

    #rustlang #programming #coding #rust #yt #youtube #video #rustlings #learn #programming #learncoding #learning #learningprogramming

  2. By combining a Raspberry Pi with an H-bridge circuit, you can learn practically how to operate a DC motor with PWM control. ✨

    The key point is that you can control the motor's rotation speed and direction by quickly switching the voltage on and off through the GPIO output.

    This is a great way to experience the integration of hardware and software. 💡

    🔥 Top 6 Raspberry Pi eBooks for $20 V2
    ebokify.com/top-6-Raspberry-pi

    #Python #RaspberryPi #Electronics #MotorControl #LearningProgramming

  3. Has anyone a nice, semi-big list of practice exercises for a beginner programmer? (Ideally in Python, but as long as they're mostly adaptable, it's fine.)

    (Desired difficulty level: Couple lines solutions and only using stuff one would learn in the first couple hours.)

    #programming #beginnerProgrammer #learningProgramming

  4. Very interesting and kinda cool fact for Python heads / beginners out there - operator 'is' compares memory reference for objects, so it is useful check if it is same object you check. '==' will check actual values. Nice thing to know. #Python #programming #beginner #learningprogramming

  5. If you say it badly and quickly, do-while-loop becomes dowaloop. Which is what I will be calling it from now on. #learningprogramming #clang shout out to Caleb Curry's awesome 10-hour C-tutorial series -> https://www.youtube.com/watch?v=Bz4MxDeEM6k