python

Back Open Paginator
21.12.2025 09:41
canderson (@canderson@chaos.social)

What’s new in Python 3.15

docs.python.org/3.15/whatsnew/

#python




Show Original Post


21.12.2025 09:30
pythonjobsupport (@pythonjobsupport@mastodon.social)

Pyspark Cheat Sheet  

This PySpark Cheat Sheet image provides a quick and powerful reference for anyone working with big data, ETL pipelines, ... source

quadexcel.com/wp/pyspark-cheat




Show Original Post


21.12.2025 09:28
GripNews (@GripNews@mastodon.social)

🌖 Python 3.15 搶鮮看:效能躍升與偵錯利器
➤ 探索 Python 3.15 的效能革命與偵錯新境界
docs.python.org/3.15/whatsnew/
Python 3.15 的最新開發版本已釋出,帶來一系列重大更新。開發者將能享受到更強大的效能分析工具,包含全新的 Tachyon 取樣式 profiler,以及改進的錯誤訊息提示,特別是在處理屬性存取錯誤時。此外,Python 3.15 也將 UTF-8 設定為預設編碼,並引入了新的 C API,整體而言,這次的更新預期將大幅提升開發效率與程式執行效能。
+ Tachyon 聽起來太棒了!終於有專門的 profiler 來解決生產環境的問題了。
+ UTF-8 預設編碼真是等太久了,很高興看到這項改變。




Show Original Post


21.12.2025 09:05
hn50 (@hn50@social.lansky.name)

What's New in Python 3.15

Link: docs.python.org/3.15/whatsnew/
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


21.12.2025 08:12
PythonPeak (@PythonPeak@mastodon.social)

Tuple Addition In Python

Can you guess? Adding tuples in Python creates something special. See (1, 2) + (3, 4) in action!

youtube.com/watch?v=XsaO7xEfMwo




Show Original Post


21.12.2025 07:43
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

What's New in Python 3.15

docs.python.org/3.15/whatsnew/




Show Original Post


21.12.2025 07:32
pustam_egr (@pustam_egr@mathstodon.xyz)

Symbolic Regression was initially developed in the 70's and reshaped in the early '90s by John Koza. Its innovation is that instead of fitting the parameters of a predefined equation (model) to the data, the algorithm creates the equation itself, from scratch.

To do so, symbolic regression in its most recent variants uses genetic algorithms to traverse a vast search space of candidate equations. This results in models that can be very complex yet interpretable, potentially uncovering complex relationships that may contribute to new scientific discoveries.

Despite the inherent limitations of efficiently searching such vast spaces, experiments have yielded very promising results in rediscovering complex, previously known mathematical equations.

GPU acceleration and more sophisticated search strategies have further expanded the capabilities of this method.

Link to the Python PySR package
pypi.org/project/pysr/

Wikipedia article:
en.wikipedia.org/wiki/Symbolic

#datascience #ml #ai #python #rstats #regression #symbolicregression





Show Original Post


21.12.2025 05:59
mnvr (@mnvr@mastodon.social)

The "axes" returned by matplotlib.pyplot's subplots function is a plural of "ax", not of "axis"

This was confusing me until now; I thought I was getting arrays of "axis", which didn't make sense - how can I plot onto a single axis?

But what I'm getting is instead an "axis-pair" (which is what's called an "ax"). And I might choose to have multiple subplots in the **Figure**, so I get multiple "ax"-s, a.k.a "axes".

fig, ax = plt.subplot() # singular
fig, axs = plt.subplots(2) # plural





Show Original Post


21.12.2025 05:51
admin (@admin@mstdn.feddit.social)

在Headless环境完成Last.fm Web 授权

ghost.feddit.social/completing

#blog #博客 #headless #debian #lastfm #authentication #python




Show Original Post


21.12.2025 03:50
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


21.12.2025 03:04
requiem (@requiem@masto.hackers.town)

For the book, I'm re-writing some #Golang programs in #Python, specifically #MicroPython.

I'm having a really great time just hacking on useful little programs again.

Aside from using it with microcontrollers, MicroPython is a lot of fun to work with on a regular computer as well. It reminds me of what Python used to be like, before dependency and version hell...

#codeworker




Show Original Post


21.12.2025 02:16
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

🎉 Ra mắt mkarchi v0.1.6 - Sẵn sàng sử dụng! 🚀
Tạo cấu trúc dự án từ AI → định dạng chia sẻ dễ dàng!
✅ Đã kiểm thử kỹ lưỡng
Tạo dự án mới: `mkarchi apply structure.txt`
💡 Người dùng khen: "Tiết kiệm thời gian", "Đơn giản, nhanh, hoạt động hoàn hảo"
Cài đặt: `pip install mkarchi`
Bạn sẽ tạo gì với mkarchi? Comment bên dưới! 👇
#mkarchi #Python #DevTool #AI #Programming #CôngCụLậpTrình #AI #Python #LậpTrình

dev.to/soufyanrachdi/announcin




Show Original Post


1 ...784 785 786 787 788 789 790 791 792 793 794 ...1578
UP