2. The "Hello World" of Particle Simulation (Build Your Own Particle Simulator In Python)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 9

  • @BenFitz7897
    @BenFitz7897 ปีที่แล้ว +1

    This is the kind of content I was looking for! Mechanical engineer who recently finished learning Python to try and program with TensorFlow, but the physics/particle simulations like your channel stole my interest. Thank you for posting content like this! Just programmed my first double pendulum, but really interested in solar system simulations, collisions, and CFD simulations.

    • @amazing_potential
      @amazing_potential  ปีที่แล้ว

      Ben, you’ve made my day! This gives me motivation to keep on going with the tutorials. Watch this space for more to come. There’s plenty more on the way. 🙂

  • @hobblingoblin2813
    @hobblingoblin2813 ปีที่แล้ว +1

    just decided to start learning python for fun; this is an excellent tutorial

  • @norliegh
    @norliegh ปีที่แล้ว +1

    A really good tutorial.

  • @Holasiquetal
    @Holasiquetal ปีที่แล้ว

    I definitely thank you for this 🙏❤️

  • @KayaCalif-lp7vk
    @KayaCalif-lp7vk 9 หลายเดือนก่อน

    So, I’m on Mac. When I try to run the clopped code from Real Python, it says “No module named ‘pygame’” in a big red bar on line 4. I followed along three times, even going back to the first video and checking it, but for some reason it’s still not working

  • @TylerLeFevre-y4k
    @TylerLeFevre-y4k ปีที่แล้ว

    Hello I have been working on my own simulation in python and I am stuck trying to gain more fps. I get like 38-40 ish fps for a 5000 particle simulation, do you have ideas on how to improve performance? I currently have a grid system that makes it only check in adjacent spots on the grid.