#PyTexasConference2026 speakers announced last night in our community!
👉 http://pytexas.org/discord
15 accepted talks for this #PyTexas 🐍 including #AI, #Python features, #security, data engineering, observability, & more!
Early bird ends Jan 19th.
Who's comin' to visit? 💛

Python Programming Language: Developing and Optimizing Performant Algorithms
To determine the shortest route between cities, an algorithm is used. If it does not work efficiently enough, it can be optimized.
#Developer #IT #Python #Softwareentwicklung #news
🌖 為什麼 DuckDB 是我資料處理的首選
➤ 從集羣回歸單機:DuckDB 如何憑藉極致速度與開發者體驗重塑數據流水線
✤ https://www.robinlinacre.com/recommend_duckdb/
隨著單機運算能力的提升,大數據集羣的時代正逐漸轉向更簡潔的高效能工具。DuckDB 作為一款開源的嵌入式 SQL 引擎,憑藉其卓越的分析效能、極簡的安裝流程以及對開發者友善的語法設計,已成為當前數據處理的首選利器。它不僅能在 Python 環境中無縫運行,更透過延遲執行與強大的擴展生態系,大幅縮短了從數據清洗到分析的開發週期,讓工程師能從繁瑣的基礎設施維護中解脫,專注於數據價值的挖掘。
+ 「DuckDB 簡直是數據科學家的救星,再也不用為了處理幾 GB 的數據去忍受 Spark 那緩慢的啟動時間了。」
+ 「對於它與 Postgres 的雙向整合感到非常興奮,這或許是解決 OLAP 與 OLTP 混合需求的終極方案。」
##數據工程 #DuckDB #SQL #數據分析 #Python
V - S1 EP17 Lab 3 - Machine Learning in Python - del vs pop Important - Difference in Python #learnpython #pythoncoding #algorithims #learntocode #machinelearningmodels #statistics #machinelearning #machinelearningtutorial #datascience #jupyternotebook #mlforbeginners #datascienceforbeginners #vscode #codingforbeginners #python #machinelearningbasics #softwaredeveloper #dataengineering #PythonForDataScience #jupyterlabs
We have updated the documentation section with references to README, CONTRIBUTING, CHANGELOG, etc.
https://python-basics-tutorial.readthedocs.io/en/latest/document/
#Python #Documentation
Mi primer CRUD con Python https://myblog.clonbg.es/mi-primer-crud-con-python/ #Programación #Python #PyQT https://clonbg.es

I am thinking about writing a short book on #Python type hinting to help me remember all the various rules and provide examples for the common and somewhat uncommon cases.
Would you be interested in that sort of thing, or do you prefer just letting AI do it?
Write to a file in #Python with open(filename, 'w').
What if filename already exists? Its contents are gone. (I hope you have backups!)
Instead, try:
open(filename, 'x')
If filename already exists, 'x' raises an exception. For new files, 'x' and 'w' are the same.

I have been using #ruff for a week and already I hate it #Python
File I - O - Manual Open vs Pathlib
File I/O - Manual Open vs Pathlib This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.
#python #coding #programming #juniordeveloper #s...
https://www.youtube.com/watch?v=XkDJO7urtHI
There's #Python PyConDE/PyConIT community voting going on this weekend.
If you've visited one of those conferences in the last years, you can vote (even if you can't come this time). By voting you can influcence which talks will be available for you to watch online later in the year - and you get a good overview on what's hot this year.
🇩🇪 https://2026.pycon.de/blog/community-voting/
🇮🇹 https://2026.pycon.it/en/voting-info
🚀 The DjangoCon US 2026 CFP is OPEN!
We’re heading BACK to Chicago and looking for talks from all experience levels.
Got an idea about Django, Python, or the web? We want to hear it!
👉 Submit here: https://pretalx.com/djangocon-us-2026/cfp
