ADVANCE PYTHON

ADVANCEE PYTHON - Contents

Advance Python

Advance Python

Module 1

Python training in delhi

Multithreading

  • Introduction
  • Life Cycle of a Thread
  • Working with threads and its methods
  • Thread Synchronization
  • Multithreaded Priority

Database  Connectivity

  • Introduction & Connecting to MySQL Database
  • Working with Cursor
  • Performing SELECT and INSERT Operation
  • Performing DELETE and UPDATE Operation

Graphical  User  Interface 

  • Introduction to tkinter module
  • Creating forms and working with Widgets
  • Working with Command Buttons
  • CRUDS Application

Networking 

  • Socket
  • Socket Module
  • Client and server
  • Internet Modules
  • Complete chat server

Introduction  of  Numpy  Module

  • Introduction to Numpy Arrays
  • Using zeros(), ones(), reshape(), hstack(), vstack(), asarray(), arange(), linspace() and logspace()
  • Indexing and Slicing of Arrays
  • Matrix Operations

Working  with  Panda  Module

  • Introduction to Pandas Series and DataFrames
  • Read Dataset from CSV File
  • Selecting Rows and Columns
  • Indexing and Slicing
  • Using loc and iloc
  • Sorting, Grouping and Aggregation

Data  Visualization  using  MatPlotLib

  • Introduction to Matplotlib and pyPlot API
  • Creating Line graph, Scatter Graph, Bar Chart, Pie Chart and Histogram
  • Parts of a Plot – Labels, Legends and Ticks

Web  Development  Using  Django

  • Understanding the Web Development Architecture
  • Architecture of Django
  • Getting started with a Django Project
  • Working on Admin Panel
  • Working with URLs and Patterns
  • Working on Templates and Static Files
  • Django Web Project