Markdown is a language to format and structure documents. Its syntax is minimal and easy to use. There are various tools that support markdown. For...
A class defines a set of attributes and methods that its objects can use. A class is like a blueprint for creating objects. The following...
Lists A list can store multiples values. It’s written with square brackets [ ]. Lists are ordered, changeable, and can contain duplicate items. Here’s...
With casting, you can convert a variable from one type to another. If we use this code, Python automatically decides x and y to be integer, based on...
How I Set Up My Environment I installed on Windows: Python: https://www.python.org/downloads/ Visual Studio Code (VS Code):...
This document will walk you through the steps to set up your own GitHub Pages website using a theme from https://jekyllthemes.io/. Jekyll provides...