mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9.1K
active users

#pycharm

2 posts2 participants0 posts today

#Emacs is still hands down the best to organize your thoughts, plan your work and do quick-fixes. Perfect for debugging & maintenance tasks.

I pull out
#PyCharm only when I have a clear idea of what I am working on and I just need that IDE focused programming.

What's going on with recent versions of #PyCharm?

#JetBrains has managed to screw up their requirements.txt implementation quite badly. This is a fundamental feature - how could they ship something so broken????

First, the virtualenv would be built with the latest versions of all the packages and not the specified pinned versions in requirements.txt! An absolutely fundamental feature completely broken.

Second, for #Django development, I use the psycopg binary using the standard “psycopg[binary]==3.2.3” and PyCharm doesn't install the requested binary.

Thirdly, and not so important, but a nice lost feature - PyCharm used to flag out-of-date packages in requirements.txt in a nice, obvious manner. No longer!

Some links to the problems:

youtrack.jetbrains.com/issue/P

youtrack.jetbrains.com/issue/I

youtrack.jetbrains.com/issue/I

As a #programmer but #beginner I already know that documentation is important: that's why I'll make a website to document my adventures and potential progress.
If you have any resources that you think could help me, do not hesitate a second!
If you have any tools to advise, do not hesitate a second!
I'm considering using :fedora: #fedora #Kinoite with #toolbx or something like #RockyLinux (but if you have other distros to advise, tell me) with :kdevelop: #kdevelop #codelite for C++, #spyder or #pycharm for Python 🐍 and #rustrover or #lapce for Rust 🦀 and :kate: #kateeditor for simple file edition.
#programmers #programming #programmation #coding #coders #coders #python #cpp #Rust #rustlang #linux #foss #fosstodon #floss #flosstodon #Dev #devlog #devlife #devloper #devlopers

PyCharm, the Only Python IDE You Need

PyCharm is now one unified product, and your Pro license works just as it always has.

In this version, we’ve combined PyCharm Community and Professional into a single product, PyCharm. This makes it easier for all users to access the features they need without having to switch editions.

Continued thread

This morning I took a different approach - I implement the logic and let the agent write the test code including some edge cases. The AI chat was used to research some topics. This worked out better, costed less tokens and I finished this in less time. I feel confirmed in my opinion about vibe coding, which I wanted to validate with a complete session.

Continued thread

Junie did mostly a great job, but where it failed miserabily was, when I asked it to integrate django-templated-email-md. I did a subtle typo and just asked for django-templated-mail-md. The result is, that it created disfunctional code that almost looked like it could work and followed the README of the correct project. But the main import included my typo and to solve the tests, Junie mocked almost everything to run tests successully.

Just checked, Claude Code did the same.

Continued thread

Done for today. My AI quota is almost used for this month. I did the same tasks over the evening with claude code too. Effectively this experiment costed $15, so it is fair that my monthly quota with Jetbrains is consumed. Jetbrains AI costs $10 on the Pro plan.

I have to review the docs tomorrow, then I am actually ready to release this library.