0(0)

Python for Beginners – Basics to Advanced

1.00

Description

Python is an interpreted, object-oriented, high-level programming language. It is an open source programming language with more than 1 million libraries and more than 100,000 active contributors. Python is also known for its simplicity as compared to other programming languages. Be it Artificial Intelligence or Web Development or IoT or Big Data Analysis or Cloud Application Development or Automation domain you can find n number of use cases for Python.

In this course, we will start with Python Installation and few basics of Python. Along the journey, we will discuss all the python data types and built-in methods in depth. We will discuss User-defined functions, different parameter passing techniques and object oriented programming concepts in Python. Further, we will discuss the must know concepts for python programmers like list comprehension, map function, filter Function, generators, iterators and itertools. We will also cover web scraping using beautifulSoup, multi threading and database access.

Once you reach here you can start the new journey to learn domain-specific python libraries like NumPy, Pandas, Matplotlib, Scikit-learn, tensorflow, keras for machine learning. Django, flask for web development. pySpark for big data processing and many more…

What Will I Learn?

  • 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

Topics for this course

41 Lessons

Section 1: Introduction & Basics

1. Why Python ?2:09
2. How to install Python and Sublime text6:47
3. Variable Declaration and Memory Allocation00
4. Builtin Python Datatypes13:43
5. Python Operators21:22

Section 2: Conditional Statements and Loops

Section 3: Python Data Types – String, Lists, Tuple, Dictionaries

Section 4: Python Functions

Section 5: Python Modules and Packages

Section 6: Functional Programming

Section 7: File Operation | JSON, XML Parsing

Section 8: Object Oriented Programming

Section 9: Web Scraping and Database handling using Python

Section 10: Python Decorators

About the instructors

Jerad Hill

0 ratings (0 )
41 Courses
9 students

Share

Course Details

Requirements

  • Basic problem solving skills
  • Knowledge of any programming language will be an add-on

Target Audience

  • Beginners looking to get started with Python Programming
  • Beginners who want to be a Python Developer
  • Beginner Python Developers curious about Web Scraping
  • Developers who wish to master Python