Latest Updates

Documenting code, one commit at a time.

Python PyInstaller

Streamlining PyInstaller Builds: Optimizing for a Leaner ERP Application

For the KamelotDeveloper/ERP-1st project, building efficient and self-contained applications is crucial for reliable deployment. When creating standalone executables, especially for critical business systems like an ERP, every byte and every dependency matters. This pursuit of efficiency often leads to discovering and eliminating unnecessary components that inadvertently creep into the build

Read more