Any other #Python developers working in restricted environments? I could use some help figuring out a process for building python packages which don't require many (or any) dependencies from #PyPI

https://stackoverflow.com/q/78974383/3070534

#Python3 #python_programming #PythonPackaging #programmingadvice

How can I build / distribute / install Python packages with limited access to packages from PyPI?

At my workplace I am not able to use pip to install packages from PyPI automatically. I'm not sure what system exactly is preventing this, but ideally I shouldn't be installing any old packages fro...

Stack Overflow
I want to learn programming and I'm trying to find a language to start in.

I want a language I can write a to do program in && something I can easily bounce onto other languages from

Anyone have any thoughts on this

#programmingadvice

Seriously #rust #rustlang #rustdev #rustprogramming people:

Use `thiserror` in library crates! Only use `anyhow` in binary crates!

Don't give your users a hard time fighting against `anhyow::Error` when using your library!

#programmingadvice #programming