Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Milestones in Python 3.9 with exciting new features
Rating: 3.9 out of 5(30 ratings)
10,311 students

Milestones in Python 3.9 with exciting new features

Python 3.9 introduction, Zone Information Module, Annotations, Merge and Update Dictionaries, Generics, Remove Pref.....
Created byKumail Raza
Last updated 12/2020
English

What you'll learn

  • In this course, you will get understanding of New Features in Python 3.9 programming as compared to Python 3.8 with demo in both environments.
  • Students will be able to learn new features of Python 3.9.
  • Students will be able use these tools in their projects
  • Students will be able to practice use cases

Course content

1 section7 lectures49m total length
  • Introduction1:16

    In this course you are going to learn about new and exciting features of Python 3.9.
    In this series of video we will be discussing
    -Annotations

    -Merge and update dictionaries

    -Zone information module

    -String Module

    -Multiphase Initialization

    -Float list in Python 3.9

    -Remove prefix and Remove suffix function

    and much more to learn


  • Zone Information and Conversion11:09

    In this video we will discuss about zone information module recently introduce in Python 3.9
    -Conversion of Time zone

    -Comparison of writing codes in Python 3.8 and 3.9

    -Defining zone information

    -Installing pytz

    -Installing tzdata

    -Installing datetime

  • Annotations - Flexibility and meta data in python functions11:11

    In this video Annotations in Python 3.9 will be discussed.

    - Flexibility

    - Metadata in Python functions

    -Float

  • Merge and Update dictionaries in Python7:32

    In this video Merge and Update dictionaries are going to be discussed.

    - Comparing this feature between Python 3.8 and 3.9

    - Demo

  • Float List in Python 3.95:33

    This video Generics will be discussed

    -Creating Float list in Python 3.9

    -Demo

    -Comparing Python 3.8 and 3.9

  • Remove Prefix and Remove Suffix Functions6:38

    Prefix and Suffix functions introduced in Python 3.9 will be discussed in this video.

    -Reducing String by a Prefix or Suffix

    - Demo

  • Multiphase initialization in Python 3.96:07

    Python new feature of Multiphase initialization will be discussed in this video.

    -Using Math module

    -Taking G.C.D

    -Taking L.C.M

    -Comparison between Python 3.8 and 3.9

Requirements

  • Python 3.9 and 3.8 Installed, An understanding of data types, flow controls, OOP, decorators and generators in python.
  • Basic experience of using Python

Description

Python 3.9, released today, brings forward significant changes to both the features of the language and to how the language is developed. Python has mushroomed in popularity the last few years, and its use has exploded in rapidly evolving areas such as data science and machine learning. The project is working hard to keep pace with all of the new demands.


Python 3.9 is here! Volunteers from all over the world have been working on improvements to Python for the past year. While beta versions have been available for some time, the first official version of Python 3.9 was released on October 5, 2020.

Python 3.9 is the last version providing those Python 2 backward compatibility layers, to give more time to Python projects maintainers to organize the removal of the Python 2 support and add support for Python 3.9.


New Features in Python 3.9 In this course, you will have an understanding of some of the exciting new features in Python 3.9

-Zone Information Module and what problem it solves.

-Annotations with its use.

-Python Merge and Update Dictionaries.

-Generics - creating float in Python list

-Remove Prefix and Suffix in Python

-Python Multiphase Initialization

You will definitely love this course because it is simple, easy, and takes you levels ahead in python programming without even noticing.

To try out the new features yourself, you need to have Python 3.9 installed. You can download and install it from the Python home page.


Who this course is for:

  • Any one who is looking to get an idea of Python 3.9 features and how it is effective as compared to Python 3.8
  • Python developers