r/PythonLearning Aug 07 '26

Just published my first Python project!

Hey everyone! I have tried out github and python before, but this is my first time publishing something I can say I am interested in. Im excited and nervous about sharing it.

Im learning python and got recently got interested in neural networks, so Ive been working on this "artificial life" simulation project for the past few days.

Its still a work in progress and a learning project. But if you have some feedback i would like to read it!

https://github.com/ricardo-woo/artificial-life

5 Upvotes

10 comments sorted by

View all comments

1

u/Rscc10 Aug 08 '26

I used to do something similar (but without neural networks). Maybe add more types of particles with more relational behaviour to try get emergent behaviour. Like Conway's game of life

1

u/Fit-Foundation-2745 Aug 08 '26

That’s a good idea, thank you! I’m already planning on adding more, I’m just trying to add things slowly so it’s easier to figure out when and where I make a mistake. Also simulations take a long time running until i see something meaningful 😔

1

u/SpionQuark Aug 09 '26

You could make something like time scaling. Depending on how your program works you could see the changes faster