5 Months

Hindi/English

Yes

Yes

Yes

Yes

Free

Description

Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn’t specialised for any specific problems. Python is a high-level, general-purpose programming language. Its design philosophy emphasises code readability with the use of significant indentation via the off-side rule. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented, and functional programming. It is often described as a “batteries included” language due to its comprehensive standard library. Additionally, OddIQ offers python internship for freshers aiming to excel in Python development.

Course Content Overview:

Introduction, Variables, Data Types, Operators, type Conversion

Control structure – If else, switch, ternary operator, For loop, nested for loop, while loop, break, continue

Collection – List, Dictionary, Set

“functions, argument, return type, Arbitrary Arguments, *args, Keyword Arguments

“kwargs, Default value parameters, nested functions. Anonymous functions. Local vs global variables”

Introduction to OOP , Object , Class, Methods, initializer, self, static, List of object

Inheritance – single, multilevel, hierarchical , multiple, pass keyword

Runtime Polymorphism, Method overriding, super keyword, Abstraction, Abstract Class, ABC Module

Modules and Access specifiers, Exception Handling try, except, raise, else, finally, custom exception

Enumeration, Multithreading , File Handling, CSV read, write

Python MySQL Database Connectivity