Tag: Compile

Normal Classic Pip VS Pip-Compile & Pip-Sync

Why should you care? Well, more companies and teams are starting to use pip-compile and pip-sync instead of the classic pip freeze stuff. So this could be the new norm in a couple of years. This article discusses: difference in generating requirements.txt d...

How to Cross-Compile a Python Script as an Executable for Windows, Mac, and Linux

Hello, my name is Leah and I am a self-taught machine learning engineer with 10 years of experience of programming in Python. I want to give my fellow Python developers a small tutorial of how to cross-compile Python scripts into an executable for Windows, Mac...