为什么 Python 在 2025 年如此受欢迎?
#Python #Pycharm #Datascience #Webdevelopment #Ai #Machinelearning #Pythonzhhans #Survey
https://blog.jetbrains.com/pycharm/2025/10/why-is-python-so-popular
I am now a Supporting Member of the #Python Software Foundation.
psfmember.org/python-softw...
Python Software Foundation Sup...
I am now a Supporting Member of the #Python Software Foundation.
psfmember.org/python-softw...
Python Software Foundation Sup...
Print a range of binary numbers with #Python and align right #RL
#!/usr/bin/python3
import sys
a = int(sys.argv[1])
b = int(sys.argv[2])
width = len(format(b, 'b'))
for i in range(a, b + 1):
print(format(i, f'>{width}b'))

S1 EP6 T6 - Machine Learning in Python Managing Tick Placement Intervals in Matplotlib #mathematics #visualstudio #datascience #computerscience #softwaredeveloper #machinelearning #dataengineering #algorithims #statistics #jupyterlabs #vscode #python #jupyternotebook #artificialintelligence #softwareengineer #learntocode #sql #codingbasics #linq #coding
The Toad Report #2 is out. The second update on Toad, my terminal based UI for agentic coding.
Please share!
https://willmcgugan.github.io/toad-report-2/
Released scrapy-contrib-bigexporter 1.0.0 (https://codeberg.org/ZuInnoTe/scrapy-contrib-bigexporters) - additional export formats for the webscraping framework Scrapy.
Migrated parquet export from fastparquet to pyarrow as fastparquet is deprecated (https://docs.dask.org/en/stable/changelog.html#fastparquet-engine-deprecated)
Migrated orc export from pyorc to pyarrow to reduce the number of dependencies
#scrapy #crawling #python #parquet #orc #pyarrow #webcrawling #scraping
Constellation name from stellar coordinates with #Python #RM
#!/usr/bin/python3
import sys
from astropy import units as u
from astropy.coordinates import SkyCoord, get_constellation
coord=sys.argv[1:]
co=" ".join(coord)
c=SkyCoord(co, unit=(u.hourangle,u.deg))
print(get_constellation(c,short_name=False))

"Device Listener" là một ứng dụng desktop Windows mới được phát triển bằng Python, giúp người dùng theo dõi và quản lý tập trung các thiết bị phần cứng, driver, dịch vụ và công cụ hệ thống. Một công cụ hữu ích cho quản trị viên và người dùng nâng cao!
#DeviceListener #QuảnTrịHệThống #ỨngDụngWindows #PhầnMềm #Python
#SysAdmin #WindowsApp #Software #Python
https://www.reddit.com/r/SideProject/comments/1olqjt2/system_administration_tool/
US government, being the nazis that they are, attempts to trap Python's developers into rejecting human rights. Python rejects it:
#Python, #Go, #Rust, #TypeScript and #AI with Armin Ronacher https://buff.ly/Ap1owEi

For those who curious, I'm still doing VocaDB stuff, and here's the latest (status) update. It's pretty long considering it's been months since the last update.
https://gitlab.com/Hans5958-MWS/vocadb-docs/-/wikis/updates/2025-10
#vocadb #vocaloid #opendata #python @vocadb.net@bsky.brid.gy