this post was submitted on 12 Jun 2023
34 points (100.0% liked)

Python

2037 readers
1 users here now

A community for talking about the Python programming language.

founded 2 years ago
MODERATORS
 

With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.

(page 2) 21 comments
sorted by: hot top controversial new old
[–] Flaky@kbin.social 1 points 2 years ago

I need to work on refactoring a plugin I made for MusicBrainz Picard that lets you submit chosen tags (typically genres) to matching entities on the site.

[–] dirtyrig@lemmy.sdf.org 1 points 2 years ago

I am scheduled to present at Python Frederick in August. It is a Practical Business Python styled talk showing the utility of automating complex reporting with Jinja2 and docx templates. This annual report is a real world example using Jinja2.

[–] csm10495@sh.itjust.works 1 points 2 years ago

I just made a PR to fix an issue with yt-dlp where Chrome now locks its Cookies file while running.

Learned about a thing called "Shadow Copies". Basically Windows allows you to sort-of snapshot files in a volume even while in use.

[–] true_blue@sh.itjust.works 1 points 2 years ago

I haven't decided if I'll actually go through with it, but as a learning experience, I've been thinking about making little rewrites of some command line utilities (and maybe some original ones if I get any ideas) that output NestedText, instead of normal unstructured text. NestedText looks like a really cool data format. It's basically exactly what I wished Yaml was, and the reference implementation is in Python so maybe it could be fun. Plus it'd give me a reason to try out the really cool looking Typer library.

[–] carloshr@feddit.cl 1 points 2 years ago

I'm working in a personal project to create a Nitter scrapper now that twitter free api is very limited.

[–] Jakylla@sh.itjust.works 1 points 2 years ago

Currently extracting data visualizations for Tournesol project (project aiming to evaluate youtube videos by the community, giving his data open (when user allows it))

[–] imperator@sh.itjust.works 1 points 2 years ago (4 children)

For work I do a lot of ETL and data matching from multiple different sources (mostly text files extracted out of databases). St home built a library for the ebay api to pull significant others sales data so she can use it for taxes.

load more comments (4 replies)
[–] ShadowAether@sh.itjust.works 1 points 2 years ago

I do my research in python so I'm currently working on some ways to evaluate/measure generalization problems in machine learning for rotating machinary-based data (ball bearing faults atm)

load more comments
view more: ‹ prev next ›