PYTHON

Python is one of the most popular and widely used programming languages in the world. In fact, Python has surpassed Java to become the first-choice for developers in data science, AI and machine learning market. It is easy-to-use and versatile. Tech giants like Google, Facebook, Netflix use Python to generate insights from data and build ground-breaking products. The Star Python 3 is a comprehensive training program that introduces learners to the Python development language, the essentials of object-oriented programming, and web development. The purpose of this program is to teach the student how to program in Python and prepare for a career in data science, AI, machine learning, and deep learning.

Star Python 3 starts from the basics and gives a holistic view of the Python programming language, detailing all the aspects of Python from data types, to statements, loops, arrays, strings and functions, further to classes, objects and other important OOP concepts like inheritance, polymorphism and more. Advanced concepts like connecting to databases, interacting with networks and handling concurrency are also discussed to give the learners a wholistic view of the Python development capabilities.

Audience

  • Beginner to Intermediate

PYTHON Course Objectives

In this course, you will learn about:

  • Programming in Python
  • Implementing data types, statement, operators and strings
  • Implementing OOPs concept in Python
  • Creating GUI applications using Python
  • Connecting with databases
  • Implementing TCP socket connectivity

Course Outcome

After competing this course, you will be able to:

  • Create your first program in Python IDLE
  • Implement OOPs concepts in your programming
  • Use Arrays, and Data structures
  • Create an application with the support of graphics in Python
  • Implement error handling

Table Of Contents Outline

  • Python: An Introduction
  • Creating Your First Program in Python
  • Data Types: Classifying Data in Python
  • Implementing Input and Output Operations
  • Operators: Performing Logical and Mathematical Operations
  • Statements: Controlling the Flow of Program
  • Strings: A Sequence of Characters
  • Arrays: Arranging Similar Objects Systematically
  • Implementing Functions in Python
  • Lists and Tuples: Managing Data Systematically
  • Dictionaries and Other Data Structures
  • Recursion and Algorithms in Python
  • Implementing OOPs Concepts, Classes and Objects
  • Implementing Inheritance in Python
  • Implementing Polymorphism in Python
  • Interfaces and Abstraction in Python
  • Creating a GUI Using Python
  • Handling Files I/O
  • Connecting to a Database in Python
  • Handling Errors and Exceptions
  • Regular Expressions
  • Interacting with Networks
  • Handling Concurrency Using Threads
  • Handling Numbers, Dates and Time

Labs

  • Implementing Expressions, Variables, Quotes, Basic Math operations, Strings: Basic String Operations & String Methods, List, Tuples, Dictionaries, Arrays.
  • Implementing Statements and Functions
  • Implementing OOPS concepts
  • Implementing Exception Handling and Multithreading
  • Implementing GUI Programming using Tkinter
  • Connecting to MySQL Database
  • Implementing connections with TCP and UDP Sockets in Python