Our great sponsors
-
Why not both? Rust bindings for the Python interpreter
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
static-ffmpeg
Installs FFMPEG On Win32/Ubuntu/MacOS [Moved to: https://github.com/zackees/static_ffmpeg] (by zackees)
Or the easiest method is to just create a binary that performs your CPU intensive action then call it with Python's subprocess.check_output(cmd, ...) and then evaluate the results. For example, I do this with https://github.com/zackees/static-ffmpeg. Python is used to gather the user arguments then simply delegates the processing to ffmpeg.
-
MicroPython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
As the cost of more powerful micro-controllers continues to drop, the time and cost savings that comes with working in higher-level languages is starting to outweigh the cost of using cheaper/less-powerful micro-controllers. There are already options such as micropython and circuitpython for using Python on micro-controllers, but they're not in wide commercial use as of yet (as far as I'm aware).
-
As the cost of more powerful micro-controllers continues to drop, the time and cost savings that comes with working in higher-level languages is starting to outweigh the cost of using cheaper/less-powerful micro-controllers. There are already options such as micropython and circuitpython for using Python on micro-controllers, but they're not in wide commercial use as of yet (as far as I'm aware).
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Related posts
- Is Rust a viable alternative to C / C++?
- Today is CircuitPython Day. Write and Run Python on Microcontrollers and Celebrate the Day!
- Is it possible to code a script (eg. in python), translate it into binary and upload it onto a breadboard computer(with an Arduino maybe) and it would work straight away?
- [PCB Review] An IOT playground board based on esp32 s3 wroom
- Dreaming is free, so I dreamt about calculators. Would anyone actually want this?