The Complete Guide to PyCharm http://leanpub.com/courses/leanpub/thecompleteguidetopycharm is the featured online course on the Leanpub homepage! https://leanpub.com #ComputerProgramming #Devops #courses #leanring #pycharm

The Complete Guide to PyCharm http://leanpub.com/courses/leanpub/thecompleteguidetopycharm is the featured online course on the Leanpub homepage! https://leanpub.com #ComputerProgramming #Devops #courses #leanring #pycharm
Web hosting advice request
On another note, Netbeans (bin) has been updated to 26, PyCharm (comunity_bin) to 2025.1.3 on Haiku.
the only reason i keep my jetbrains subscription is to remote debug things, and that is crap and never works anymore :(
#jetbrains #pycharm
I wrote up a #europython recap from last week in Prague.
Lots of discussions around AI, modern Python usage, and #PyCharm.
Also, did you know there are 20 former ice vaults along the main river in town now converted into bars and cafes? Read on to learn more .
def is_valid_key(obj) -> TypeGuard[Key]:
return (
obj is None
or isinstance(obj, (str, int, float))
or (
isinstance(obj, (tuple, frozenset))
and all(is_valid_key(elem) for elem in obj)
)
)
class KeyClass:
def __new__(cls, that: Key) -> Key:
return that
def __instancecheck__(self, instance) -> bool:
return is_valid_key(instance)
Having to pick whether to use Key
or KeyClass
kinda sucks and I want to use just the class everywhere, but it seems like #PyCharm 's type checker can't tell that, when I annotate something KeyClass
, that means it shouldn't complain when I pass in a string.
Is this a PyCharm limitation, or am I using types wrong?
AI 寫入日誌是我最喜歡的應用案例
➤ 簡潔高效的本地 AI 程式碼日誌生成
✤ https://newsletter.vickiboykis.com/archive/my-favorite-use-case-for-ai-is-writing-logs/
本文探討了 JetBrains 在 PyCharm IDE 中內建的 AI 程式碼自動完成功能,特別是其在撰寫日誌方面的優勢。作者指出,此功能不僅提升了開發效率,更能產生清晰簡潔的日誌訊息,甚至優於人工撰寫。此外,此 AI 模型是本地運作,強調了對模型大小和速度的限制,以及專注於程式碼完成任務的優勢,與通用大型語言模型截然不同。
+ 這種本地 AI 自動完成日誌的功能真的太實用了!我以前寫日誌總是覺得很麻煩,現在可以省下很多時間,而且生成的日誌也更清晰。
+ 我很欣賞 JetBrains 專注於特定領域的 AI 應用,而不是一味追求通用性。這種做法讓他們可以在有限的資源下,提供更出色的使用者體驗。
#人工智慧 #程式開發 #PyCharm #日誌記錄
#jetbrains #pycharm @zsmb13
@maritvandijk
@vergauwen_simon
It sure would be nice to be able to purchase a PyCharm license in #PuertoRico , sadly I can't check out because there's no recognition of Puerto Rico on the Jetbrains sale's website.
I can't even request a quote.
Для #pycharm почему-то обязательно нужен был gsettings (пакет glib). Непонимаю, почему остальным он не нужен, как это работает и тп, но пофиксить получилось
It's 4 AM. Couldn't sleep (thanks, chemo! /s). We're in the middle of a heat wave. My part of the world is still asleep.
I'm sitting here building a web scraper using #Pycharm and their AI add-ons. Mynoises.net is gently playing in the background.
I forgot how much fun this is.
I'm writing a tool for working with the wxWidgets. library resource file.
I need this for a project at my main workplace.
Training Your ML Models With Cadence
#Python #Pycharm #Datascience #Tutorials #Machinelearning
https://blog.jetbrains.com/pycharm/2025/06/training-your-ml-models-with-cadence/
Developer survey with a chance to win a mac book pro, or apple phone or pixel pro phone. You don't have to be a developer to participate.
https://surveys.jetbrains.com/s3/developer-ecosystem-survey-2025-sh?pcode=846688905912779988
Hey, @jetbrains your #PyCharm #IDE is not only still broken but breaks on a daily basis, requirng me to always run:
rm $HOME/.config/JetBrains/PyCharmCE2025.1/options/gitlab.xml && rm $HOME/.config/JetBrains/PyCharmCE2025.1/options/github.xml
to be able to get anything done!
@jetbrains for comparison: this is how it looks like when it's up and running.
@jetbrains that #bug where #PyCharm randomly "forgets" the #logins and then requires me to manually yeet $HOME/.config/Jetrains/PyCharm.../options/github.xml
& $HOME/.config/Jetrains/PyCharm.../options/gitlab.xml
really pisses me off.
#plzfix that issue with your #snap version offered for #UbuntuLTS #Desktop!
Faster Python: Concurrency in async/await and threading
#Pycharm #Howtos #Tutorials #Webdevelopment #Concurrency #Python
https://blog.jetbrains.com/pycharm/2025/06/concurrency-in-async-await-and-threading/
This is the first time I am doing this #TeaWithCheuk a 1-1 meeting with me at #PyDataLDN to talk about anything #Python #PyCharm #DataScience etc. limited slot, booking link in the comment.