Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

pygraz/2025-03-04-lightning-talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Lightning talks from PyGRAZ Meetup 2025-03-04

This is a collection of notes from thr presentations given and resulting discussions

Migrating Python projects to uv

Projects using poetry or classic requirements.txt can migrate to uv fairly easily by using migrate-to-uv.

Uv is the current "new hotness" in the never-ending stream of semi-working packaging solutions for Python projects. It is more performant thanks to an implementation in rust, enables to run Python tools without manually setting up a virual environment using uvx, honors the pyproject.toml, and optionally can install a Python interpreter all by itself.

Uv also checks the license classifier. So for example "BSD" will be rejected, and you have to replace it with a more specific SPDX license identifier such as "BSD-3-Clause".

Python related and local events

Python:

Local and somewhat related:

  • Elevate festival from 5th to 9th of March. Traditionally a highlight is the Netzpolitischer Abend. People who want to dig deeper into "Netzpolitik" might also be interested in the Logbuch Netzpolitik podcast or various talks from the Chaos Communication Congress.
  • Linuxtage, on 26th of April at TU Graz, Campus Inffeldgasse
  • Barcamp Graz, on 17th of May at the FH Joanneum. This is an "un-conference" with a broad set of topics. Quote:

    What topics will be covered is up to you!

    On the day of the event, the program will be created collaboratively on-site. All attendees can contribute to up to 7 parallel sessions. If you would like to give talks, workshops, discussions or presentations, you can prepare something in advance or spontaneously suggest a topic. Be sure to be on time to secure a spot on the schedule! You can then simply choose the sessions you want to attend.

  • events.graz.social, a general register of local events with strong ties to the Fediverse.

About

Lightning talks from PyGRAZ Meetup 2025-03-04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published