Python introduction
Python introduction

Python introduction

Python one of the most popular computer languages, and it is the easiest one to learn! so the quick explanation would be that it can do everything ... just badly or not as good as other programming languages. the most simple command you can learn is the print ("example") command it is the starting command everyone need to learn.


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...

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...