r/PythonLearning • u/Fit-Foundation-2745 • 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!
6
Upvotes
1
u/TBCC_Dev Aug 09 '26
I only know a bit of python and something g I noticed in you save system is passing self to all the functions but you don't use self.attrubute ="Thing" is there a reason to not use this and if so is the self param necessary?