To prioritize sidewalk funding, it's useful to know where there's pedestrian demand. Walk Potential calculates this by analyzing how many of 20 different categories of amenities are within a 10-minute walk.
I'm in the process of releasing Walk Potential as a plugin for the QGIS, a free desktop QGIS app. This will make it easier for people to try it out and use.
Demo video: https://urbanists.video/w/ifWGYRor1Zwa5x9ZM9PQ79
Context: https://mark.stosberg.com/new-software-to-calculate-walk-potential-for-cities/
#UrbanPlanning #mapping #Python #qgis #osm
Demo of QGIS plugin to calculate Walk Potential
https://urbanists.video/videos/watch/8bc17bee-c8b4-478d-a32b-0f2bf00dbe5c
Model Context Protocol (MCP) Curriculum for Beginners
#MCP #AI #ArtificialIntelligence #Dotnet #python #Java, #javascript, #TypeScript
https://github.com/microsoft/mcp-for-beginners/blob/main/translations/en/README.md
"Công cụ trực quan hóa mã Python: Biến codebase thành đồ thị phụ thuộc tương tác, bảo mật và tập trung vào kiến trúc dự án.
Giúp lập trình viên hiểu rõ cấu trúc dự án, luồng phụ thuộc và kiến trúc dễ dàng hơn.
Hỗ trợ khám phá, hiểu và lập kế hoạch cho dự án.
#Python #CodeVisualization #DependencyGraph #SoftwareArchitecture #DevTools"
🔥 History in the making!
One week until San Antonio’s FIRST #Python conference on Nov 8 — #PySanAntonio2025! 🐍
From celebrating @django’s 20th anniversary to AI coding assistants, join innovators, data pros & developers at Geekdom for learning, lightning talks, & afterparties.
https://www.meetup.com/alamo-python/events/311325578/

Feito a maior parte duarante a apresentação no Compoética 2025 #LSystem #Compoética2025 Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_11_01
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
"Inclusion ou subvention américaine, la fondation Python a choisi" Si demain c carrément les fondations qui s'occupent de logiciels libres fondamentaux, ca sera encore plus difficile que boycott #microsoft 😬 Heureusement en tout cas pour #Python [1/2]
"Inclusion ou subvention américaine, la fondation Python a choisi" Si demain c carrément les fondations qui s'occupent de logiciels libres fondamentaux, ca sera encore plus difficile que boycott #microsoft 😬 Heureusement en tout cas pour #Python [1/2]
"Inclusion ou subvention américaine, la fondation Python a choisi"
Si demain c carrément les fondations qui s'occupent de logiciels libres fondamentaux, ca sera encore plus difficile que boycott #microsoft 😬
Heureusement en tout cas pour #Python
Ils refusent de se soumettre aux fascistes US
Mais pour combien de temps ?
Combien de temps l'écosystème LIBRE tiendra ?
Surtout que bcp d'infrastructures sont aux États-Unis...
https://next.ink/206254/inclusion-ou-subvention-americaine-la-fondation-python-a-choisi/
I wish documentation/tutorials would not lie
You can't invoke the gpiozero .library with import gpiozero and expect the LED class to work even though info shows it's there. You have to wildcard it with from rpiozero import *
#python
#RaspberryPi
#debian
#bookworm
Announcing Duper: The format that's super!
An MIT-licensed human-friendly extension of #json with quality-of-life improvements (comments, trailing commas, unquoted keys), extra types (tuples, bytes, raw strings), and semantic identifiers (think type annotations).
#rust #rustlang #python #javascript

Built in #rust, with bindings for #python and #wasm, as well as syntax highlighting in VSCode. I made it for those like me who hand-edit JSONs and want a breath of fresh air.
It's at a good enough point that I felt like sharing it, but there's still plenty I wanna work on! Namely, I want to add (real) #nodejs support, make a proper LSP with auto-formatting, and get it out there before I start thinking about stabilization.