Python
PyDev of the Week: Haki Benita
This week we welcome Haki Benita (@be_haki) as our PyDev of the Week! Haki is a contributor at Real Python. You can also see some of Haki’s work over on their own website or by Read more…
This week we welcome Haki Benita (@be_haki) as our PyDev of the Week! Haki is a contributor at Real Python. You can also see some of Haki’s work over on their own website or by Read more…
Slack is a popular tool for the workplace, open source projects, and even personal messaging. With the onset of the pandemic and more people working from home, Slack has become a more vital piece of Read more…
The first update of PyCharm 2021.1 brings some important bug fixes, including one that addresses an inability to find occurrences in files and in paths. It also provides improvements to the experience of working with Read more…
In his new tutorial, Mukul Mantosh gives very detailed instructions on how to develop a Django Application using AWS. If you have never used AWS to run your code, with this new tutorial you can Read more…
This week we welcome Tristan Bunn as our PyDev of the Week! Tristan is the author of Learn Python Visually, a new Python book from No Starch Press. You can find out more about what Read more…
Thank you for your feedback on PyCharm 2021.1! We were looking carefully into it – and have managed to make some quick and important bug fixes – so that you can enjoy working with PyCharm. Read more…
For those developers, whose daily work benefits from the Django framework. As you probably know, the Django framework is built and maintained by community members. This might give you the impression that Django is effortlessly Read more…
This week we welcome Will McGugan (@willmcgugan) as our PyDev of the Week! Will is the author of the Rich package, which is for for rich text and beautiful formatting in the terminal. If you Read more…
For the next 24 hours, Python 101 will be Pay What You Want, $3 minimum (usually $25). The second edition of Python 101 is completely rewritten from the ground up. In this book, you will learn the Read more…
Python came out with a special new keyword several years ago in Python 2.5 that is known as the with statement. This new keyword allows a developer to create context managers. But wait! What’s a Read more…