|
You are here |
blog.thea.codes | ||
| | | | |
www.camillescott.org
|
|
| | | | | [AI summary] The author details the process of rewriting CMake modules to create a user-friendly system for packaging and distributing cppyy-generated Python bindings for C++ projects using Anaconda and PyPI. | |
| | | | |
todbot.com
|
|
| | | | | [AI summary] The author outlines their 2022 goals for learning Python with CircuitPython, focusing on porting the TinyAudio Library, improving periodic code execution, adding USB host support, and building DIY MIDI keyboards and custom boards. | |
| | | | |
blog.ionelmc.ro
|
|
| | | | | Thoughts on packaging python libraries - Note This is about packaging libraries, not applications. ? All the advice here is implemented in a project template (with full support for C... | |
| | | | |
wittchen.io
|
|
| | | Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ... | ||