⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more. - GitHub - rawandahmad698/PyChatGPT: ⚡️ Python client for the unofficial... (more…)
Read more »
About a year ago, I published a Rust crate called inline-python,
which allows you to easily mix some Python into your Rust code using a python!{ .. } macro.
In this series, I’ll go through the process of developing this crate from scratch. (more…)
Read more »
Sometimes you just need to run a command on a remote host with ssh and Python 3 without any real fuss. Here is the simplest way we have found to do that and retrieve the output. |...
Read more »