Advanced Programming With Python
Advanced Programming With Python
With Python
Course objective
After taking this course attendees should be able to:
Prerequisites
The audience should have a basic understanding of any programming languages
like C or Java or knowledge of any scripting language.
Contents
Basic syntax
Environment setup
The python programming language
What is a program?
What is debugging?
Functions
Function calls
Type conversion functions
Math functions
Composition
Adding new functions
Definitions and uses
Flow of execution
Parameters and arguments
Variables and parameters are local
Stack diagrams
Fruitful functions and void functions
Why functions?
Importing with from
Debugging
Fruitful functions
Return values
Incremental development
Composition
Boolean functions
More recursion
Leap of faith
One more example
Checking types
Debugging
Iteration
Multiple assignments
Updating variables
The while statement
Break
Square roots
Algorithms
Debugging
Strings
A string is a sequence
Len
Traversal with a for loop
String slices
Strings are immutable
Searching
Looping and counting
String methods
The in operator
String comparison
Debugging
Lists
A list is a sequence
Lists are mutable
Traversing a list
List operations
List slices
List methods
Map, filter and reduce
Deleting elements
Lists and strings
Objects and values
Aliasing
List arguments
Debugging
Dictionaries
Dictionary as a set of counters
Looping and dictionaries
Reverse lookup
Dictionaries and lists
Memos
Global variables
Long integers
Debugging
Tuples
Tuples are immutable
Tuple assignment
Tuples as return values
Variable-length argument tuples
Lists and tuples
Dictionaries and tuples
Comparing tuples
Sequences of sequences
Debugging
Exception Handling
Lambda Function
Useful Python Libraries
Files
Persistence
Reading and writing
Format operator
Filenames and paths
Catching exceptions
Databases
Pickling
Pipes
Writing modules
Debugging
Attributes
Rectangles
Instances as return values
Objects are mutable
Copying
Debugging
Inheritance
Inheritance
Class diagrams
Debugging
Data encapsulation
Python MySQL
Create Database
Create Table
Insert
Select
Where
Order By
Delete
Drop Table
Update
Python Modules
Numpy
Pandas
Matplotlib
Project Work
GUI-based application development using tkinter
Syllabus
for
DATA SCIENCE WITH
PYTHON
Course Objectives
After taking the course, students will be able to:
Prerequisites
The audience should have a basic understanding of the python programming
language and statistics.
Contents
Web Scraping for Data Collection
BeautifulSoup
Python Requests
parsing - JSON,XML
Numpy Python
NumPy Tutorial Basics
NumPy Attributes and Functions
Creating Arrays from Existing Data
Creating Array from Ranges
Indexing and Slicing in NumPy
Advanced Slicing in NumPy
Numpy Broadcasting
Array Manipulation Functions
NumPy Unique()
NumPy Delete()
NumPy Insert Function
Numpy RAVEL() SWAPAXES()
NumPy Trigonometric Functions
NumPy Round Functions
NumPy Arithmetic Functions
NumPy Power and Reciprocal Functions
NumPy Power and Mod Functions