python

Back Open Paginator
12.02.2026 03:12
stephenblum (@stephenblum@mastodon.social)

To be an AI engineer in 2026, master Python and PyTorch.





Show Original Post


12.02.2026 02:59
pycascades (@pycascades@hachyderm.io)

๐ŸŽค Speaker Announcement
Weโ€™re excited to welcome Laura Meng to PyCascades 2026! ๐Ÿ’œ๐Ÿ

Android developer turned Solutions Engineer, exploring how tech connects to real-world impact.

๐Ÿ“… March 21โ€“22, 2026
๐ŸŽŸ๏ธ 2026.pycascades.com/

#Python #PyCascades





Show Original Post


12.02.2026 02:57
offby1 (@offby1@wandering.shop)

The #HugoAwards nominations opened today. For the third year in a row, I'm proud to be responsible for making the software that you'll use to nominate and vote, which is open source and free software.

It is built on #Python and #Django. I don't take donations for my work, but the foundations behind those libraries (and the others that NomNom depends on) certainly do!

Consider a donation to Django (djangoproject.com/fundraising/) or the PSF (python.org/psf/donations/) to support my work!




Show Original Post


12.02.2026 02:55
villares (@villares@pynews.com.br)

Find the sketch-a-day archives and tip jar at: abav.lugaralgum.com/sketch-a-d
Code for this sketch at: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding





Show Original Post


12.02.2026 02:49
unicorn (@unicorn@fosstodon.org)

โœจ Just released version 0.65.0 of Unicorn! ๐Ÿฆ„

Features:
- Escape single quotes in Unicorn.call() args
- Auto init components via MutationObserver
- Support redirect from mount()

Fixes:
- `IndexError` when using a custom setter method with $event.target.value
- Correct debounce behavior with delay
- Prevent poll from overwriting many-to-many fields

All from @amoateng ๐Ÿ™Œ

๐Ÿ“– django-unicorn.com
๐Ÿ“ฆ pypi.org/project/django-unicor
๐Ÿ› ๏ธ github.com/adamghill/django-un

#Python #JavaScript #HTML #Django




Show Original Post


12.02.2026 02:41
hackeryarn (@hackeryarn@mastodon.social)

Just published a Python library that makes basic dictionary based numeric computation really fastโ€ฆ Like faster than numpy fast. All thanks to PyO3 and Rust. github.com/hackeryarn/redbear

#python #rust




Show Original Post


12.02.2026 01:17
rye (@rye@ioc.exchange)

If you've never used django before I'm writing simple lessons that give you the principles first.

Check out lesson one, and then share what some of your considerations are.

There is a forum on the website and I suggest you use that.

#python #django #programming #learntoCode #webdev #systemsThink





Show Original Post


12.02.2026 01:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

ClickHouse is hiring Database Reliability Engineer - Core Team

๐Ÿ”ง #c #cplusplus #python #aws #azure #gcp #sql
๐ŸŒŽ Remote; Germany
โฐ Full-time
๐Ÿข ClickHouse

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




Show Original Post


12.02.2026 00:53
treyhunner (@treyhunner@mastodon.social)

Python Tip #42 (of 365):

Avoid manually merging dictionaries. Use "a | b" instead.

Need to merge dictionaries together?

context = {"language": "en", "timezone": "UTC"}
more_context = {"title": "Home", "breadcrumbs": ["Home"]}

The dictionary update method will update one dictionary to include items from another:

context.update(more_context)

But we often "merge" dictionaries by making new ones instead of updating existing ones.

๐Ÿงต(1/4)




Show Original Post


12.02.2026 00:49
splitcells (@splitcells@fosstodon.org)

The 2nd implementation of the repo process is now up and running ๐Ÿท

codeberg.org/splitcells-net/ne

codeberg.org/splitcells-net/ne

#Python #OpenSource




Show Original Post


11.02.2026 23:54
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Text classification with Python 3.14's ZSTD module

maxhalford.github.io/blog/text




Show Original Post


11.02.2026 23:44
sayzard (@sayzard@mastodon.sayzard.org)

Andrej Karpathy (@karpathy)

์ƒˆ๋กœ์šด ์•„ํŠธ ํ”„๋กœ์ ํŠธ๋กœ GPT์˜ ํ•™์Šต๊ณผ ์ถ”๋ก ์„ ์˜์กด์„ฑ ์—†๋Š” ์ˆœ์ˆ˜ ํŒŒ์ด์ฌ 243์ค„๋กœ ๊ตฌํ˜„ํ–ˆ๋‹ค๋Š” ๋ฐœํ‘œ์ž…๋‹ˆ๋‹ค. ์ž‘์„ฑ์ž๋Š” ์ด๊ฒƒ์ด ํ•„์š”ํ•œ ์•Œ๊ณ ๋ฆฌ์ฆ˜์˜ ์™„์ „ํ•œ ๋‚ด์šฉ์ด๋ฉฐ, ๋‚˜๋จธ์ง€๋Š” ํšจ์œจ์„ฑ ๊ด€๋ จ ๋ถ€๊ฐ€ ์š”์†Œ์ผ ๋ฟ์ด๋ผ๊ณ  ์ฃผ์žฅํ•˜๋ฉฐ ๋งค์šฐ ๊ฐ„๊ฒฐํ•œ ๊ต์œกยท์ถ”๋ก  ๊ตฌํ˜„์„ ์ œ์‹œํ–ˆ์Šต๋‹ˆ๋‹ค.

x.com/karpathy/status/20216944

#gpt #python #opensource #tinyllm




Show Original Post


1 ...497 498 499 500 501 502 503 504 505 506 507 ...1588
UP