Python 3.8.4 was released a few days ago as the latest stable release of the Python language. Here’s how to install it in Ubuntu 18.04 and Ubuntu 16.04. This is the first bugfix release that is considerably smaller than the previous three. There’s almost 20% fewer changes at 162 commits than the average of previous… Continue reading Python 3.8.4 Released! How to Install in Ubuntu 18.04 / 16.04
Tag: python 3.8
PyCharm 2019.2 Released with Initial Python 3.8 Support
PyCharm 2019.2 was released today with exciting new features, initial Python 3.8 support, improved Jupyter Notebook experience, and many more other changes. PyCharm 2019.2 release highlights: Improved Jupyter Notebook integration. Some of the most requested features have been implemented. Syntax highlight support for many other languages, C#, C++, Groovy, Lua, Makefiles, and more. cURL format… Continue reading PyCharm 2019.2 Released with Initial Python 3.8 Support
How to Install Python 3.8 Beta in Ubuntu 18.04, 16.04
The second Beta of the latest Python 3.8 was released a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04 via PPA. Python 3.8 new features so far include: New syntax (the “walrus operator”, :=) to assign values to variables as part of an expression. new syntax (/) to indicate that… Continue reading How to Install Python 3.8 Beta in Ubuntu 18.04, 16.04