Fundamentals of AWS

Sign in to AWS console

Create an AWS account

task: Create an AWS Account for Cartforge

Open AWS website

Go to:https://aws.amazon.com/

Click on “Create an AWS Account”

Click Sign Up / Create Account

Enter Email and Account Name

Verify Your email . You will receive a verification code on your registered email address as shown below.

Copy that Code and enter into the verification code as shown below.

Enter Rootuser Password by following  the instructions.

Type password again to confirm it and then click on the continue button.

Choose Free plan from the plan shown in Choose your account plan section.

Choose The Plan

add information to sign up

History & Evolution of Python

Created by Guido van Rossum (1991)

Designed for simplicity and readability

Evolved with versions: Python 2 → Python 3

Now one of the most popular languages globally

Python Community (2022)

Python has millions of developers worldwide (~8–10 million)

One of the fastest-growing programming communities

Strong support through forums, tutorials, and open-source projects

Insight:

A large community = better support + more opportunities

How to Interact with Python

 

You can run Python in different ways:

Command Line (Terminal)

IDLE (default Python editor)

Notebooks (interactive coding)

Installing Python & Tools

Install Python

Download from python.org

Install and check version

Default Editor

IDLE (comes with Python)

Other Tools

  • ITV (learning environments)
  • Google Colab (online coding)
  • Anaconda (for data science)

Colab Example:

Open browser

Write code

Run instantly (no installation)

Hello World Program

The first program everyone writes:

print("Hello World")

Output:

Hello World

Steps:

Open Python/Colab

Type code

Run → see output

Insight:

This confirms your Python setup is working correctly

Summary

4

It is used in web development, AI, data science, and automation

3

Python is simple, powerful, and widely used across industries

2

Languages are categorized into low, medium, and high-level based on abstraction

1

Programming languages help humans communicate with computers effectively

Quiz

Who created Python?

A. Bill Gates

B. Elon Musk

C. Guido van Rossum

D. Mark Zuckerberg

Quiz-Answer

Who created Python?

A. Bill Gates

B. Elon Musk

C. Guido van Rossum

D. Mark Zuckerberg

Copy of Hello Python

By Content ITV

Copy of Hello Python

  • 0