🚨 Great deal alert! 🚨
Until May 1, 2026, you can get PyCharm for 💸✨30%✨💸 off. All of the money goes directly to the Django Software Foundation!
Use this link: https://www.jetbrains.com/pycharm/promo/support-django/
🚨 Great deal alert! 🚨
Until May 1, 2026, you can get PyCharm for 💸✨30%✨💸 off. All of the money goes directly to the Django Software Foundation!
Use this link: https://www.jetbrains.com/pycharm/promo/support-django/
Title: P0: PyCharm on Linux and pip disabling [2023-07-23 Sun]
I installed PyCharm community under Gentoo Linux. 🐧
There was error:
The IDE cannot execute a test script in the directory. Possible reason: the partition is mounted with 'no exec' option.
I fixed it with:
ln -s tmp /tmp
and disabled #pip, PyCharm don't requre it anyway:
chmod -x /usr/lib/python-exec/python3.11/pip*
💓\n#pip #PyCharm #linux #gentoo #pip #pip
Title: P0: PyCharm on Linux and pip disabling [2023-07-23 Sun]
I installed PyCharm community under Gentoo Linux. 🐧
There was error:
The IDE cannot execute a test script in the directory. Possible reason: the partition is mounted with 'no exec' option.
I fixed it with:
ln -s tmp /tmp
and disabled #pip, PyCharm don't requre it anyway:
chmod -x /usr/lib/python-exec/python3.11/pip*
💓\n#pip #PyCharm #linux #gentoo #pip #pip
How (Not) to Learn Python
#Python #Pycharm
https://blog.jetbrains.com/pycharm/2026/04/how-not-to-learn-python/
Who will be at #Darmstadt for #PyConDE & #PyData next week? I will be there and if you are using #PyCharm, please come and talk to me and let me know how we can make it better for you. Or I can show you all the new cool stuff in the new 2026.1 release.
I've started to learn #Java over the past few days. Not the first time I've looked at it, but now my #Python is more advanced I'm finding Java makes more sense to me. Perhaps I'll reach the point of becoming vaguely useful in a while!
As far as IDEs are concerned, #Jetbrains is the obvious one, not just because I use #PyCharm Pro, though familiarity certainly helps. But I've decided to try out #eclipse properly (used in the past with #PyDev which I did not get on with) and also #Netbeans.
How to Train Your First TensorFlow Model in PyCharm
#Python #Pycharm #Datascience #Tutorials #Tensorflow #Tensors
https://blog.jetbrains.com/pycharm/2026/04/how-to-train-your-first-tensorflow-model/