0% found this document useful (0 votes)
57 views1 page

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)
57 views1 page

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

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