Python for Data Science – Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

Python is an interpreted, high-level and general-purpose programming language. Python’s design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented, and functional programming. Python is often described as a “batteries included” language due to its comprehensive standard library.

Python was created in the late 1980s, and first released in 1991, by Guido van Rossum as a successor to the ABC programming language. Python 2.0, released in 2000, introduced new features, such as list comprehensions, and a garbage collection system with reference counting, and was discontinued with version 2.7 in 2020. Python 3.0, released in 2008, was a major revision of the language that is not completely backward-compatible and much Python 2 code does not run unmodified on Python 3. With Python 2’s end-of-life, only Python 3.6.x and later are supported, with older versions still supporting e.g. Windows 7 (and old installers not restricted to 64-bit Windows).

Python interpreters are supported for mainstream operating systems and available for a few more (and in the past supported many more). A global community of programmers develops and maintains CPython, a free and open-source reference implementation. A non-profit organization, the Python Software Foundation, manages and directs resources for Python and CPython development.

This Python data science course will take you from knowing nothing about Python to coding and analyzing data with Python using tools like Pandas, NumPy, and Matplotlib.

This is a hands-on course and you will practice everything you learn step-by-step. This course was created by Maxwell Armi.

Code:

https://github.com/datapublishings/Course-python-data-science

 

Show More

What Will You Learn?

  • Learner will understand the Python for Data Science

Course Content

Introduction to the Course and Outline

  • Introduction to the Course and Outline
    03:53

The Basics of Programming

Why Python

How to Install Anaconda and Python

How to Launch a Jupyter Notebook

How to Code in the iPython Shell

Variables and Operators in Python

Booleans and Comparisons in Python

Other Useful Python Functions

Control Flow in Python

Functions in Python

Modules in Python

Strings in Python

Other Important Python Data Structures Lists, Tuples, Sets, and Dictionaries

The NumPy Python Data Science Library

The Pandas Python Data Science Python Library

The Matplotlib Python Data Science Library

Example Project A COVID19 Trend Analysis Data Analysis Tool Built with Python Libraries