python

Back Open Paginator
14.08.2025 00:34
djangocon (@djangocon@fosstodon.org)

🎉 Meet the amazing people joining us at DjangoCon US 2025! Our "Getting to Know Folks" series features pre-conference interviews with first-time attendees, organizers, speakers, and long-time community members. They sharing their Django journeys and what excites them most about this year's conference.
Read their stories and get inspired! 👇

2025.djangocon.us/news/getting

#DjangoCon #DjangoConUS2025 #Django #Community #WebDev #Python




Show Original Post


14.08.2025 00:08
chmouel (@chmouel@fosstodon.org)

Running uv and pre-commit in a container (like on github actions), it looks simple but yet it took me many iterations to get there (i am sure someone may mentions a better way)

python3 -mpip install -U uv
uv sync
export PATH="$PATH:$(pwd)/.venv/bin"
uv add pre-commit ruff pylint
.venv/bin/pre-commit run -a

#github #Python #ci #precommit




Show Original Post


13.08.2025 23:52
treyhunner (@treyhunner@mastodon.social)

In the 1960s, teleprinters used a carriage return (CR) to move the printhead back to the beginning of the line, and they used a line feed (LF) to move to the next line.

Read more 👉 trey.io/ca0qyn





Show Original Post


13.08.2025 22:54
Tesseks (@Tesseks@mastodon.social)

1/?

Trying to make a text adventure game.

It's really simple. You travel to all of these different places in a village and you basically interact with things by typing commands.

The aim of the game is to prepare for an adventure by obtaining items. The game ends when the player leaves the village. The score is based upon the amount of items and gold and good deeds completed.

I got the idea from the ZX Spectrum game Attic Attac.




Show Original Post


13.08.2025 22:54
somebitslinks (@somebitslinks@tech.lgbt)

pyx for Python: Company is starting a commercial package repository as an alternative to PyPI
simonwillison.net/2025/Aug/13/
#python #astral #pypi #pyx #vc #uv #+




Show Original Post


13.08.2025 22:30
makerspace (@makerspace@mastodon.social)

Want to have more fun with your drone? Martin Mohr shows you how to program the DJI Ryze Tello drone with Python
makerspace-online.com/programm





Show Original Post


13.08.2025 22:11
EveryDevAI (@EveryDevAI@mastodon.social)

Codeflash @codeflashAI

AI finds Python bottlenecks, accelerates them, and checks correctness. Used in Pydantic, Roboflow, Langflow, and Albumentations—real PRs and improvements. everydev.ai
everydev.ai/tools/codeflash




Show Original Post


13.08.2025 22:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Brex is hiring Data Scientist, Marketing

🔧 #python #sql
🌎 Sao Paulo, Brazil
⏰ Full-time
🏢 Brex

Job details jobsfordevelopers.com/jobs/dat
#jobalert #jobsearch #hiring




Show Original Post


13.08.2025 21:48
ThePSF (@ThePSF@fosstodon.org)

The supplemental August edition of the PSF Grants Program Office Hour is kicking off shortly 🐍📋 4 PM EST, 8 PM UTC. We welcome you to join us if you have any PSF Grant related questions, including feedback about the programs pause, as well as its future! #python
pyfound.blogspot.com/2024/02/i




Show Original Post


13.08.2025 21:40
hn50 (@hn50@social.lansky.name)

PYX: The next step in Python packaging

Link: astral.sh/pyx
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


13.08.2025 21:17
GripNews (@GripNews@mastodon.social)

🌗 Pyx:Python 套件管理的下一個里程碑
➤ 體驗 Python 套件管理的極致效能與安全性
astral.sh/pyx
Pyx 是由 uv 的開發團隊推出的一款原生 Python 套件註冊中心,旨在大幅提升套件安裝的速度,並提供更安全、更現代化的解決方案。它透過優化後的套件成品和 uv 原生的中繼資料 API,能比現有私有註冊中心快上十倍。Pyx 亦支援建立專屬的索引 URL,可依據熱門度、發布時間、漏洞等條件過濾套件,並能編碼客製化的合規規則,確保伺服器端的建置可重複。此外,Pyx 具備 GPU 感知能力,能根據硬體自動提供 PyTorch、vLLM 等套件的預先建置版本,並具備一致的中繼資料與最佳化配置。
+ 聽起來很令人興奮!我一直覺得現有的 Python 套件管理方案有點慢,希望 Pyx 能帶來真正的改變。
+ GPU 感知功能非常吸引人,這對於處理機器學習專案的開發者來說絕對是一大福音。
套件管理




Show Original Post


13.08.2025 20:55
lobsters (@lobsters@mastodon.social)

pyx: a Python-native package registry, now in Beta via @kngl lobste.rs/s/v8eiev
astral.sh/blog/introducing-pyx




Show Original Post


1 ...1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 ...1547
UP