Table of Contents
Python Club Topics - Intro
About me
Questions
What is Python?
Why Python
Installing Python
projects
,
cloud
,
club
,
computing
,
virtualization
,
machines
,
VMs
,
AWS
,
Azure
,
GCP
About the Club
Python Club Topics - Intro
About me
I started learning to program at about age 5
I started with BASIC ( Beginners All-purpose Symbolic Instruction Code )
I am a DevOps Engineer and a Cloud Architect
I work at Northrop Grumman
I am a huge Garfield Comic fan
I have 2 studens at this school
Questions
What is your experience with programming?
What is Python?
Why Python?
How to install python
What is Python?
Python is a programming lanuage used by many for everything from robots to accounting/finance to science, to CGI for movies
Why Python
It's easy to learn and get started, yet powerful to do almost anything you want.
It's the first language taught by most colleges. If you learn it now, you'll be ahead of the game when you get there.
Installing Python
Linux - Red Hat Family
sudo
dnf
install
python3
Linux - Debian Family
sudo
apt
install
python3
Windows:
Python for Windows
MacOS:
MacOS
Can't install Python?
Use interactive web shell on
https://pythonhow.com/python-shell
Use interactive web shell on
python.org
Create a free student account on
Programiz.com
Create a free student account on
PythonAnywhere.com