Explore >> Select a destination


You are here

blog.alexbeals.com
| | blog.nuculabs.de
19.9 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.morelightmorelight.com
18.9 parsecs away

Travel
| |
| | blog.fredrb.com
16.7 parsecs away

Travel
| | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.
| | johnfraney.ca
40.4 parsecs away

Travel
| Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package.