Top Categories

Python Tutorial: Real World Example - Parsing Names From a CSV to an HTML List
  • Category: Information Technology
  • Sub Category: Web Development
  • python 3.6
  • python csv module
  • Python (Programming Language)
  • Python Tutorial
  • Python Basics
  • python csv
  • Python
  • python programming
  • comma-separated values (file format)
  • csv
No Views
In this Python Programming Tutorial, we'll be learning how to parse a CSV file and output the data to an HTML unordered list. This is a real world problem I ran into with my website. The list was becoming too large for me to maintain manually, so writing a Python script to automate this process save

Comments

You Might Be Interested In