/Python2Material

Python2 code material

Primary LanguageHTMLApache License 2.0Apache-2.0

PythonMaterial

This material is designed to learn Python with problem solving. Just follow the scripts as per the serial order given.

Basic Programs

First Program

Hello World Program

Arithmetic Operations

  1. Arithmetic Operations 1

  2. Arithmetic Operations 2

Operator Precedence in Python

String Operations

  1. String Operations 1

  2. String Operations 2

  3. Grocery Store Application

  4. Grocery Store Application - Improved

Boolean Operations

  1. Boolean Operations

Relational Operations

  1. Relational Operations

Logical Operations

  1. Logical Operations

Conditions and Loops

  1. Lottery Ticket Application

  2. Number Guessing Game - 1

  3. Number Guessing Game - 2

  4. Number Guessing Game - 3

range() and xrange()

  1. range() and xrange

Collections

  1. Collections in Python

File Operations

  1. Working With Files And Folders

Advanced

Argparse

  1. Working With Argparse