Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
encoding and decoding in python
Rating: 4.3 out of 5(19 ratings)
6,876 students

encoding and decoding in python

understanding the concepts of encoding and decoding and how it is done in python
Last updated 10/2019
English

What you'll learn

  • definition of encoding and decoding
  • different representations of numbers
  • numerical data types
  • encoding methods in python
  • converting decimal to hexadecimal and binary and vice versa manually and in python
  • why binary ? transistors as switches

Course content

4 sections10 lectures1h 50m total length
  • numerical data types11:52

    Explore numerical data types in Python, including int, long, float, and complex, using type() and numeric literals to understand memory limits, scientific notation, infinity, and zero behavior.

  • different numbering systems6:39

Requirements

  • no prior knowledge is required even though some basic python knowledge might help

Description

in this course , first we talk about different numerical data types and also different representations of numbers . and we start to convert decimal numbers to hexadecimal and binary and vice versa both manually and in python . after that we define deep concepts of encoding and also the definitions of unicode , utf-8 and so on. and then we introduce different encoding methods in python and where they could be applied.

Who this course is for:

  • software developers
  • python developers
  • programmers who want to go in the security field