Course Content
Python Course
This Specialization builds on the success of the Python for Everybody course and will introduce fundamental programming concepts including data structures, networked application program interfaces, and databases, using the Python programming language. In the Capstone Project, you’ll use the technologies learned throughout the Specialization to design and create your own applications for data retrieval, processing, and visualization.
0/3
Python Course
About Lesson

Python Overview

What is Python

  • Python is a dynamically typed, General Purpose Programming Language that supports an object-oriented programming approach as well as a functional programming approach.
  • Python is also an interpreted and high-level programming language.
  • It was created by Guido Van Rossum in 1989.

 

Features of Python

  • Python is simple and easy to understand.
  • It is Interpreted and platform-independent which makes debugging very easy.
  • Python is an open-source programming language.
  • Python provides very big library support. Some of the popular libraries include NumPy, Tensorflow, Selenium, OpenCV, etc.
  • It is possible to integrate other programming languages within python.