Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
27 views2 pages

Contents

This document contains an outline for a guide on learning Python. It includes sections on installing Python, data types and operators, tuples and lists, loops and conditional statements, uses and scope, and references. The sections cover topics such as downloading and setting up Python, variables, strings, arithmetic operators, accessing tuple and list values, loops and their definitions, conditional statements and examples, and functions. It aims to provide an introduction to the Python programming language.

Uploaded by

amol tare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Contents

This document contains an outline for a guide on learning Python. It includes sections on installing Python, data types and operators, tuples and lists, loops and conditional statements, uses and scope, and references. The sections cover topics such as downloading and setting up Python, variables, strings, arithmetic operators, accessing tuple and list values, loops and their definitions, conditional statements and examples, and functions. It aims to provide an introduction to the Python programming language.

Uploaded by

amol tare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

​ CONTENTS

Contents Page No.

Certificate of Industrial Training i


Acknowledgement ii
Abstract iii
1. Introduction 1-6
● Python
● Scripting Language
● Object Oriented Programming
● History of Python
● Behind the scene of Python

2. Downloading and Installing Python 7-15


● Installing Python
● Downloading Python
● Setup path of a variable
● Running the Python IDE
● Python code execution
3. Data types and Operator 16-21
● Variables
● String
● Python Operator
● Arithmetic Operator
● Comparison Operator
● Logical Operator
4. Tuple and List Tuple ​22-28
● Accessing Tuple Values
● Built in Operation
● Built in Functions
● List
● Accessing List Values
● Built in Operation
● Built in Functions
5. Loops and Conditional Statements 29-35
● Loops
● Loops Definition
● Conditional Statement
● Conditional Statement Definition
● Conditional Statement Definition Example
● Function
● Syntax and Examples
6. Uses and Scope ​36-39
7. References 40
8. Appendices 41

You might also like