Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.97 KB

Notes_on_Python.md

File metadata and controls

23 lines (19 loc) · 2.97 KB

The first step through the world of data Analysis is learning a program language. For this Course we use Python which is the most widely used data science programming language in the world today. So to start coding in python you should learn it’s syntax and basic concepts (Variables, list, tuple, dictionaries, array….) so here are some tutorials for beginners (if you are familiar with these basics you can skip):

Once you get familiar with the elementary concepts, the next step is to learn how to manipulate data using Python. As you may know, Python was the most popular data science programming language of 2021, and the reasons why are endless. It is easy to use, and easy to learn. Python provides all the necessary tools for the 4 steps of problem solving — data collection & cleaning, data exploration, data modeling and data visualization. So here are some References you can use to get familiar with These Concepts:

These three textbooks are well known and standard Refs that make your learning enjoyable with clear explanations of different Data Analysis libraries in Python (Numpy, Pandas, matplotlib).