So you want to jump into the AI Bandwagon and start using ChatGPT via the OpenAI API, this is the howto to get started for you. We will cover how to setup the environment, provide a few working examples how to call your OpenAI APIs from Python. Create a .venv for your dependencies. For this... Continue Reading →
How to install Python 3.12 (Latest) on Ubuntu WSL
How to Install Python 3.12 on Ubuntu WSL
How to Install Multiple WSL Instances (Ubuntu) for Developers.
In recent times, the use of WSL (Windows Subsystem for Linux) has been raising in popularity. I see more developers replacing other virtualization solutions in favor of WSL. In such case you might need a way to create and maintain multiple WSL Instances with different Software Stack, Installations and versions. This Guide will show you... Continue Reading →
How to install python 3.11 on Ubuntu WSL
Nowadays there are many ways to run Linux/Windows to coexist. I recently started working on a new project gmail_unsubscriber for this I needed to revamp my environment setup and I needed python 3.11. Here are some steps to make it happen. The default ubuntu on WSL is Ubuntu 20.04 and python3.8. Install your Dependencies First... Continue Reading →
How to reset WSL user password
I started working on a new project recently gmail_unsubscriber and had to revamp my developer setup. In this case I'm working on python 3.11 on Windows 10 and I decided to use VSCODE and WSL. I noticed I didn't knew my WSL password anymore to setup a new python and. venv. Luckily you can use... Continue Reading →