Published onApril 14, 2023Who Created Auto-GPT?aichatgptAuto-GPT has blown up over the past couple weeks. Who created it?
Published onApril 4, 2023Teensy Setup A Step by Step GuidearduinoteensyTeensy is a powerful device. Lets get set up to program ours in the Arduino IDE
Published onMarch 27, 2023ChatGPT Programming Prompts -- 5 TipschatgptaiChatGPT is a powerful tool for programming efficiency... if you know how to ask what you're looking for. Here's five tips to improve your programming prompts.
Published onMarch 21, 2023Execute Python from Command Linepythoncommand-lineI long wished that I could execute python right from my command line without explicitly calling the interpreter. Fortunately, there is a way!
Published onMarch 19, 2023Python "import module as *"pythonPython scripts often import other libraries with "as *" appended. What does it mean?