Getting Started with Python

So what is Python?

Find some basics here

If you want more in-depth information, check this link out:

What is Python used for?

Python Crash Course

Welcome to Python!

Below is a short intro to Python. For more details check out the links on this page!

Introduction

Welcome to the Python Basics Guide! Whether you're a humanities major, a business student, or someone with no technical background, this guide is designed to help you understand the basics of Python programming. Python is a versatile and beginner-friendly programming language widely used in various fields. Let's dive in!

Section 1: What is Python?

Python is a high-level, interpreted programming language known for its simplicity and readability. It is used for a variety of purposes, including web development, data analysis, artificial intelligence, automation, and more. Learning Python opens up a world of opportunities, even if you don't have a technical background.

Section 2: Programming Fundamentals

2.1 Variables and Data Types

2.2 Control Flow

2.3 Functions

Hello World!

Now that you know a bit more about Python, it's time to run Hello World! Head here: https://www.tutorialspoint.com/execute_python_online.php and click the '⚙️Execute' button in the top left hand corner. "Hello World" should print in the pane to the right. This is essentially the most basic program you can make and run.

Now that you know what a simple program looks like, here's some more information about what all that code is and what it does: https://www.w3schools.com/python/python_syntax.asp. Follow along with the tutorial and the exercises to familiarize yourself with what Python code looks like and how it works!

Feel free to go back over to https://www.tutorialspoint.com/execute_python_online.php to practice writing what you learned from the W3Schools tutorial

More Tutorials and Resources

Python 3 Tutorial

Learn Python3

Python Documentation

Python Standard Library

Getting Started with Flask

Flask Demo

Hackathon Projects