python

Back Open Paginator
07.01.2026 23:28
cryptadamist (@cryptadamist@universeodon.com)

i generated a simple page that complements the other #EpsteinFiles pages by just listing (and linking to) all the emails in the november #Epstein document dump in chronological order: michelcrypt4d4mus.github.io/ep

* Github: github.com/michelcrypt4d4mus/e
* PyPi: pypi.org/project/epstein-files/

#EpsteinFiles #uspol #JeffreyEpstein #uspolitics #SteveBannon #python #PyPi #Github





Show Original Post


07.01.2026 22:15
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

Học cách sử dụng Amazon Bedrock với Python (boto3) để tương tác với Claude:
- Yêu cầu: Python 3.9+, tài khoản AWS có Bedrock, cấu hình credentials
- Cài đặt: `pip install boto3`
- Code mẫu: Sử dụng `bedrock-runtime` gửi prompt, nhận kết quả dạng stream
Ứng dụng hoàn hảo cho hệ thống AI, chatbot và dự án điện toán đám mây!
#AmazonBedrock #Python #Boto3 #Claude #AI #CloudComputing #TríTuệNhânTạo #MáyHọc #LậpTrìnhPython

dev.to/fernando_gutierrez_ad99




Show Original Post


07.01.2026 22:14
peterdrake (@peterdrake@mstdn.social)

What's your package of choice for a simple #Python GUI (buttons, text areas, scrollbars, that sort of thing)?

I'll open the bidding with Tkinter.




Show Original Post


07.01.2026 22:00
dalke (@dalke@toots.nu)

#python pip setuptools told me "Please use a simple string containing a SPDX expression for `project.license`" with pointer to packaging.python.org/en/latest and advice to use setuptools>=77

I had: license = {file = "LICENSE", content-type = "text/plain"}

The docs focus on FOSS licenses, not proprietary ones like mine. After some head-scratching I realized I should use license = "LicenseRef-ChemfpBase-1.3", not "LicenseRef-Proprietary" shown in an example.

Also added license-files = ["LICENSE"]




Show Original Post


07.01.2026 21:40
blotosmetek (@blotosmetek@circumstances.run)

@Reuven Now is there any advantage of using fromkeys rather than d = { k: 0 for k in 'abc' } which obviously works for [] as well?
#python




Show Original Post


07.01.2026 21:19
itamarst (@itamarst@hachyderm.io)

We unit test code's correctness—so why not unit test performance as well?

Having thought about the problem a little, here's my suggestion for a first step: testing big-O scalability.

pythonspeed.com/articles/big-o

#python




Show Original Post


07.01.2026 21:02
zalt (@zalt@mastodon.social)

How NumPy teaches us to pad smart isn’t just about adding zeros to arrays; it’s about designing padding that stays flexible, predictable, and clean.

Read More: zalt.me/blog/2026/01/numpy-pad





Show Original Post


07.01.2026 20:57
isazajuancarlos (@isazajuancarlos@mastodon.social)

Potencia tu negocio con un abogado experto en tecnología y programación. Asesoría legal en Tech + soluciones Python y NiceGUI para tu empresa. Transformación digital garantizada.

🔗 xiliux.com





Show Original Post


07.01.2026 20:55
t_kalinowski (@t_kalinowski@fosstodon.org)

Announcing two new packages: `yaml12` for R and `py-yaml12` for Python.
Fast, correct, and safe YAML 1.2 parsing and emitting, built in Rust.

R: posit-dev.github.io/r-yaml12/
Python: posit-dev.github.io/py-yaml12/

#rstats #python #yaml




Show Original Post


07.01.2026 20:41
treyhunner (@treyhunner@mastodon.social)

Speaking of the json module's command-line interface, you can now run it with python-m json instead of python-m json.tool

Read more 👉 trey.io/flfwr9




Show Original Post


07.01.2026 20:40
ENTERCO (@ENTERCO@mastodon.social)

Microsoft lanza un certificado profesional en Python con inscripción gratuita 🐍

enter.co/chips-bits/microsoft-




Show Original Post


07.01.2026 19:52
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Show HN: Seapie – a Python debugger where breakpoints drop into a REPL

github.com/hirsimaki-markus/se




Show Original Post


1 ...694 695 696 697 698 699 700 701 702 703 704 ...1583
UP