

Python Programming - From Basics to Advanced level at UDEMY Overview
Duration | 8 hours |
Total fee | ₹700 |
Mode of learning | Online |
Credential | Certificate |
Python Programming - From Basics to Advanced level at UDEMY Highlights
- Earn a certificate from Udemy
- Get a 30-Day money-back guarantee
Python Programming - From Basics to Advanced level at UDEMY Course details
- For Beginners looking to get started with Python Programming
- For Beginners who want to be a Python Developer
- For Beginner Python Developers curious about Web Scraping
- For Developers who wish to master Python
- Introduction to Python and Python 3
- Understand the basics: Data types, Loops, Conditional statements, Functions and Modules
- Learn object oriented programming in Python
- Know how to Read and Parse JSON and XML files
- Learn how to make your own web-scraping tool using Python
- Learn all the Python data types and built-in methods in depth
- Learn user-defined functions, different parameter passing techniques, and object-oriented Python programming concepts
- Learn the must-know concepts in Python programming like list comprehension, map function, filter Function, generators, iterators, and itertools
- And also cover web scraping using beautifulSoup, multi-threading, and database access.
Python Programming - From Basics to Advanced level at UDEMY Curriculum
Conditional Statements
if, elif, else
Iterating using For loop
Syntax
Iterating using For loop
Continue
Break
enumerate
Iterating using While Loop
Syntax
Python Assignment - 1
Conditional and Looping Statements
Str Data Type
Indexing
Slicing
Striding - Closer look at python data types
Str Data Type
Built-in functions - Closer look at python data types
List Data Type
Indexing
Slicing
Append - Extend - Insert - Closer look at
List Data Type
Update and Delete Operations - Closer look at python data types
Tuple Data Type - Closer look at python data types
Dictionary Data Type
Storing and Accessing the data in dictionaries
Dictionary Data Type
Update and Delete Operations
Set Data Type
Add - Update - Delete operations
Working with Math and Random Modules
Math functions
Random Number Generator
Getting Started with User Defined Functions
Parameter Passing Techniques
Positional - Default - Keyword Parameters
Parameter Passing Techniques
Variable Length Positional and Keyword Parameters
Writing Recursive Functions
Creating Modules and Packages
Introduction to RE Module
Regx Meta-characters
RE Module
Groups
List Comprehension - Dict Comprehension
Functional Programming
Map - Filter - Lambda
Function Iterators
Generator functions
Iterators and Itertools
Getting started with file operations
File Operations
Read - Write - Append
Parsing JSON files using Python
Parsing XML files using xmltodict