Skip to content

Instantly share code, notes, and snippets.

@adeisbright
Last active August 9, 2021 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeisbright/b8ec9112c73a31ce4b36a1e56fbdc9b0 to your computer and use it in GitHub Desktop.
Save adeisbright/b8ec9112c73a31ce4b36a1e56fbdc9b0 to your computer and use it in GitHub Desktop.

Getting Started with Python

Python is a high level and interpreted programming language that is suitable for scientific progamming. It is easy and can be very quick to grasp by beginners. This gist will help you to get a hold on Python

How to Get Python

Python is a free and open source. You can get from Python Download. Download the package suitable for your OS. After successful download , installing python is easy ... Follow the prompts and provide feedback. To confirm if your installation was successful , open your system's terminal and issue this command :

python

If python was installed successfully , you will receive a welcome message else you will be met with command not recognized.

Concepts to Understand while learning Python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment