python

Back Open Paginator
13.03.2026 22:55
r (@r@fed.brid.gy)

#publicsector friends using #python, you might enjoy Great Tables! And if in #RStats, the equivelant is the gt package. Gov loves their tables 😜

RE: https://bsky.app/profile/did:plc:7gygvhegj2i2q2ebjqozbkkd/post/3mgxbgteowc2a




Show Original Post


13.03.2026 22:54
phildini (@phildini@wandering.shop)

"I'm mad as hell and I'm not going to take it anymore"

The number of people I know who have given of their time and energy and brainpower to #python and yet didn't get @pycon travel grants, while the modern AI companies built on Python are taking multi-billion rounds, is disgusting.

This is not @ThePSF's fault, this is the fault of the sponsor community.

Next week begins my social media name-and-shame campaign, starting with blowing up my linkedin.




Show Original Post


13.03.2026 22:44
yantor3d (@yantor3d@mas.to)

Somehow, a bug in our #python code - that a data checksum would return a different value for the same data in different Python processes - went undetected for six years.

hash() considered dangerous.

Whelp.




Show Original Post


13.03.2026 22:17
diazona (@diazona@techhub.social)

@librico I think what makes the difference here is declaring the parameter to the lambda function. That is, `lambda:` versus `lambda i:`. (But you'd get an error if you had the parameter without giving it a value somehow)

#Python




Show Original Post


13.03.2026 22:13
diazona (@diazona@techhub.social)

@roguefoam I normally use just a text editor and terminal, but lately I've had some good experiences with PyCharm. I don't think any particular IDE stands out as *the* thing to use, though - just find what you like.

pyenv is great, I use it as well, although it takes some getting used to having to make sure you have the right #Python interpreter and virtual environment activated. Having a shell prompt or something that displays the active environment is a good idea. I also use pipx for installing Python development tools, and typically hatch, pdm, and/or tox for project development. Lots of people these days are using uv to do all these things so you might like to start with that.

Don't install packages globally, always use venvs. (In case you didn't know 🤷)




Show Original Post


13.03.2026 22:00
roguefoam (@roguefoam@polymaths.social)

Despite my much bigger preference for Go, I’m currently doing a project that’s forced me into Python and may be entering an opportunity that would have me working in Python a good chunk of the time.

I’m curious what people’s dev environments look like for #Python work.

Right now I use Zed as my every day code editor and the default LSP setup it comes with - not a fan of how it handles indenting currently but haven’t dug too deep to improve it. I’ve also started using pyenv (current project has a library that doesn’t support 3.14) and am letting that handle venv things.

What should I look into to improve the setup for working on more Python projects? Any suggestions?




Show Original Post


13.03.2026 22:00
lobsters (@lobsters@mastodon.social)

Rust Shined Over Python for My CLI Tool lobste.rs/s/4ji19h
smiling.dev/blog/rust-shined-o




Show Original Post


13.03.2026 21:12
pycascades (@pycascades@hachyderm.io)

šŸ“ PyCascades 2026 is next week! šŸ’œšŸ

We’re excited to welcome the community to our venue:
SFU Harbour Centre in Vancouver.

See you March 20–23!

šŸŽŸļø 2026.pycascades.com/

#Python #PyCascades





Show Original Post


13.03.2026 21:08
rhettallain (@rhettallain@mastodon.social)

Here is my lecture on EM plane waves for . Yes, I include a model for a plane wave

youtu.be/260PsZEiFuE




Show Original Post


13.03.2026 21:08
rhettallain (@rhettallain@mastodon.social)

Here is circularly polarized wave - from using





Show Original Post


13.03.2026 21:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Roblox is hiring Senior QA Engineer, Game Engine

šŸ”§ #cplusplus #python #cicd #seniorengineer
šŸŒŽ San Mateo, California
ā° Full-time
šŸ¢ Roblox

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


13.03.2026 21:02
librico (@librico@mastodon.online)

Today I learned: Using variables in Python lambdas is weird

Apparently they store the variable names and not the values. Like a reference, even for primitives. But if you supply the value as a default argument, it works as intended.

#python #programming #programmerhumor #TIL





Show Original Post


1 ...331 332 333 334 335 336 337 338 339 340 341 ...1593
UP