#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
"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.
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.
@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)
@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 š¤·)
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?
Rust Shined Over Python for My CLI Tool https://lobste.rs/s/4ji19h #python #rust
https://smiling.dev/blog/rust-shined-over-python-for-my-cli-tool/
š 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!
šļø https://2026.pycascades.com/

Here is my lecture on EM plane waves for #electrodynamics #physics. Yes, I include a #python model for a plane wave
Here is circularly polarized wave - from #electrodynamics #physics using #python
Roblox is hiring Senior QA Engineer, Game Engine
š§ #cplusplus #python #cicd #seniorengineer
š San Mateo, California
ā° Full-time
š¢ Roblox
Job details https://jobsfordevelopers.com/jobs/senior-qa-engineer-game-engine-at-roblox-com-dec-22-2025-4cf16f?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
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
