python

Back Open Paginator
05.05.2024 09:29
ptmcg (@ptmcg@fosstodon.org)

And, the 1000th pyparsing question was just posted on SO, and it's a nice one! Plus, it was answered by 31-rep user aRTy! (with only a slight bug in their answer, but they had the right idea) stackoverflow.com/questions/78 #pyparsing #python




Show Original Post


05.05.2024 09:24
HelPy (@HelPy@fosstodon.org)

The #HelPy group now has over 2,000 members! See you on Tuesday at #Zalando!

meetup.com/helpy-meetups/event

If you'd like to give a talk or help host a future event, please get in touch:

helsinki-python.github.io
#Helsinki #Python #meetup





Show Original Post


05.05.2024 09:19
python_discussions (@python_discussions@mastodon.social)

A couple of system checks I wrote this week...

w4t.pw/es

Discussions: discu.eu/q/https://w4t.pw/es




Show Original Post


05.05.2024 09:09
wingware (@wingware@masto.ai)

Wing Python IDE version 10.0.4 has been released with fixes for issues affecting Python 3.12 debugging, and other improvements: wingware.com/news/2024-05-02 #python #pythonprogramming





Show Original Post


05.05.2024 07:43
mgorny (@mgorny@social.treehouse.systems)

This function has a certain XKCD#221 vibe to it. Perhaps the package originates from Debian? (remember CVE-2008-0166?)

github.com/ashvardanian/SimSIM
xkcd.com/221/

#Python #Gentoo #WTF




Show Original Post


05.05.2024 07:43
mgorny (@mgorny@pol.social)

Ta funkcja ma w sobie coś z XKCD#221. Może pochodzi z Debiana? (pamięta ktoś jeszcze CVE-2008-0166?)

github.com/ashvardanian/SimSIM
xkcd.com/221/

#Python #Gentoo #WTF




Show Original Post


05.05.2024 06:32
pineiden (@pineiden@chilemasto.casa)

Clase 4 Curso de Programación con #python
youtube.com/watch?v=8n54akQylo




Show Original Post


05.05.2024 05:01
Lexcoder (@Lexcoder@fosstodon.org)

Planned to code this winter but lacked ideas. Considering redeveloping my old Java Encrypted IP to IP Chat program to #Python with advanced encryption.

#opensource




Show Original Post


05.05.2024 03:24
diazona (@diazona@techhub.social)

@RomanOnARiver Makes sense, and I think if you create the pyproject.toml file and put the right things in it to make your app pip-installable, then there are tools that can generate deb packages from that, and probably Flatpak/snap packages too. (I'm speculating here since I haven't actually done this, but I know a lot of pip-installable Python packages do get turned into deb packages so I bet there's a streamlined process for it.)

#Python




Show Original Post


05.05.2024 03:19
python_discussions (@python_discussions@mastodon.social)

drf-simple-api-errors - Fixing Django Rest Framework API error messages

github.com/gripep/drf-simple-a

Discussions: discu.eu/q/https://github.com/




Show Original Post


05.05.2024 03:01
diazona (@diazona@techhub.social)

@RomanOnARiver Well if your program imports wxPython then yeah the user does need wxPython on their computer (or technically some package that provides wxPython) if they're going to run that code. They just don't need it *separately*. With PyInstaller I'm guessing it builds wxPython into the package along with your own app. If you make a pip-installable package, on the other hand, that package doesn't bundle in wxPython, but when the user installs your app using a command like `pipx install HotShawarma`, the installer will go out and find wxPython and all the other dependencies and install them along with your app. Then the user will be able to run your app by clicking something or running a CLI command or whatever is appropriate for that system, as long as you put the right stuff in the pyproject.toml file to define the command.

#Python




Show Original Post


05.05.2024 02:48
villares (@villares@pynews.com.br)

WIP Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
I really need your support to keep going, if you can, donate any amount at: paypal.com/donate/?hosted_butt #Processing #Python #py5





Show Original Post


1 2 3 4 5 6 7 ...285
UP