this post was submitted on 31 Mar 2026
29 points (96.8% liked)

Programming

26304 readers
936 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I've been scrolling around and I'm wondering what sort of projects everyone here is working on? I have not worked on anything in awhile but I wanna see more projects and maybe that'll change haha

you are viewing a single comment's thread
view the rest of the comments
[โ€“] AstroLightz@lemmy.world 1 points 1 day ago (1 children)

I've been working on my first Python package to upload to PyPI to be used in more of my projects.

It's a lot of work compared to some of my hobbyist projects as I'm trying to be (somewhat) professional about it.

It's also my first time writing actual documentation designed for others to read. It's a lot harder than I though to write good documentation. Thankfully, sphinx helps with pulling docstrings from my code. I just wrote a Quick-Start Guide to get people started using the package.

It's fun though as I'm learning a new stack for Python package development (hatch/hatchling, ReadTheDocs, sphinx, PyPI). I'm almost done with the initial release too!

[โ€“] comrade 1 points 1 day ago

I've only worked on basic TensorFlow stuff in python but this sounds pretty similar to my first experience making a rust crate xd