Python
Webinar: “Django-in-PyCharm Tips: Reloaded”
Two and a half years ago, we held a “Django tips in PyCharm” webinar. This refresher swaps out some tips, but also shows lots of fresh goodness in the IDE: the new UI, remote and Read more…
Two and a half years ago, we held a “Django tips in PyCharm” webinar. This refresher swaps out some tips, but also shows lots of fresh goodness in the IDE: the new UI, remote and Read more…
The second EAP build for PyCharm 2022.3 provides a convenient way to check the outcome of the intention action you are about to use, and features a new way to copy-paste a line without needing Read more…
This week we welcome Mark Mikofski as our PyDev of the Week! Mark is a core developer on the pvlib tool, which is used “for simulating the performance of photovoltaic energy systems.” You can check Read more…
We are launching the Early Access Program (EAP) for PyCharm 2022.3! This means that you can get access to the features that we are still polishing for the major release. We are looking forward to Read more…
Introduction to Batch APIs In modern Python applications, it’s common to access remote API using REST or other web-based technologies. Batch APIs are capable of processing multiple requests with a single call. You can use Read more…
I just launched my third course on Teach Me Python. This course is called Python 103 – Practical Python In this new course, you will learn about the following: Part I – Python Use Cases Read more…
We’ve just released the second bug-fix update for PyCharm 2022.2. You can update to this version from inside the IDE, by using the Toolbox App, or by using snaps if you are a Ubuntu user. Read more…
Django Ninja is a FastAPI-inspired library for turning your Django views into REST API end-points. This webinar will show you how to get started with Django Ninja, how the interface interacts with Django’s URL and Read more…
Teach Me Python is a brand new website about the Python Programming language. Teach Me Python is a subscription-based service that will teach you Python using courses, eBooks, tutorials, and videos. The tutorials and courses Read more…
Today we are interviewing Adam Symington, author of the PythonMaps project, which is dedicated to using Python to develop beautiful yet very informative geospatial data visualizations. Adam is a geospatial data scientist working as the Read more…