• Medientyp: E-Book; Video
  • Titel: Advanced Python: Serialization
  • Beteiligte: Tebeka, Miki [Erzähler:in]
  • Erschienen: Carpenteria, CA: linkedin.com, 2020
  • Umfang: 1 Online-Ressource (Laufzeit: 01:12:03.00)
  • Sprache: Englisch
  • Schlagwörter: Instructional films ; Educational films
  • Entstehung:
  • Anmerkungen: Latest version of the following browsers: Chrome, Safari, Firefox, or Internet Explorer. Adobe Flash Player Plugin. JavaScript and cookies must be enabled. A broadband Internet connection
  • Beschreibung: When you're making calls between different services, you can use serialization to move data around in a predictable manner for easy encoding and decoding. In this course, instructor Miki Tebeka takes a deep dive into the subject of serialization with Python, exploring key serialization formats, how to work with each format, and how to pick the right one for your Python project. He covers Python-specific serialization formats such as marshal and pickle; how to serialize and deserialize using JSON; how to encode and decode messages and serialize using protocol buffers; how to use msgpack; and more. Along the way, he shares challenges that allow you to put your new knowledge to the test.