python

Back Open Paginator
11.02.2026 18:25
hugovk (@hugovk@mastodon.social)

Coming soon to Python 3.15: frozendict

The Steering Council has just accepted @vstinner and @dongheena's PEP 814 "Add frozendict built-in type".

discuss.python.org/t/pep-814-a

peps.python.org/pep-0814/




Show Original Post


11.02.2026 18:17
cheukting_ho (@cheukting_ho@fosstodon.org)

After almost a year of planning - we can finally announce that we can bring #free #Python #conference to everyone in the world:

📺 Live on YouTube
🗓 March 4, 2026
⏰ 11:00 am – 6:30 pm CET

Save the date: jb.gg/pytv

#online #ai #tech #oss
jb.gg/pytv




Show Original Post


11.02.2026 18:09
feed (@feed@feedsin.space)

Python 3.15.0a6

Release date: 2026-02-11 15:26:44+00:00

python




Show Original Post


11.02.2026 18:06
philcoffeejunkie (@philcoffeejunkie@social.tchncs.de)

Underrated tech stack: A simple #python script that generates a static HTML page (you can even use jinja2 if you want)




Show Original Post


11.02.2026 18:01
Anarcat (@Anarcat@kolektiva.social)

Securing registration email anarc.at/blog/2019-03-20-locki #debian-planet #security #python-planet #linux #passwords #hack #sieve #syncmaildir #email




Show Original Post


11.02.2026 17:50
CodenameTim (@CodenameTim@mastodon.social)

Need something to watch over lunch? Consider @kojoidrissa's talk, "Privilege Arbitrage".

better-simple.com/lunch-talks/

This talk covers using the systemic differences in technical communities that create privilege to improve your communities.

#LunchTalks #Python #Django




Show Original Post


11.02.2026 17:45
hugovk (@hugovk@mastodon.social)

🐍🅰️ Out now, Python 3.15 alpha 6!

PEP 799: A high-frequency, low-overhead, statistical sampling profiler
PEP 798: Unpacking in comprehensions with * and **
PEP 686: Python now uses UTF-8 as the default encoding
PEP 782: A new PyBytesWriter C API to create a Python bytes object
PEP 728: TypedDict with typed extra items
The JIT compiler has been significantly upgraded with up to 7-8% speedup

🧊 Just two more alphas until the feature freeze! 🧊

discuss.python.org/t/python-3-




Show Original Post


11.02.2026 17:40
pycharm (@pycharm@techhub.social)

Python Unplugged on PyTV – A Free Online Python Conference for Everyone
#Pycharm #Ai #Conference #Ml #Python

blog.jetbrains.com/pycharm/202




Show Original Post


11.02.2026 17:38
hackers_arise (@hackers_arise@mastodon.social)

Stop reading theory without results.

This bundle combines the Master ebook with hands-on video walkthroughs that turn recon, exploitation, AV evasion, and into practical skills you can deploy immediately:

hackersarise.thinkific.com/bun





Show Original Post


11.02.2026 17:30
Reuven (@Reuven@fosstodon.org)

Modern #Python dicts remember insertion order:

d = {'a':10, 'b':20, 'c':30}
list(d) # ['a', 'b', 'c']

d.pop('b') # remove 'b'
d['b'] = 99 # re-add 'b'
list(d) # ['a', 'c', 'b']

This applies in for loops, too!





Show Original Post


11.02.2026 17:19
Reuven (@Reuven@fosstodon.org)

How corrupt is your country? The latest index from Transparency International was just released — and in the latest Bamboo Weekly, I pose 6 #Python #Pandas challenges for you to solve with that data.

New questions every Wednesday: BambooWeekly.com





Show Original Post


11.02.2026 17:17
honeybadger (@honeybadger@honeybadger.social)

Errors are inevitable in any software, and FastAPI applications are no exception. Errors disrupt the normal flow of execution, expose sensitive information, and lead to a poor user experience.

Learn how to squash those bugs in FastAPI:

honeybadger.io/blog/fastapi-er

#Python #FastAPI




Show Original Post


1 ...500 501 502 503 504 505 506 507 508 509 510 ...1588
UP