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

Python - Basic & Intermediate

Uploaded by

srisuresh4844
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)
49 views

Python - Basic & Intermediate

Uploaded by

srisuresh4844
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/ 1

Basic

● Machine Language -> Programming Language -> Human Language


● Numbers, Letters, Image, Video representation in computers
● Input - Output Analogy
● print statement
● String / Text - Usage of double quotes
● Datatypes & type()
● function
● Variables and Types (Integer, Float, String)
● User input, Type Casting
● Operators (Arithmetic, Comparison, Logical)
● Function declaration and definition
● functions w/ & w/o parameter
● functions w/ & w/o return value
● String and their methods
● List and their methods, len() function
● Conditions (If..Else, not)
● Looping (for, while)

Intermediate
● Return Statement, break, continue
● Local and Global Scope
● Tuples, Set
● Dictionary and their Functions
● Nested loop & nested conditions
● Debugging Techniques (Using a debugger, breakpoint, logging)
● Exception
● String Formating
● File Handling - Create, Write, Read, Append

You might also like