Python
PyDev of the Week: John Sheehan
This week we welcome John Sheehan (@JennaSys) as our PyDev of the Week. John is the author of React to Python. You can see what John has been up via his website or on his Read more…
This week we welcome John Sheehan (@JennaSys) as our PyDev of the Week. John is the author of React to Python. You can see what John has been up via his website or on his Read more…
Pssst. We know a place where 48 international experts are gathering together to talk about Django, Flask, Pyramid, containers, REST APIs, and other topics that every web developer will want to know more about. It’s Read more…
This release is dedicated to fixing bugs and enhancing performance. We are also working on implementing the concept of trusted projects, which is designed to mitigate the risks associated with opening projects from unknown and Read more…
This week we welcome Žan Anderle (@z_anderle) as our PyDev of the Week! Žan is a freelance software developer. You can check out his blog or check out his Github profile you’d like to know Read more…
The Lets-Plot library is an open-sourced interactive plotting library developed by JetBrains for Python and Kotlin. Its architecture was inspired by the ggplot library for the R language, and is built with layered graphic principles Read more…
This EAP build brings several nice additions to WSL 2 support, makes indexing faster, and introduces a GitHub pull request template. As usual, please read the blog post, try out the new features, and let Read more…
This week we welcome Jens Winkelmann (@jWinman) as our PyDev of the Week! Jens is a PhD researcher in the Foams and Complex System Group at Trinity College Dublin (TCD). You can find out more Read more…
Once again the Python Packaging Index (PyPI) has been hit with malicious libraries. Over 3500 of them in fact. You can read more about this at The Register or the Sonatype Blog. The administrators at Read more…
Cloud development with Python is a hot topic right now. Amazon recently started shipping their AWS Toolkit for PyCharm, and we already have a tutorial on it from Mukul Mantosh in the PyCharm Guide. Calvin Read more…
In this tutorial, I talk about some of Python’s most popular GUI frameworks. You will learn the basics of graphical user interfaces. Then you will learn how to create a simple image viewer using wxPython. Read more…