Kushal Das has finally discovered that #kids using #Scratch aren't "real" programmers because they aren't typing code like the grown-ups. 🤔 So, he invented #EktuPy, the revolutionary way to move blocks... but this time on the left side of the screen! 🤯 #Python has never been so left-heavy. 😂
https://kushaldas.in/posts/introducing-ektupy.html #Programming #Innovation #Coding #HackerNews #ngated
Moving Scratch generation to Python on browser
https://kushaldas.in/posts/introducing-ektupy.html
#HackerNews #Moving #Scratch #generation #to #Python #on #browser #Scratch #Python #webdevelopment #HackerNews #programming
FastAPI common mistakes #1 – Right order #python #fastapi #api #huggingface
source
https://quadexcel.com/wp/fastapi-common-mistakes-1-right-order-python-fastapi-api-huggingface/
Published my first PyPI package today, called lafleur.
#lafleur is a specialized CPython JIT fuzzer that uses a coverage-guided, evolutionary approach. It executes test cases, observes their effect on the JIT's state by analyzing verbose trace logs, and uses that feedback to guide its mutations, becoming smarter at finding interesting code paths over time.
Let me know if you use it or have any questions.
https://pypi.org/project/lafleur/
https://github.com/devdanzin/lafleur
#Python #CPython #fuzzer #fuzzing #JIT
Ja. Ja. Ja.
No encontré manera "menos peor" de cerrar ciclos "for" anidados. Pero no me lamento por eso, me lamento que haya tenido q anidarlos ![]()

Moving Scratch generation to Python on browser
https://kushaldas.in/posts/introducing-ektupy.html
I have just uploaded a new video about example source code and output for the secant (1/cosine) function using the #MatPlotLib and #NumPy modules of the #Python programming language, version 3.12.3:
https://youtube.com/shorts/2QLmxRwA4c0?feature=share
I have just uploaded a new video about example source code and output for the tangent function using the #MatPlotLib and #NumPy modules of the #Python programming language, version 3.12.3:
https://youtube.com/shorts/hDPc_iXDpuQ?feature=share
I have just uploaded a new video about example source code and output for the cosine function using the #MatPlotLib and #NumPy modules of the #Python programming language, version 3.12.3:
https://youtube.com/shorts/MUvzLEkDZEM?feature=share
I have just uploaded a new video about example source code and output for the sine function using the #MatPlotLib and #NumPy modules of the #Python programming language, version 3.12.3:
https://youtube.com/shorts/0XRElZax7Sc?feature=share
Released eglot-python-preset for Emacs: bridges the gap between uv's PEP-723 script environments and your LSP. No more "missing import" errors when using uv run with inline dependencies.
Supports ty and basedpyright. Now on MELPA.
https://mwolson.org/blog/2026-01-11-announcing-eglot-python-preset/ #emacs #python #programming
Binary partitioning with k-d trees is silly amazing. And with OSM data in radians and pretending the planet is a perfect sphere, scikit-learn's BallTree works wonderfully for quickly finding things nearby some reference point.
Like how far away the nearest bicycle_parking is for every building in a city.
#IMadeAThing #python #osm #overpassql