Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Representation and Serialization
Rating: 4.9 out of 5(7 ratings)
92 students

Data Representation and Serialization

What does that data look like?
Last updated 1/2019
English

What you'll learn

  • Understand and use CSV as a means to store data.
  • Use Python to read and write CSV data.
  • Understand and use JSON as a means to store data.
  • Use Python to read and write JSON data.
  • Understand and use YAML as a means to store data.
  • Use Python to read and write YAML data.
  • Understand and use XML/HTML to store and represent data.
  • Use Python to read, write, and manipulate XML/HTML data.

Course content

5 sections25 lectures11h 0m total length
  • Overview2:29

    In this series, we take a look at common formats for saving, reading, and shuffling data around such as Comma Separated Values (CSV), JavaScript Object Notation (JSON), YAML Ain't Markup Language (YAML), and eXtensible Markup Language (XML). If you want to know more about these data formats as well as how to interact with these different data representation using Python, then we will see you there!

Requirements

  • Familiarity with Python programming.

Description

Data Representation and Serialization

In this series, we take a look at common formats for saving, reading, and shuffling data around such as Comma Separated Values (CSV), JavaScript Object Notation (JSON), YAML Ain't Markup Language (YAML), and eXtensible Markup Language (XML). If you want to know more about these data formats as well as how to interact with these different data representation using Python, then we will see you there!

Course Format

•          Binge-worthy TV shows! Watch comprehensive, in-depth episodes that use a talk show-like format to keep you engaged while learning.

•          You can pick and choose episodes or you can watch as a complete series.

•          A little humor, anecdotes, and real-world examples.

Other Courses

Ready to become a DevPro? Get more DevProTV training with a variety of topics. Join Justin and DevProTV to level up your programming prowess!

Updates and Versions

The programming world updates at a break neck pace. As a result, there are times that certain tools, editors, libraries have changed. While syntax or names may change, the foundations remain the same. Though we hope to keep things updated, there may be time before that can occur. I recommend seeing if you can translate between changes and if all fails, ask questions!

Who this course is for:

  • Beginner Python developers looking to understand different data storage formats.