DEV Community

David Bosah
David Bosah

Posted on

THE PYTHON BLUEPRINT: A Beginners Guide to getting started

What is Python Language

Python is a backend tool that is used by programmers and tech developers. It's objective/Use cuts across different sectors of programming including:

  1. Web development.
  2. Data service.
  3. Artificial Intelligence.
  4. Gaming.

Merits of Python Language

Firstly the Python is generally shorter to write than other languages like javascript which reduces ambiguity.

Secondly python is a cross platform language meaning that a python code on Mac Os can be ran on Windows without change of code pattern.

Thirdly Python has a large community so getting online colleagues and mentors is not a problem at all.

Getting Started

This is the real deal, the easiest way to start your python language is as follows:

  1. Download a suitable python application on your operating system from the official python website.

  2. Choose a text editor like Notepad++, Sublime Text, or Atom or an Integrated Development Environment(IDE) like Spyder or Pycharm.

  3. Learn basic Syntax: Start with basic ones like numbers variables and Strings.

  4. Engage tutorial resources online.

  5. Join social media python communities.

With this you are on the right track to becoming a python guru.

Top comments (0)