Python Introduction

Python is a game changer in the world of programming, why ? because it was built to be easier for someone want to learn programming especially to start with python.

As I mentioned Python is easy as if you compared it with other programming lanugage like C or C++

For that reason Python code are more easy to read and write than in other languages.

For instance, it will take your time and many lines of code for you to write a "Hello World" in C or C++ language while in python you just need only one line. Freety simple right.

Python was created by Guido van Rossum, and it was released in 1991. the Main Idea of it was to be general purpose and free open source langugage.

Python can be use in many ways such as:

  • Server Side Langugage (Web and Software Development)
  • Mathematics Calculation
  • Data Analysis
  • File Handling
  • Machine Learning
  • Artifficial Intelligence
  • Data Science

What can you do with Python?

Python can help you perform differences things like:

  • Python is used to on server for Web Development
  • Python is used to connect database system
  • Python is used to read and write files
  • Python is used to perform complex mathematics calculations

Why Learn Python?

Everyone has its reason for learning new language but here are some general reason for everyone to learn Python:

  • Python can be run in differences operating system (Windows, Linux, Ubuntu, Mac, etc).
  • Python syntax is like normal English langugage.
  • Python is allow you to write fewer lines of code for a program than other language.
  • Python used interpreter method of running code not compiling.

Python Syntax compared to other programming language?

Before let me say that Python follow the syntax of R programming language.

  • Python relies on intendation, means it used white-space to declare a scope of loop, function and classes. While other language use Curly braces ({}).
  • Python syntax has similarities with normal English langugage. Because it was designed to be a readability
  • In Python new line means that the command has ended. While other langugage user semi-column (;) to declare the end of statement.

Why Learn from our Tutorial

Many online tutorial try to cover almost everything, which make it easy for reader/learner to get lost in the details.

This approach is horrible way to learn a new language. Because you will spend most of your time cramming something that you will not be used, and you will never have fun!.

Our tutorial used simple approach teach you what you need to know by forcusing on a few crucial concept.

We will cover the major technique and focus on how to program a real world solution to an everyday problems.

Our tutorial will guarantee you these:

  • Learn useful programming concept quickly.
  • Spend less time with unimportant technique
  • Able to solve Python problems on your own.
  • Have more fun while learning

Try our Python Editor:

print("Hello, World!")

Once you cover our tutorial, you will have more skills that will lead you to solve many Python problems.

You can download Python for free from their official website https://www.python.org/downloads/