Rust language is great for creating libraries and drivers which can be consumed by other languages like Python, Ruby or Zig. Let’s consider following Rust […] Read More
Tag: Python
Apple removed old Python 2 from macOS 12.3. Arduino ESP32 depends on Python interpreter. Build in Arduino IDE may fail with error: It’s sufficient to […] Read More
There is an issue with Python Pipenv on Windows. The command to open shell with isolated pipenv you can use command: The command might fail […] Read More
Do you have your Python application ready? Now it’s time to distribute it. The question is how to bundle it? One way of bundling Python […] Read More
You can create Python virtualenv using command: You may encounter following strange error: The error message is not very clear. Problem is caused by ca-certificates […] Read More