News

What is Python? This post answers that question and walks you through the basics. Set up a coding environment and build your first simple app!
This post shows you how to update Python and how to choose the right version for your goals! Learn the difference between Python 2 and Python 3.
Have you ever wished you could edit Python packages installed locally without reinstalling them? Editable installs are the ...
Take control of multiple Python installations in Windows with the py launcher, available as part of a standard Python installation.
Python is one of the most approachable languages to learn, thanks to its object-oriented-first approach and its minimal syntax. The standard library includes many useful modules that you can use to ...
Sure That Works on Linux, But… Python, of course, runs on many different platforms. So why is this part of Linux Fu? Because you can easily use it to launch any command line program.