Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python 3: Tools, Modules and JSON
Rating: 4.4 out of 5(39 ratings)
344 students

Python 3: Tools, Modules and JSON

Python 3 Part 2: Tools, Modules, and JSON
Last updated 1/2019
English

What you'll learn

  • Create working Python scripts following best practices
  • Use python iterators and generators appropriately
  • Use regular expressions, lambda functions and decorators
  • Search and replace text with regular expressions
  • Work with modules and packages including APIs
  • Learn metaprogramming
  • Understand the structure of XML and JSON
  • Learn XML and JSON parsing

Course content

3 sections47 lectures3h 51m total length
  • Topic A: Iterators and Generators - Part 10:24
  • Iterators and Generators - Part 215:26
  • Iterators and Generators - Part 30:19

    Explore the background of iterators and generators and see a practical demonstration on implementing them in Python 3, then preview how regular expressions are used in Python.

  • Topic B: Regular Expressions - Part 10:23
  • Regular Expressions - Part 217:48
  • Regular Expressions - Part 30:25
  • Topic C: Introspection and Lambda Functions - Part 10:24
  • Introspection and Lambda Functions - Part 2A4:05
  • Introspection and Lambda Functions - Part 2B11:14
  • Introspection and Lambda Functions - Part 2C5:27
  • Introspection and Lambda Functions - Part 2D6:00
  • Introspection and Lambda Functions - Part 30:19

    Explore how introspection and lambda functions boost flexibility and knowledge of your own objects, and show how anonymous functions promote more elegant code structure in daily development.

  • Topic D: Metaclasses and Decorators - Part 10:19
  • Metaclasses and Decorators - Part 2A2:45
  • Metaclasses and Decorators - Part 2B10:51

    Explore metaclasses and decorators in Python by comparing plain classes with dynamic attribute creation, using an attribute type metaclass to instantiate submarine and tank objects efficiently.

  • Metaclasses and Decorators - Part 2C2:49
  • Metaclasses and Decorators - Part 2D6:58

    Explore how decorators in Python work by building a decorator class, wrapping functions to run code before and after calls. Learn practical examples showing dynamic function enhancement and runtime behavior.

  • Metaclasses and Decorators - Part 30:17
  • Review - Question

Requirements

  • The Python Tools, Modules and JSON is part of the two-course series on Python.
  • The candidates wishing to register for this course are required to have completed the Python Fundamentals course.
  • In addition to this, a basic understanding of the Python language and standard library is also recommended.

Description

The Python Tools, Modules and JSON course will enable the students to learn the more advanced concepts of writing and running Python scripts. The course builds on the Python Fundamentals course and covers the more complex topics such as iterators and generators, regular expressions, introspection and lambda functions, metaclasses and decorators, and using the extensive functionality of Python modules. Extra emphasis is placed on features unique to Python, such as metaprogramming and JSON. After completing this course, the students will immediately be able to use Python to complete tasks in the real world.

The Python Tools, Modules and JSON course will comprehensively cover the more advanced topics related to the Python programming language with primary focus on the several tools, modules and JSON. The course enables the students to code efficient scripts to solve the real-world problems using the advanced features of Python.


Who this course is for:

  • Advanced level programmers
  • System administrators who want to use Python to support their server installations
  • Website administrators who want to use Python to support their web-servers
  • IT professionals who want to automate or simplify common tasks with the use of Python scripts