Skip to content

Opening book details…

About this document

Introduction to Python Programming by Martin Yu is a document available to read on EtoBox.

This document provides an introduction to the Python programming language. It discusses the history and evolution of Python, how it compares to other languages, and how to get started using Python. The key points covered are: 1. Python was created in 1989 to be highly readable and suitable for everyday tasks. 2. Python code is interpreted, with each line passed to a Python interpreter to be executed one by one. 3. There are two main versions of Python, 2 and 3, and this course will use Python 3. 4. P

Author
Martin Yu
Language
EN