Written by Roman Peťura, Wednesday 2 April 2025
We’re excited to announce a major update to our Python Router Apps! While the core upgrade to Python 3.12 brings cutting-edge improvements, the most significant change lies in the restructured architecture of the apps themselves. This redesign ensures better compatibility with diverse router hardware while delivering tailored solutions for different use cases.
To address hardware limitations on certain routers, we’ve reimagined our Python Router Apps into two distinct versions:
1. Python 3 Lite (formerly "Python 3")
pip
, removes UNICODE character functions, and uses a pure-Python hashlib
for compatibility.2. Python 3 (formerly "Python 3 with pip")
pip
for package management, native hashlib
for faster cryptography, full UNICODE support, and venv
for virtual environments.pip
), you’ll now use Python 3 Lite—optimized for lightweight operation.While the app restructuring is the star of this update, the upgrade to Python 3.12 brings its own set of enhancements:
F-strings & Type Syntax: Improved readability and static typing support.
Interpreter Optimizations: A unique per-interpreter GIL and low-impact monitoring boost multitasking efficiency.
Library Upgrades: Enhanced os
, pathlib
, and sqlite3
modules for smoother integration.
Security: Stronger hashing algorithms (SHA1, SHA3, MD5) via the HACL* project.
These updates future-proof your router’s capabilities while aligning with modern Python development practices. For a complete list of improvements and features, visit the official Python 3.12 documentation.
Both restructured apps are now available:
pip
, UNICODE, and native performance.Download them directly from your router via Advantech’s public server or manually from the Router App page.