SlideShare a Scribd company logo
WELCOME TO PYTHON SESSION 2
AJENDA

 FUNCTIONS.
 FILES INPUT/OUTPUT (I/O)
FUNCTIONS

What is Function?
How to define a Function?
How to call a Function?
How to pass an Argument ?
FUNCTIONS

 Function arguments

1. Required arguments.
2. Keyword arguments.
3. Default arguments.
4. Variable-length arguments.
FUNCTIONS

 Scope of variables.

1. Local variable.
2. Global variable.
FILE I/O

 How to open a file?
 What are the attribute using in the file

object?

 How to close a file?
 How to Read and Write a file?
FILE I/O

 File processing operation using with the os module.

1. Rename ( )
2. Remove ( )
 Directories in python.

1. mkdir ( )
2. chdir ( )
3. getcwd ( )
4. rmdir ( )
Reference

http://www.tutorialspoint.com/python/python_functions.htm
Python session 2
Python session 2

More Related Content

PPTX
Rapid and Scalable Development with MongoDB, PyMongo, and Ming
PPTX
2. limitations
PDF
3. python intro
PPTX
1. intro
PPTX
4. sql
PPTX
5. outro
PDF
4. python functions
PPTX
Super Advanced Python –act1
Rapid and Scalable Development with MongoDB, PyMongo, and Ming
2. limitations
3. python intro
1. intro
4. sql
5. outro
4. python functions
Super Advanced Python –act1

Viewers also liked (20)

PDF
Python Functions (PyAtl Beginners Night)
KEY
Building Your First MongoDB Application
PDF
PyCon PH 2014 - GeoComputation
PPTX
Python Programming Essentials - M17 - Functions
PPT
Number Base Part2
PPTX
3. database
PPTX
2014_07_28_Django環境安裝以及 Django Book Chapter 4: Templates
PPT
Number Base Part1
PPT
Intro to Functions Python
PPTX
Python Programming Essentials - M18 - Modules and Packages
PPTX
Protecting Hosts
PPTX
Mastering Python lesson 4_functions_parameters_arguments
PPTX
Virtual Memory Management
PPTX
Chef on MongoDB and Pyramid
KEY
Schema Design at Scale
PDF
6. spreadsheet are code
PDF
Functions and modules in python
PDF
Switchable Map APIs with Drupal
PDF
Functions in python
PDF
Python Programming - I. Introduction
Python Functions (PyAtl Beginners Night)
Building Your First MongoDB Application
PyCon PH 2014 - GeoComputation
Python Programming Essentials - M17 - Functions
Number Base Part2
3. database
2014_07_28_Django環境安裝以及 Django Book Chapter 4: Templates
Number Base Part1
Intro to Functions Python
Python Programming Essentials - M18 - Modules and Packages
Protecting Hosts
Mastering Python lesson 4_functions_parameters_arguments
Virtual Memory Management
Chef on MongoDB and Pyramid
Schema Design at Scale
6. spreadsheet are code
Functions and modules in python
Switchable Map APIs with Drupal
Functions in python
Python Programming - I. Introduction
Ad

More from Navaneethan Naveen (20)

PPT
Class inheritance 13 session - SHAN
PPT
Python session 12
PPT
Python session 11
PPT
V irtualisation.1
PPT
Python session.11 By Shanmugam
PPT
Virtualisation-11
PPT
Networking session-4-final by aravind.R
PPT
Networking session3
PPT
WIN-ADCS-10
PPT
Python session 10
PPT
Python multithreading session 9 - shanmugam
PPT
Python session 8
PPT
PPT
Virtualization session 8
PDF
Virtualization session 7 by Gugan
PPT
Python session 7 by Shan
PPT
Virtualization s4.1
PPT
Python session 6
PPT
Gpo windows(4)
PPTX
Windows session 5 : Basics of active directory
Class inheritance 13 session - SHAN
Python session 12
Python session 11
V irtualisation.1
Python session.11 By Shanmugam
Virtualisation-11
Networking session-4-final by aravind.R
Networking session3
WIN-ADCS-10
Python session 10
Python multithreading session 9 - shanmugam
Python session 8
Virtualization session 8
Virtualization session 7 by Gugan
Python session 7 by Shan
Virtualization s4.1
Python session 6
Gpo windows(4)
Windows session 5 : Basics of active directory
Ad

Recently uploaded (20)

PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
01-Introduction-to-Information-Management.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
Cell Types and Its function , kingdom of life
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Lesson notes of climatology university.
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Complications of Minimal Access Surgery at WLH
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
102 student loan defaulters named and shamed – Is someone you know on the list?
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharma ospi slides which help in ospi learning
01-Introduction-to-Information-Management.pdf
A systematic review of self-coping strategies used by university students to ...
Cell Types and Its function , kingdom of life
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
VCE English Exam - Section C Student Revision Booklet
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Anesthesia in Laparoscopic Surgery in India
Final Presentation General Medicine 03-08-2024.pptx
Lesson notes of climatology university.
O7-L3 Supply Chain Operations - ICLT Program
Complications of Minimal Access Surgery at WLH
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
2.FourierTransform-ShortQuestionswithAnswers.pdf
human mycosis Human fungal infections are called human mycosis..pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3

Python session 2