Someone commented that I said six-seven in the #Python Documentary.
🥺
Emotional damage.
In the most recent version of pycharm, the splash screen is no longer a simple logo but a probably-genai image. I've been seeing where this is going for awhile, but it's hard to break out.
The other IDE options I'm aware of are VSCode (So, Microsoft) and a bunch of little ones that, I suspect, don't have the feature i really want: solid debugger with pandas dataframe inspection.
Anyone got any tips?
#python #pandas
Cloudflare propose un #service de workers #Python mis à jour avec de nouvelles fonctionnalités et améliorations : https://blog.cloudflare.com/python-workers-advancements/
- temps de démarrage rapide
- installation de paquets supportés par PyOdide (notamment tous les paquets pure-python)
- gestionnaire de paquets https://github.com/cloudflare/workers-py#pywrangler basé sur uv
Alternatives : AWS Lambda, Google cloud run
I have a question for people who use #PyCharm and #uv
When I create a new #python project. The versions available are listed as default and then the major versions from 3.8 to 3.14 - no minor versions, such as 3.14.2 are shown. If I select 3.14 PyCharm/uv creates a project using 3.14.0 - so how do I convince it to create a project using 3.14.2? Do I need to manually open a terminal and tell uv to download 3.14.2 before PyCharm/uv will create a project using it or is there some other option?
🕹️ 24 jours de #Python / #Pyxel
Jour 11: https://24jdpp.forge.apps.education.fr/jour.html?j=11
Pour des activités en classe, pour ceux qui veulent découvrir Pyxel et/ou se préparer pour la Nuit du Code (https://www.nuitducode.net).
🕹️ 24 jours de #Python / #Pyxel
Jour 11: https://24jdpp.forge.apps.education.fr/jour.html?j=11
Pour des activités en classe, pour ceux qui veulent découvrir Pyxel et/ou se préparer pour la Nuit du Code (https://www.nuitducode.net).
RE: https://fedi.lwn.net/@lwn/115588556876224894
#python #comprehensions #pep798
Cảnh báo lỗi cũ (deprecated) trong thư viện Python không phải lúc nào cũng hiệu quả. Bài viết chỉ ra hạn chế của phương pháp này, khuyên dùng tài liệu rõ ràng hoặc tương thích ngược thay vì phụ thuộc vào warning. Đề xuất từ /u/Xadartt – [chi tiết]. #Python #PhátTriểnPhầnMềm #LỗiCũ #Deprecation #CôngNghệ
Ein beliebiges #Terminal aus #Nautilus öffnen.
Mit dem #Python-Skript "nautilus-open-any-terminal" kann man das Wunsch-Terminal im #GNOME-Dateimanager mit einem Klick im gewählten Verzeichnis öffnen. Das braucht man nicht, es ist aber sehr praktisch.
https://gnulinux.ch/ein-beliebiges-terminal-aus-nautilus-%C3%B6ffnen
Content warning:Advent of Code 2025 Day 11 Spoilers
After the last few days of difficult puzzles, today was a breath of fresh air.
Counting paths through a DAG is a classic memoizable recursive puzzle. Part 1 was just that.
Part 2 adds two new variables to track, but you just add them to the memoized parameters (Python's `@cache` operator makes that easy) and keep do the same thing, with the addition of updating the flags if you're on either the `dac` or `fft` nodes.
Easy peasy, runs almost instantly.
https://codeberg.org/biesnecker/aoc-anyhow/src/branch/main/202511.py
#adventodcode #adventofcode2025 #python

OneKey MCP Router SDK giúp dev AI kết nối hàng chục dịch vụ (Google Maps, Perplexity, Alipay, Bing, Gemini…) chỉ với một key duy nhất. API thống nhất giảm thời gian đăng ký, code tích hợp và tạo nhanh bộ dữ liệu Function Call cho LLM. 🚀
#AI #LLM #OneKey #MCP #Python #API #CôngNghệ #TríTuệNhânTạo