Explore >> Select a destination


You are here

www.feoh.org
| | blog.nuculabs.de
8.4 parsecs away

Travel
| | Hi ?? In this short article I will show you two ways of changing Python versions on Windows. It is useful when you have installed multiple Python versions on your system and want to run a specific version from the terminal. For example, if we have the following versions installed: We can use either the Python Launcher py to run Python or the python command. Python Launcher To list installed Python versions with Python launcher we can use the py -0 command.
| | www.rasulkireev.com
8.8 parsecs away

Travel
| | How to set up a virtual environment for your Django Project, or any other Python project, for that matter.
| | www.makeworld.space
8.3 parsecs away

Travel
| | Packaging a Python project into a standalone executable is often a struggle. Thankfully we have tools like PyInstaller to make this easier. Recently I ran into another struggle of my own, which was that it seemed impossible to "cross-compile" with PyInstaller. That is to say, run PyInstaller on one OS, and have it generate an executable for another. It was hinted at that Linux ? Windows was possible using Wine, but I couldn't find any guides on it.
| | karimjedda.com
72.9 parsecs away

Travel
| An observation for how running programs on a schedule, in a reliable and modern way is neither easy nor simple in 2022. It always involves some sort of sysadmin know how or third party tooling, and it is still fragile.