Nice article on shell scripts:
Few reason on why you really should not use shell scripts: https://pythonspeed.com/articles/shell-scripts/ And 2nd link to a package allowing you...
ALiEn: Artificial Life simulator
Wanted to write something like this by myself, but these guys made it first! Nice learning material. https://github.com/chrxh/alien
Finally, a continuation of Depends.exe
https://github.com/lucasg/Dependencies Newer version of old depends.exe that actually works. What a relief when debugging those “ModuleNotFound” messages. And full article...
What is `pyproject.toml` and why do you need:
https://snarky.ca/what-the-heck-is-pyproject-toml/
Nice CMake tutorial:
https://hsf-training.github.io/hsf-training-cmake-webpage/ First time I see a graph of private/public/interface relationships.Useful stuff.
Python memory profiling
So, last night I’ve found that my VPS host is going out of memory on a Python script….node-based system, debugging...
Win10 strace:
https://jarekprzygodzki.dev/post/notes-and-thoughts-on-strace-for-windows/ Good collection of more or less modern tools for deep system inspection. Indispensable stuff.
Good Python crash course:
https://learnxinyminutes.com/docs/python/ Gives student a very compact and intense introduction to the Python Language, without pages of lyrics.
C++ GUI without Qt:
Interesting article on fast and light-weight C++ cross-platform GUI without Qt. Pretty interesting stuff for small cute apps.
Found new cool Python module:
https://github.com/mewwts/addict Allows to create dicts like class1.addresses.new_york.manhattan = blabla.