0% found this document useful (0 votes)
132 views

Python: Duration: 2 Months

This document provides an overview of an introductory Python course that will take place over 2 months. It will cover Python fundamentals like variables, data types, conditional and looping statements, functions, modules and packages. Students will learn how to write and execute Python programs, work with common data types like lists, tuples, dictionaries and strings, and perform file input/output. The course will also introduce key Python concepts like its interpreter architecture, versions, and popular implementations like CPython.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
132 views

Python: Duration: 2 Months

This document provides an overview of an introductory Python course that will take place over 2 months. It will cover Python fundamentals like variables, data types, conditional and looping statements, functions, modules and packages. Students will learn how to write and execute Python programs, work with common data types like lists, tuples, dictionaries and strings, and perform file input/output. The course will also introduce key Python concepts like its interpreter architecture, versions, and popular implementations like CPython.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Python

Python Duration: 2 Months


Introduction To Python
 Why Python
 Application areas of python
 Python implementations
 Cpython
 Jython
 Ironpython
 Pypy
 Python versions
 Installing python
 Python interpreter architecture
 Python byte code compiler
 Python virtual machine(pvm)
Writing and Executing First Python Program
 Using interactive mode
 Using script mode
 General text editor and command window
 Idle editor and idle shell
 Understanding print() function
 How to compile python program explicitly
Python Language Fundamentals
 Character set
 Keywords
 Comments
 Variables
 Literals
 Operators
 Reading input from console
 Parsing string to int, float
Python Conditional Statements
 If statement
 If else statement
 If elif statement
 If elif else statement
 Nested if statement
Looping Statements
 While loop
 For loop
 Nested loops
 Pass, break and continue keywords
Standard Data Types
 Int, float, complex, bool, nonetype
 Str, list, tuple, range
 Dict, set, frozenset
 
String Handling
 What is string
 String representations
 Unicode string
 String functions, methods
 String indexing and slicing
 String formatting
Python List
 Creating and accessing lists
 Indexing and slicing lists
 List methods
 Nested lists
 List comprehension
Python Tuple
 Creating tuple
 Accessing tuple
 Immutability of tuple
Python Set
 How to create a set
 Iteration over sets
 Python set methods
 Python frozenset
Python Dictionary
 Creating a dictionary
 Dictionary methods
 Accessing values from dictionary
 Updating dictionary
 Iterating dictionary
 Dictionary comprehension
Python Functions
 Defining a function
 Calling a function
 Types of functions
 Function arguments
 Positional arguments, keyword arguments
 Default arguments, non-default arguments
 Arbitrary arguments, keyword arbitrary arguments
 Function return statement
 Nested function
 Function as argument
 Function as return statement
 Decorator function
 Closure
 Map(), filter(), reduce(), any() functions
 Anonymous or lambda function
Modules & Packages
 Why modules
 Script v/s module
 Importing module
 Standard v/s third party modules
 Why packages
 Understanding pip utility
File I/O
 Introduction to file handling
 File modes
 Functions and methods related to file handling
 Understanding with block
Thank you for using www.freepdfconvert.com service!

Only two pages are converted. Please Sign Up to convert all pages.

https://www.freepdfconvert.com/membership

You might also like