Thursday, July 8, 2021

E-content of Computer Science

 Brij Raj Singh PGT-CS

BSc(PCM),MCA,MTech(CSE-Information Security),NET,SET,BEd,PhD(pursuing)

E-Content of Python Programming

Function

 Function is a block of statements to perform a specific task. it's a kind of reusability. Python allows us to divide a large program into the basic building blocks known as a function. 

Kinds of functions:- Bould-in Function and User-defined Functions 

Advantage of Functions:-

  • functions avoid rewriting the same code again and again in a program.
  • functions can be called multiple times and anywhere in a program.
  • The large Python program can be divided into multiple functions.
  • A function can be reuse 
E-content
Link to my YouTube channel :
Video lecture on Function:-Functions
Video Lecture on File Handling:-FileHandling
Link to E-Content PPT:-FileHandling
Networking-PPT:-Networking
WebServices-PPT:-WebServices
Quiz on Python:-Quiz
Quiz on Python:-Quiz2
Python E-Book:-EBook

E-content of Computer Science

  Brij Raj Singh PGT-CS BSc(PCM),MCA,MTech(CSE-Information Security),NET,SET,BEd,PhD(pursuing) E-Content of Python Programming Function   Fu...