Tag Archives: visualstudiocode

Getting started with coding Python and setup your editor

This tutorial will introduce you to coding in Python, setup your editor and get started with some basic examples. First, you need an editor that helps you to write code in Python. Two options for editors addressed here are: Thonny is an editor specifically for Python programming, and focusses on beginners. Visual Studio Code is … Continue reading Getting started with coding Python and setup your editor

Getting started with AI assisted coding in Visual Studio Code

Getting started with AI assisted coding in Visual Studio Code

This is a quick tutorial to get started with AI assisted coding in Visual Studio Code. This tutorial assumes you already have a basic understanding of the working of Visual Studio Code. Since new releases of Visual Studio Code come with the GitHub Copilot extension pre-installed, when you launch Visual Studio Code for the first … Continue reading Getting started with AI assisted coding in Visual Studio Code

Getting started with MicroPython on Raspberry Pi Pico

This tutorial will introduce you to coding MicroPython on a Raspberry Pi Pico. MicroPython is a version of Python that runs on a microcontroller, like the Raspberry Pi Pico. To get started, you need an editor that helps you to write code in Python and can connect to the Raspberry Pi Pico. Two options for … Continue reading Getting started with MicroPython on Raspberry Pi Pico