Topics

Getting Started
Introduction
This article will go through the initial setup of Python on your computer all the way from downloading what you need to creating an environment, adding modules to it and using it in an IDE.

What is Python?
Introduction
Python is a versatile and beginner-friendly programming language widely used for software development, data analysis, and automation tasks due to its simplicity and extensive libraries.

GeoPandas
GIS Python Modules
GeoPandas is a Python library for geospatial analysis, offering powerful tools to handle, manipulate, and analyze geospatial data efficiently within a tabular framework.

Learn the basics
Learn Python
Learn about data types, variables and how to print them to the console.

SciKit-learn: Linear Regression
Python Modules
Scikit-learn’s Linear Regression model is a powerful tool for predicting numerical outcomes. It fits a linear equation to the data, making it useful for tasks like price prediction and trend analysis.