Intermediate Python Tutorial #7 - Collections/namedtuple()

Profile Picture
- Published on Oct 15, 2018馃審 Public

Intermediate Python Tutorials #7 - Collections/namedtuple()

Today's Topic: namedtuple, a namedtuple is a goo way of making your code more readable and organized. It allows for indexing by attribute name and comes with a few useful methods. It is a child class of the main tuple class in python.

In this set of videos I will be explaining more advanced programming concepts and showing you intermediate-advanced tools that you can use in python. A lot of these tools will help you to solve problems/code more efficiently and will save you a ton of time!

Text-Based Tutorial: https://techwithtim.net/tutorials/pyt...

Twitter: https://twitter.com/TechWithTimm

  1. Collections: deque
  2. Collections: orderedDict
  3. Collections: defualtDict
  4. docstrings

Want To Support This Channel? Bitcoin: 1PbkAYLFaJBgjbKn2ptGyBz65xWN8hJgBU Ethereum: 0xdd42dbbdba60f7163fc7a840e189474b6e8bfcad Ripple: rD4arM9CVjQWqi8f1kxdpCgkCgEkqBgtud

Please leave a LIKE and SUBSCRIBE for more content!

Tags:

  • Tech With Tim
  • Python Tutorials
  • Intermediate Python Tutorials
  • collections python
  • namedtuple()
  • namedtuple() python