python

Back Open Paginator
01.11.2025 22:10
pycharm (@pycharm@techhub.social)

为什么 Python 在 2025 年如此受欢迎?
#Python #Pycharm #Datascience #Webdevelopment #Ai #Machinelearning #Pythonzhhans #Survey

blog.jetbrains.com/pycharm/202




Show Original Post


01.11.2025 19:21
r (@r@fed.brid.gy)

I am now a Supporting Member of the #Python Software Foundation. psfmember.org/python-softw...

Python Software Foundation Sup...




Show Original Post


01.11.2025 19:21
r (@r@bsky.brid.gy)

I am now a Supporting Member of the #Python Software Foundation. psfmember.org/python-softw...

Python Software Foundation Sup...




Show Original Post


01.11.2025 19:03
linuxgal (@linuxgal@techhub.social)

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'))





Show Original Post


01.11.2025 19:03
TechKeysX (@TechKeysX@mastodon.social)

S1 EP6 T6 - Machine Learning in Python Managing Tick Placement Intervals in Matplotlib





Show Original Post


01.11.2025 18:56
willmcgugan (@willmcgugan@mastodon.social)

The Toad Report #2 is out. The second update on Toad, my terminal based UI for agentic coding.

Please share!

willmcgugan.github.io/toad-rep




Show Original Post


01.11.2025 17:38
jornfranke (@jornfranke@mastodon.online)

Released scrapy-contrib-bigexporter 1.0.0 (codeberg.org/ZuInnoTe/scrapy-c) - additional export formats for the webscraping framework Scrapy.

Migrated parquet export from fastparquet to pyarrow as fastparquet is deprecated (docs.dask.org/en/stable/change)

Migrated orc export from pyorc to pyarrow to reduce the number of dependencies

#scrapy #crawling #python #parquet #orc #pyarrow #webcrawling #scraping




Show Original Post


01.11.2025 17:33
linuxgal (@linuxgal@techhub.social)

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))





Show Original Post


01.11.2025 17:18
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

"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

reddit.com/r/SideProject/comme




Show Original Post


01.11.2025 16:58
ezlin (@ezlin@gamepad.club)

US government, being the nazis that they are, attempts to trap Python's developers into rejecting human rights. Python rejects it:

youtu.be/aLSog92nyAU

#python #uspol




Show Original Post


01.11.2025 16:46
silpol (@silpol@floss.social)

#Python, #Go, #Rust, #TypeScript and #AI with Armin Ronacher buff.ly/Ap1owEi





Show Original Post


01.11.2025 16:28
Hans5958 (@Hans5958@mastodon.social)

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.

gitlab.com/Hans5958-MWS/vocadb

@vocadb.net@bsky.brid.gy




Show Original Post


1 ...1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 ...1564
UP