Started a Simulation with Python Blog (quantasticjourney.blogspot.com)
from ecstatic_chance@mander.xyz to python@programming.dev on 23 Oct 2024 07:44
https://mander.xyz/post/19709097

The first post of a new python blog I started if anyone is interested.

#python

threaded - newest

makingStuffForFun@lemmy.ml on 23 Oct 2024 08:26 next collapse

I’m all in. Added to my reading list.

ecstatic_chance@mander.xyz on 23 Oct 2024 08:31 collapse

Thanks!

kyoji@lemmy.world on 23 Oct 2024 14:58 next collapse

Can you share a little more about what this is? What are you trying to achieve? What is the motivation?

ecstatic_chance@mander.xyz on 23 Oct 2024 16:12 collapse

I’d like to write a piece of software that generates text for characters based upon the personality stats of those characters. I’m currently writing the software with a KivyMD UI and a Mongo database. My motivation is: why not?

kyoji@lemmy.world on 23 Oct 2024 17:22 collapse

Cool! You should add that in greater detail to your blog. Currently its lacking a lot of context, so your only post isn’t very interesting as a result. Thanks for sharing!

logging_strict@programming.dev on 02 Nov 2024 07:48 collapse

If it’s worth sharing it’s worth to accompany the blog post with a repo containing unittests and tox.ini and pre-commit

If that had been done, tox would give feedback that match switch support is py310+

functools.singledispatch might be helpful to test multiple implementations

Complaint about sharing code within a blog post is the quality is ALWAYS suspect.

Lets leave crapoverflow.com style code examples in the past. Instead share tested code.