Skip to main content

Best python training in bangalore | www.mytectra.com

myTectra offers Python Training in Bangalore using Class Room. myTectra offers Live Online Python Training Globally

Python is a general-purpose interpreted, interactive, object-oriented and high-level programming language. Currently Python is the most popular Language in IT. Python adopted as a language of choice for almost all the domain in IT including Web DevelopmentCloud Computing (AWS, OpenStack, VMware, Hadoop, etc.. ), Infrastructure Automations , Software Testing, Mobile Testing, Big Data and Hadoop, Data Science, etc. This course to set you on a journey in python by playing with data, creating your own application, and also testing the same. We call this course as Python for Everyone. myTectra offers Python Training in Bangalore  using Class Room. myTectra offers Live Online Python Training Globally.

Chaper 1: An Introduction to Python
Chapter 2: Beginning Python Basics 
2.1. The print statement
2.2. Comments
2.3. Python Data Structures & Data Types
2.4. String Operations in Python
2.5. Simple Input & Output
2.6. Simple Output Formatting
Chapter 3: Python Program Flow 
3.1. Indentation
3.2. The If statement and its' related statement
3.3. An example with if and it's related statement
3.4. The while loop
3.5. The for loop
3.6. The range statement
3.7. Break & Continue
3.8. Assert
3.9. Examples for looping
Chapter 4: Functions & Modules
4.1. Create your own functions
4.2. Functions Parameters
4.3. Variable Arguments
4.4. Scope of a Function
4.5. Function Documentation/Docstrings
4.6. Lambda Functions & map
4.7. An Exercise with functions
4.8. Create a Module
4.9. Standard Modules
Chapter 5: Exceptions
5.1. Errors
5.2. Exception Handling with try
5.3. Handling Multiple Exceptions
5.4. Writing your own Exceptions
Chapter 6: File Handling 
6.1. File Handling Modes
6.2. Reading Files
6.3. Writing & Appending to Files
6.4. Handling File Exceptions
6.5. The with statement
Chapter 7: Classes In Python 
7.1. New Style Classes
7.2. Creating Classes
7.3. Instance Methods
7.4. Inheritance
7.5.Polymorphism
7.6. Exception Classes & Custom Exceptions
Chapter 8: Regular Expressions 
8.1 Simple Character Matches
8.2 Special Characters
8.3 Character Classes
8.4 Quantifiers
8.5 The Dot Character
8.6 Greedy Matches
8.7 Grouping
8.8 Matching at Beginning or End
8.9Match Objects
8.10 Substituting
8.11 Splitting a String
8.12 Compiling Regular Expressions
8.13 Flags
Chapter 9: Data Structures 
9.1 List Comprehensions
9.2 Nested List Comprehensions
9.3 Dictionary Comprehensions
9.4 Functions
9.5 Default Parameters
9.6 Variable Arguments
9.7 Specialized Sorts
9.8 Iterators
9.9 Generators
9.10 The Functions any and all
9.11 The with Statement
9.12 Data Compression
Chapter 10: Writing GUIs in Python 
10.1 Introduction
10.2 Components and Events
10.3 An Example GUI
10.4 The root Component
10.5 Adding a Button
10.6 Entry Widgets
10.7 Text Widgets
10.8 Checkbuttons
10.9 Radiobuttons
10.10Listboxes
10.11 Frames
10.12 Menus
10.13 Binding Events to Widgets
Chapter 11: Network Programming 
Introduction
11.1 A Daytime Server
11.2 Clients and Servers
11.3 The Client Program
11.4 The Server Program
11.5 Recap
11.6 An Evaluation Client and Server
11.7 The Server Portion
11.8 A Threaded Server
Chapter 12 : Python MySQL Database Access 
Introduction
12.1 Installation
12.2 DB Connection
12.3 Creating DB Table
12.4 INSERT, READ,UPDATE, DELETE operations
12.5 COMMIT & ROLLBACK operation
12.6 Handling Errors


To Learn Python Training in Bangalore using Class Room and Live Online Python Training in Bangalore ENROLL Today at myTectra.

Comments

Popular posts from this blog

Automation Testing Python Interview Questions

1.What is Python? What are the benefits of using Python? Answer: Python is a programming language with objects, modules, threads, exceptions and automatic memory management. The benefits of pythons are that it is simple and easy, portable, extensible, build-in data structure and it is an open source. 2.   How Python can be used in software testing?  Answer: 1. To generate test data; parse test results; generate reports; testing API calls etc. 2. Python to extract requirements from a Word document. 3. For testing tasks automation, setting up environments for tests, extracting performance data, etc… 4. Testers use Python extensively in many companies with Selenium for test automation. 5. For writing desktop applications used by testers. 6. Test data manipulation. 7. To build test environment 8. Testing with IronPython on .NET  3.What Python frameworks do you know?  Answer:  Framework called Web2py, PAMIE (Python automation Module for I. E.), The p...

Python Flask Interview Questions and Answers

Q1). What is Flask? Ans1 : Flask is a web micro framework for  Python  based on “Werkzeug, Jinja 2 and good intentions” BSD licensed. Werkzeug and jingja are two of its dependencies. Q2). What is the benefit of using Flask? Ans2:  Flask is part of the micro-framework. Which means it will have little to no dependencies on external libraries. It makes the framework light while there is little dependency to update and less security bugs. Q3). What is the difference between  Django,  Pyramid, and Flask? Ans3:  Flask is a “microframework” primarily build for a small application with simpler requirements. In flask, you have to use external libraries. Flask is ready to use.Pyramid are build for larger applications. It provides flexibility and lets the developer use the right tools for their project. The developer can choose the database, URL structure, templating style and more. Pyramid is heavy configurable. Q4). What is Flask-WTF and what are t...

Python real time Interview Questions and Answers

Q1).What is Python? Ans1:  Python is a high-level, interpreted, interactive and object-oriented scripting language.  Python  is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it h as fewer syntactical constructions than other languages. Q2).Name some of the features of Python. Ans2:  Following are some of the salient features of python − It supports functional and structured programming methods as well as OOP. It can be used as a scripting language or can be compiled to byte-code for building large applications. It provides very high-level dynamic data types and supports dynamic type checking. It supports automatic garbage collection. It can be easily integrated with C, C++, COM, ActiveX, CORBA, and Java. Q3).Do you have any personal projects? Really? Ans3: This shows that you are willing to do more than the bare minimum in terms of keeping your skillset up to date. If you work on per...