This extension is inspired by the "JetBrains Toolbox Recent Projects" extension. I liked the idea, but I use a standalone installation of PyCharm so came up with this simple extension. Please bear in ...
A quick tutorial on how to setup a Python Debug Server in Pycharm using Docker. I found myself developing a Python application that required to be run in a Docker container. I wanted to be able to ...
So, you wanna try coding? That’s awesome! Python is a really good choice if you’re just starting out. It’s pretty straightforward to pick up, and there are tons of cool things you can do with it. The ...