Learn Python The Hard Way

Brief:

Introduction to Python via Zed A Shaw's tutorial

Technologies used:

  • Python (Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.)

Running files:

  • Run from same directory as file: $ python ex01.py

Links:

Learn Python The Hard Way (3rd Edition) by Zed A Shaw