Oxyde – Pydantic-native async ORM with a Rust core
https://github.com/mr-fatalyst/oxyde
#HackerNews #Oxyde #Pydantic #ORM #Rust #async #Python #developer #tools
#tic80 website might be mad at me.. Maybe you're only allowed so many crashes a day? Fine. I'll do stuff in #Python Tkinter!
I just tested several of my main add-ons with the 5.1 release candidate and ... next to no errors? Awesome!
nView tests are still waiting for Blender's pypi release, so we'll see with that one. The only error I found was with BLint because of the move to Python 3.13 (can't manipulate locals() directly anymore, dangit).
I was considering making a video on upgrading to 5.1, but if these are all fine, I may have to think of something else.
Sneaky little release of yapping
https://pypi.org/project/yapping/
Python Tip #75 (of 365):
Don't use the string split() method for splitting lines. Use the splitlines() method instead.
Instead of calling split with "\n":
lines = poem.split("\n")
Use the splitlines method:
lines = poem.splitlines()
The string splitlines method will:
• Trim a trailing newline (if there is one)
• Split by "\r\n", "\n", or "\r"
More on splitlines: https://pym.dev/splitlines/
This week's daily tips are all about string methods in Python.
Season 1 Lesson 9 Part 2 - Your First Steps Python Zfill Explained Fast Zero Padding Numbers Easily #pythonprogramming #learncoding #softwaredeveloper #codingtutorial #jupyternotebook #dataengineer #pythoncode #dataanalysis #softwarengineer #python
functools.partial
https://makertube.net/w/a35LMTmTLUd4RG22Fq9uAC
Modelo de dados em Python #short
https://makertube.net/w/pTryFL2k3XWnyFAXpZd6xj
Serialização em Python
https://makertube.net/w/i8oCPz5t93V98oTnva8ERc
fun typing conformance tests for python typecheckers
https://pyrefly.org/blog/typing-conformance-comparison/
The Sine Planet
https://makertube.net/w/s1YpTaGGdWcGiVwa2tAfzV
BlogMore v1.16.0; now with a bit more control over some sidebar stuff.
https://blog.davep.org/2026/03/16/blogmore-1-16-0.html
#python #programming #ssg #blogging #ai #copilot