Python Course Guide
  • Introduction to Python
  • Guides
    • Course Outline
    • Getting started with Python
    • Syntax
    • Variables
    • Datatypes
    • Casting
    • Numbers
    • Operators
      • Python Math
    • Strings
    • Python String Formatting
    • User Input
    • Git and Github
    • Booleans
    • List
    • Tuples
    • Sets
    • Dictionaries
    • Conditionals
    • Loops
    • Function
    • Arrays
    • Try and Except
    • Scope
    • Classes and Objects
    • Class Methods and Properties
    • Inheritance
    • Polymorphism
    • Dunder Methods(Double Underscore Methods)
    • Decorators
    • Iterator and Generator
    • Modules and Packages
    • Date and Time
    • JSON
    • RegEx
    • Pip
    • File Handling
    • Data Structures and Alogrithms
    • References
Powered by GitBook
On this page
  • Local Environment Setup
  • Download and Installation
  1. Guides

Getting started with Python

PreviousCourse OutlineNextSyntax

Last updated 3 years ago

Local Environment Setup

Open a terminal window (command prompt) and type "python" to find out if it is already installed and which version is installed.

Download and Installation

Visit the Official Python website to download and install it on your local workstation.

Download PyCharm Community Edition or VsCode

Good to know: An integrated development environment (IDE) is a that provides comprehensive facilities to for . An IDE normally consists of at least a , tools and a .

software application
computer programmers
software development
source code editor
build automation
debugger