From github.com
GitHub - ivanbelenky/us-routing: us cached road graph, freeways, primary and secondary roads
11 11
us cached road graph, freeways, primary and secondary roads - ivanbelenky/us-routing
#github #ngated #地圖 #路由 #techhumor #程式庫 #githubrepo #fastrouting #localrouting #pythonicdetour
on Sep 6
From benjamindlee.com
Why I Use Nim Instead of Python for Data Processing
10 10
Lazy programmers often prefer to substitute computing effort for programming effort.
#nimlang #hackernews #programming #比較程式語言效能 #ycombinator #python
on Sep 6
From github.com
8 8
Merge Python and JS code into one file that can be run in both languages. - EvanZhouDev/polycompiler
#coding #github #ngated #webdev #abomination #programming #polycompiler #techinnovation #hackernews #python
15h ago
From mastodon.social
Hugo van Kemenade (@hugovk@mastodon.social)
3 3
Just released: Python 3.14.0 beta 1! 🚀🐍 🥧 Deferred type annotation evaluation! 🥧 T-strings! 🥧 Zstandard! 🥧 Syntax highlighting in the REPL! 🥧 Colour in unittest, argparse, json and calendar CLIs! 🥧 UUID v6-8! 🥧 And much...
10h ago
From github.io
A Rust API Inspired by Python, Powered by Serde
2 2
Years ago, I worked on reimplementing some Python code in Rust and needed to adapt Python’s dynamic reflection capabilities (aka __getattr__) to the strict and …
12h ago
From textualize.io
Textual - The future of Textualize
2 2
Textual is a TUI framework for Python, inspired by modern web development.
14h ago
From djangoproject.com
Django security releases issued: 5.2.1, 5.1.9 and 4.2.21
2 2
Posted by Natalia Bidart on May 7, 2025
15h ago
From epc.de
Der Duden Korrektor für LibreOffice ist da - EPC Consulting und Software GmbH
2 2
Freie Software wie LibreOffice ist im Kommen. Immer mehr Unternehmen und Institutionen stellen beim Thema Software ihre Abhängigkeiten von Großkonzernen infrage, sei es aus Kostengründen oder aufgrund von Sicherheitsbedenken. Auch das Thema der Hoheit über die eigenen Daten treibt viele um. Von...
#java #python #openoffice #libreoffice
16h ago
From youtube.com
2 2
Bekijk je favoriete video's, luister naar de muziek die je leuk vindt, upload originele content en deel alles met vrienden, familie en anderen op YouTube.
#cms #oss #plone #python #keycloak #opensource #plonehandson
16h ago
From gnulinux.ch
Python-Tk: Ein Neofetch-GUI selbst schreiben Teil 11
2 2
Der 11. Teil einer Einführung in die Python3-Bibliothek Tkinter und der lange Weg zum perfekten GUI.
#gui #linux #python #tkinder #neofetch
on Sep 6
From slashdot.org
Google Lays Off Staff From Flutter, Dart and Python Teams - Slashdot
2 2
Ahead of its annual I/O developer conference in May, Google has decided to lay off staff across key teams like Flutter, Dart, Python and others. "As we've said, we're responsibly investing in our company's biggest priorities and the significant opportunities ahead," said a Google spokesperson. "To b...
#python #googlegonewild #pythonpurrplexity
on Apr 30, 2024
From github.com
sketch-a-day/2025/sketch_2025_05_07 at main · villares/sketch-a-day
1 1
One visual idea a day. Contribute to villares/sketch-a-day development by creating an account on GitHub.
#py5 #math #python #processing #creativecoding
2h ago
From discu.eu
1 1
Discussions and related articles for «GitHub - EvanZhouDev/polycompiler: Merge Python and JS code into one file that can be run in both languages.»
#python #webdev #javascript #programming
4h ago
From youtube.com
1 1
Bekijk je favoriete video's, luister naar de muziek die je leuk vindt, upload originele content en deel alles met vrienden, familie en anderen op YouTube.
4h ago
From github.com
GitHub - Yhg1s/python-benchmarking-public: Curated results from personal bench_runner benchmarks
1 1
Curated results from personal bench_runner benchmarks - Yhg1s/python-benchmarking-public
5h ago
Mix Low-Code Node-RED with Python
1 1
Adding Python to your Node-RED arsenal lets you create easy Raspberry Pi robotic and IoT projects.
#iot #python #lowcode #nodered #robotics #raspberrypi #openhardware
8h ago
From discu.eu
1 1
Discussions and related articles for «GitHub - astral-sh/ty: An extremely fast Python type checker and language server, written in Rust.»
#python #rustlang #programming
10h ago
From python.org
1 1
Only one day late, welcome to the first beta! https://www.python.org/downloads/release/python-3140b1/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b1, is the first of four planned beta releases. Beta release previews are intended to give the...
#python #cpython #release #python314
12h ago
From checkmarx.com
Native Support For SBOMs In Python (PEP-770) Is A Reality — But Not Risk-Free - Checkmarx
1 1
New Python PEP-770 standard for including SBOMs in packages. Learn how to use it and be aware of potential risks and implementation challenges for developers and consumers.
#python #infosec #cybersecurity
12h ago
From fosstodon.org
Loren (@lorenipsum@fosstodon.org)
1 1
I've said it before, but if Randall Munroe could somehow successfully induce a donation of say ten bucks for each time someone uses That One xkcd Comic in a FOSS talk or blog describing the open source sustainability problem, said problem would be solved.
#xkcd #python #funding #pyconus #opensource
12h ago
From stackoverflow.com
How do I get the filename without the extension from a path in Python?
1 1
How do I get the filename without the extension from a path in Python? "/path/to/some/file.txt" → "file"
13h ago
From github.com
An attempt at displaying GIF animations inside a sketch · py5coding/py5generator · Discussion #638
1 1
py5 can export GIF animations (check out py5_tools.animated_gif()) but how to draw an existing GIF inside your sketch? This is an experiment (with lots of commented out print debugging lines) I tri...
#gif #py5 #pillow #python #gifanimations #creativecoding
13h ago
From github.com
1 1
Materials for the "Using LLM to Query Data" workshop at the ODSC 2025 conference - GitHub - RamiKrispin/osdc-2025-llm-workshop: Materials for the "Using LLM to Query Data" work...
13h ago
From rodstephensbooks.com
HowTo: Find a polynomial least squares fit for a set of points in Python
1 1
A set of points fitted with a polynomial least squares fit in Python
#python #statistics #mathematics #computergraphics
14h ago
From pythonmorsels.com
1 1
The list sort method sorts lists in-place, but the built-in sorted function can sort any iterable!
14h ago
From djangoproject.com
Django 5.2.1 release notes | Django documentation
1 1
The web framework for perfectionists with deadlines.
15h ago
From djangoproject.com
Django 5.1.9 release notes | Django documentation
1 1
The web framework for perfectionists with deadlines.
15h ago
From github.com
[5.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). · django/django@c9731dc
1 1
Thanks to Elias Myllymäki for the report, and Shai Berger and Jake Howard for the reviews. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of 9f3419b519799d69f2ab...
15h ago
From djangoproject.com
Django 4.2.21 release notes | Django documentation
1 1
The web framework for perfectionists with deadlines.
15h ago
From github.com
[4.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). · django/django@9cd8028
1 1
Thanks to Elias Myllymäki for the report, and Shai Berger and Jake Howard for the reviews. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of 9f3419b519799d69f2ab...
15h ago
From heise.de
Zalando-Scraper: Sneaker-Schnäppchen mit Python tracken
1 1
Sneaker sind teuer. Ein Webscraper erkennt die Tiefpreise. Wir erklären, wie Sie die Daten mit Python ziehen – und Geld sparen.
#it #news #python #zalando #programmierung
15h ago
From github.com
[5.1.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). · django/django@0b42f6a
1 1
Thanks to Elias Myllymäki for the report, and Shai Berger and Jake Howard for the reviews. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of 9f3419b519799d69f2ab...
15h ago
From github.com
Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). · django/django@9f3419b
1 1
Thanks to Elias Myllymäki for the report, and Shai Berger and Jake Howard for the reviews. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
15h ago
From habr.com
Ускоряем стартап Python-приложения: коротко
1 1
Привет, Хабр! Сегодня рассмотрим как ускорить стартап Python-приложений. Холодный старт — это прямые потери: в деньгах, в SEO, в отклике для пользователя. Serverless считает миллисекунды,...
#python #код #serverless #стартап #приложение #программирование
16h ago
From juncotic.com
Folium y los mapas interactivos en Python - Introducción - Junco TIC
1 1
En este artículo introductorio a Folium veremos como instalar y utilizar esta librería para crear mapas interactivos en Python.
#mapas #folium #python #geodata #cienciadedatos
16h ago
From discu.eu
1 1
Discussions and related articles for «GitHub - wonderunit/storyboarder: ✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.»
#python #webdev #javascript #programming #learnjavascript
16h ago
From python.org
string — Common string operations
1 1
Source code: Lib/string.py String constants: The constants defined in this module are: Custom String Formatting: The built-in string class provides the ability to do complex variable substitutions ...
16h ago
From habr.com
Ускоряем разработку: инструменты экосистемы Python
1 1
Привет! С вами Леша Жиряков, техлид backend-команды витрины онлайн-кинотеатра KION и по совместительству пропагандист Python: в МТС я возглавляю Python-гильдию. Но как бы много я ни говорил про...
#uv #ruff #python #код #бэкенд #экосистема #программирование
17h ago
From adamj.eu
pre-commit: install with uv - Adam Johnson
1 1
pre-commit is my favourite Git-integrated “run things on commit” tool. It acts as a kind of package manager, installing tools as necessary from their Git repositories. This makes it fairly easy to set up: all you need to install is pre-commit itself, and it takes things from there.
17h ago
From habr.com
Event-Driven архитектура на FastAPI: через паттерн Pub/Sub
1 1
В мире разработки программного обеспечения постоянно появляются новые подходы к построению систем. Event-Driven архитектура выступает одним из наиболее перспективных решений для создания гибких и...
#kafka #python #fastapi #pub_sub #eventdriven #топики #брокер_сообщений #программирование #обработка_событий
17h ago
From github.com
GitHub - williamsyy/LocalMAP: LocalMAP: Dimension Reduction with Locally Adjusted Graphs
1 1
LocalMAP: Dimension Reduction with Locally Adjusted Graphs - williamsyy/LocalMAP
#ml #arxiv #python #bigdata #dataviz #clusters #localmap #opensource #datascience #graphlearning
19h ago
From github.com
GitHub - magic-wormhole/magic-wormhole: get things from one computer to another, safely
1 1
get things from one computer to another, safely. Contribute to magic-wormhole/magic-wormhole development by creating an account on GitHub.
#ml #python #technology #datascience #deeplearning #latetotheparty #machinelearning
19h ago
From github.com
1 1
Description Text() causes run of @interact_manual decorated function on focus change ; but Textarea() does not Reproduce @interact_manual def doitdoitnow(arg=Textarea('arg')): print('u ran me') whe...
#python #ipywidgets #jupyterlab
21h ago
From discu.eu
Online Python Compiler (Interpreter) - Programiz - discu.eu
1 1
Discussions and related articles for «Online Python Compiler (Interpreter) - Programiz»
22h ago
From programiz.com
Online Python Compiler (Interpreter) - Programiz
1 1
Write and run your Python code using our online compiler. Enjoy additional features like code sharing, dark mode, and support for multiple programming languages.
22h ago