Skip to content

Basic Component

Overview

Headstart

Variables

Numbers & Binary System

Chars, Bools & Unit Types

Statements & Expressions

Headstart

Overview

To start with Python, we need to set up a few:

  • Operation System

  • Editor

  • Python version [Python] Start Programming

Description Learning Python Journey Status DEPLOYED Reviewers No reviewers Table of Content: • Introduction • The steps matix Introduction Suggestion roadmap in order to master programming with Python The steps matix Steps Description Level Target URL Start official documents Easy to get through for following topics Basic + Language References https://docs.python.org/3/reference/index.html

  • Basics modules and examples
  • Data Structures
  • Introduction using Python in the applications https://www.python.org/about/apps/ https://www.python.org/doc/

Book - Introduction to Python for Econometrics, Statistics and Data Analysis - Basic concepts and structure Basic Concepts and terms Advanced - Learning about PEP Basic + Know how about Python standard selekon framework

  • How Python create standards for programning https://peps.python.org/

Know about command line with Python + The command line

  • The Python variables set up (this helpful to dockerize variable with Python application) E.g: PYTHONHOME, PYTHONPATH, PYTHONIOENCODING, PYTHONUTF8 Basic + Know about invoke Python scripts in various way
  • Know about Python variables environment set up https://docs.python.org/3/using/cmdline.html

Python Standard Libaries https://docs.python.org/3/library/index.html You should go in every page in this page. You will use it someday. Basic + Coverage 60% standard libraries is so good. https://docs.python.org/3/library/index.html

Know your roadmap to target Below is some path Data Engirneer: https://github.com/datastacktv/data-engineer-roadmap Basic + Know your path in Data world. Data Types in Python Know basic types: str, int, list, dict,… Basic Common Flow Statements Python At this stage, you need For-loop, while, repeat Basic Docker Learn docker, the official documents is very powerful headstart https://docs.docker.com/ Basic Bash scripts More at Bash for Developers [101] Advanced

Note

Learn like https://www.freecodecamp.org/news/rust-programming-course-for-beginners/?fbclid=IwAR2MV87QVNN48jn1aznbX5hLisuru1nHlrZmfrObfqzFANk5n1gxvguCAzI

Reference