AMR Technologies (Software & It coaching)
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics developed by Guido van Rossum. It was originally released in 1991. Designed to be easy as well as fun, the name "Python" is a nod to the British comedy group Monty Python. Python has a reputation as a beginner-friendly language, replacing Java as the most widely used introductory language because it handles much of the complexity for the user, allowing beginners to focus on fully grasping programming concepts rather than minute details.
Python is used for server-side web development, software development, mathematics, and system scripting, and is popular for Rapid Application Development and as a scripting or glue language to tie existing components because of its high-level, built-in data structures, dynamic typing, and dynamic binding. Program maintenance costs are reduced with Python due to the easily learned syntax and emphasis on readability. Additionally, Python's support of modules and packages facilitates modular programs and reuse of code. Python is an open source community language, so numerous independent programmers are continually building libraries and functionality for it.
Module 1 - Introduction
Module 2 - Variables
Module 3 - Operator
Module 4 - Decision Making - Loops
Module 5 - String
Module 6 - List
Module 7 - Tuples
Module 8 - Dictionary
Module 9 - Function
Module 10 - Modules
Module 11 - Files
Module 12 - Directories
Module 13 - Exception Handling
Module 14 - OOP
Module 15 - Regular Expressions
Module 16 - CGI
Module 17 - GUI Programming
Module 18 - My SQL
Module 19 - Multi Threading
Module 20 - Framework
Module 21 - Data Analysis Libraries
Data Analysis
Data Science
Business Applications
Web Development
Desktop Graphical User Interfaces (GUIs)
Game Development
Scientific and Numeric Computing
Artificial Intelligence and Machine Learning
Compatible with a variety of platforms including Windows, Mac, Linux, Raspberry Pi, and others
Uses a simple syntax comparable to the English language that lets developers use fewer lines than other programming languages
Operates on an interpreter system that allows code to be executed immediately, fast-tracking prototyping
Can be handled in a procedural, object-orientated, or functional way