Tag: Pycharm

  • Programs used for Programming in 2023

    Programs used for Programming in 2023

    I didn’t really use any new programs this year. I just continued expanding on programs I’ve used in the past. Python For Python I continued to mostly use Pycharm. I’ve spoken about it for the past few years, but JetBrains continues to add features that make it easier to work with Python. For example, this…

  • Software I used for Programming in 2022

    Software I used for Programming in 2022

    Python This year I really worked a lot on Python web technologies so I came to appreciate all the work that the JetBrains team does to make all the little things (like running Django test server commands) incredibly easy. I essentially did all my Python development in Pycharm.  I’ve had access to the paid JetBrains…

  • Software I used for Programming in 2021

    Overall, there was a continuation of trends from last year with just a few changes. Python Pycharm PyCharm has continued to be my IDE of choice for Python programming. The devs haven’t been resting on their laurels, either. Recently they added some extra features to support FastAPI. And they also added some features that I…

  • PyCharm 1 week Update

    I’ve been using PyCharm for about a week now across a couple projects. I’d like to note a few things I’m really enjoying: PyCharm is aware of your venv config and you can use it to pip install new packages. Ok, so pip is easy to use for installing. But it also provides a quick…

  • Hey, Pycharm, hey.

    Hey, Pycharm, hey.

    Back in September I wrote about moving to KDevelop for my larger Python projects and also staying with Kate for my smaller projects. I’ve REALLY been enjoying all the features as I work on more and more complex packages involving lots of files. But for a few episodes of Python Bytes now (and/or maybe Talk…