Visual Studio Code

5 Articles 0 Followers


Python pt.2 (how to add or delete stuff from lists)

16 Apr 2021 1 minute read 0 comments ZeusXx

    Today I will teach you how to insert stuff in to list or how to delete stuff from the list. So first we need to have a list and it is simple to make! workdays = ["monday","tuesday","thursday","firday","saturday"] So here is our list, first to m...

VisualStudioCode - [Part 2] Useful Extensions

29 Jan 2021 1 minute read 0 comments Giemo

The bread and butter of VSCode is the ability to choose from a huge variety of extensions. If you don't know where the available extensions can be found, have a look here. Here is a list of some of the most useful extensions, that will help you with...

VisualStudioCode - [Part 1] Introduction

27 Jan 2021 1 minute read 0 comments Giemo

In theory all you need to write a program is a text editor and (depending on the programming language) a compiler. With only this minimal setup however, it will be hard to write or debug your code efficiently. That's why IDEs (Integrated Development ...

Visual Studio Code setup tutorial

19 Jan 2021 1 minute read 0 comments ZeusXx

So you want to start programming but you don't know which program is the best to use? Well, I can tell you that VScode is one of the best programs for writing python code. So to set up VScode you will first need to download it. after you have downloa...

XDEBUG with VS CODE on Big Sur

30 Nov 2020 1 minute read 0 comments Coding Wisely

Yesterday I got my hands on a new MacBook Pro with the new M1 processor and Big Sur OS. I was very excited since I watch Apple announcing it a couple of weeks ago. As a seasoned PHP developer, mostly working with Laravel, I have been wondering if the...