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

Python Boot Camp

The document provides an overview of the topics covered in a Python bootcamp course, including installing Python, using IDEs like IDLE and Jupyter Notebook, Python essentials like variables, data types, operators, functions, control flow, OOP principles, data structures, exception handling, modules, file I/O, the standard library, and data analysis libraries like NumPy, Matplotlib, and Pandas. The bootcamp offers small batch sizes, personal attention, hands-on learning, mini-projects, and certificates for completion at a cost of ₹2999.

Uploaded by

srikanth ganji
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views

Python Boot Camp

The document provides an overview of the topics covered in a Python bootcamp course, including installing Python, using IDEs like IDLE and Jupyter Notebook, Python essentials like variables, data types, operators, functions, control flow, OOP principles, data structures, exception handling, modules, file I/O, the standard library, and data analysis libraries like NumPy, Matplotlib, and Pandas. The bootcamp offers small batch sizes, personal attention, hands-on learning, mini-projects, and certificates for completion at a cost of ₹2999.

Uploaded by

srikanth ganji
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Python

BootCamp

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


INTRODUCTION TO PYTHON

INSTALLING PYTHON 3.X GETTING USE TO 'IDLE' IDE FOR USE OF JUPYTER NOTEBOOK FOR
PYTHON DEVELOPMENT RUNNING PYTHON SCRIPTS.

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


Variables

Data types and Python's automatic type


inference

Operators

Python Essentials
Defining Functions

Python BIF's (Built in functions)

Control flow statements - if, for, while

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


FUNCTIONS IN PYTHON

DEFINING A FUNCTION DEFAULT ARGUMENT KEYWORD VARIABLE NUMBER OF LAMBDA EXPRESSIONS


IN PYTHON VALUES ARGUMENTS ARGUMENTS

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


OBJECT- • Classes in Python
• Class Objects

ORIENTED • Instance Objects


• Method Objects
PRINCIPLES • Class and instance variables
• Inheritance
(OOP) • Access specifiers in Python

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


Lists

Tuples

DATA
STRUCTURES Set

IN PYTHON
Dictionaries

Looping through the various data structures

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


DIFFERENCE BETWEEN SYNTAX ERRORS AND
EXCEPTIONAL CONDITIONS

EXCEPTIONS
EXCEPTION
HANDLING HANDLING EXCEPTIONS

IN PYTHON
RAISING EXCEPTIONS

USER DEFINED EXCEPTIONS

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


MODULES
• Executing Modules as scripts
• Compiled Python files
• Standard Modules
• The dir()
• Packages in Python

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


FILE IO IN PYTHON
• Reading from a file
• Writing to a file
• Methods of File objects

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


Command line arguments

Regular Expressions
USING THE PYTHON
Math Module
STANDARD LIBRARY
Dates and Time

Many more

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


PYTHON FOR DATA ANALYSIS

INTRODUCTION TO THE INTRODUCTION TO THE INTRODUCTION TO


NUMPY LIBRARY MATPLOT LIBRARY PANDAS

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983


Small Batches of 4 – 5 students

Personal Attention

Hands-on Learning

Technovedas Mini-project after course

Certificate on completion

Course Fee: ₹2999/- only

For enrolment fill up: https://forms.gle/UzARNzQ9y2h546z79

For more information contact us on [email protected] | +919930999097 | +918779238410 | +919769038983

You might also like