mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

12K
active users

#batteriesincluded

0 posts0 participants0 posts today

Das Leben beginnt erst richtig mit 80…

Eines der größten Mankos des Commodore C64 ist die Anzeige von nur 40 Zeichen pro Zeile. Darunter litten vor allem Textverarbeitungsprogramme. Doch mit entsprechenden Erweiterungskarten wurde schon früh Abhilfe geschaffen. Diesmal geht es um den B.I.-80 Display Adapter von Batter…

#80Spalten #B.I.80 #BatteriesIncluded #BI80 #c64 #Cartridge #commodore #Commodore64 #Erweiterungsport #Nachbau

dirkwouters.de/bi-80-cartridge/

Dnes jsem poprvé použil docs.python.org/3/library/grap a ušetřilo mi to spoustu práce!

Vyvíjím #juniorguru a mám slovník, kde klíče jsou názvy „jobů“ a hodnoty jsou seznamy názvů jejich závislostí (jiných „jobů”). Dva řádky kódu a mám pořadí, v jakém bych to celé měl spustit, abych závislosti dodržel. Nemusel jsem instalovat networkx nebo něco, nemusel jsem si to programovat. #python #batteriesincluded

Python documentationgraphlib — Functionality to operate with graph-like structuresSource code: Lib/graphlib.py Exceptions: The graphlib module defines the following exception classes:

As the August reaches its end, so does Blaugust. I reached my goal of 31 posts in 31 days but it wasn't without some tough times and challenges.

With this retrospective, I wrap up this year's Blaugust and return to my regular schedule with blogging.

Thanks for everyone who's been part of this journey and who has commented, discussed, taught me new things and supported my journey.

hamatti.org/posts/blaugust-202

Juha-Matti Santala - Community Builder. Dreamer. Adventurer. · Blaugust 2024 retrospectiveAnother Blaugust finished with 31 posts in 31 days. I got to share my love for Python and its standard library over a series of posts that hopefully inspired readers to learn something new.

Batteries included blog series wraps up today with a book recommendation. It's been a fun (and challenging) month to write about Python's standard library.

Tomorrow is time for reflection and retrospection but until then, here are my thoughts on Fluent Python, a great book for all Pythonistas.

hamatti.org/posts/book-recomme

Juha-Matti Santala - Community Builder. Dreamer. Adventurer. · Book recommendation: Fluent Python (2nd Edition)Fluent Python is one of the best - if not the best - Python books and will help you become better at writing pythonic code.

I use Python's interactive REPL all the time: to experiment, to build new features, to run one-off operations and to debug issues.

You can make it even more powerful if you bring your own PYTHONSTARTUP script with you to set up your environment exactly as you want.

hamatti.org/posts/bring-your-c

Juha-Matti Santala - Community Builder. Dreamer. Adventurer. · Bring your custom toolkit to REPL sessionsYou can bring in your favourite tooling and most used imports to every REPL session with environment variable PYTHONSTARTUP.