Options for packaging your Python code: Wheels, Conda, Docker, and more

You’ve written your Python application—a server, CLI tool, or batch process—and now you need to distribute it to the machines where it will be running. In order to run your application, you will need: Your code. Various Python libraries your code depends … Read more

Similar

Python and SQL: Better Together

Python and SQL: Better Together Python and SQL are complementary - we should focus on how best to integrate them rather than try to replace them! By Alex Monahan 2021-08-15 (Yes, this is the one date format to rule them all) LinkedIn Twitter @__alexmonaha... (more…)

Read more »

Magnum Engine integrates Python and C++

During the past four months, Magnum began its adventure into the Python world. Not just with some autogenerated bindings and not just with some autogenerated Sphinx docs — that simply wouldn’t be Magnum enough. Brace yourselves, this article will show you... (more…)

Read more »