Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 994 Bytes

File metadata and controls

32 lines (21 loc) · 994 Bytes

Python

Python is the spearhead of Data Science

Vocabulary

Hash maps are indexed data structures.

Start

Installation and Setup:

Download and install Python from the official website (Python 3 test. Set up a code editor or integrated development environment (IDE) like Visual Studio Code, PyCharm, or Jupyter Notebook.

Syntax:

Understand basic Python syntax, such as indentation (spaces and tabs), #comments, and statement termination.

Variables and Data Types:

Learn about different data types: integers, floating-point numbers, strings, booleans, and more. Understand how to declare variables and assign values to them. like a = 1 or i=i+1

Sources:

Documentation

Python facil

Harvard