<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Python Tutorial: Real World Example - Parsing Names From a CSV to an HTML List</title>
        <link>https://video.trieutien.xyz/videos/watch/20a9db8f-cbcc-4581-83f6-cc3e5c921ce6</link>
        <description>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 saved me a lot of time in the future. Let's get started. The code from this video can be found at: https://github.com/CoreyMSchafer/code_snippets/tree/master/Python-Patreon-CSV ✅ Support My Channel Through Patreon: https://www.patreon.com/coreyms ✅ Become a Channel Member: https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join ✅ One-Time Contribution Through PayPal: https://goo.gl/649HFY ✅ Cryptocurrency Donations: Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3 Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33 Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot ✅ Corey's Public Amazon Wishlist http://a.co/inIyro1 ✅ Equipment I Use and Books I Recommend: https://www.amazon.com/shop/coreyschafer ▶️ You Can Find Me On: My Website - http://coreyms.com/ My Second Channel - https://www.youtube.com/c/coreymschafer Facebook - https://www.facebook.com/CoreyMSchafer Twitter - https://twitter.com/CoreyMSchafer Instagram - https://www.instagram.com/coreymschafer/ #Python</description>
        <lastBuildDate>Wed, 26 Aug 2026 11:41:57 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.trieutien.xyz</generator>
        <image>
            <title>Python Tutorial: Real World Example - Parsing Names From a CSV to an HTML List</title>
            <url>https://video.trieutien.xyz/lazy-static/avatars/47e897f7-9f83-4990-8cbf-bae814af4903.png</url>
            <link>https://video.trieutien.xyz/videos/watch/20a9db8f-cbcc-4581-83f6-cc3e5c921ce6</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.trieutien.xyz/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.trieutien.xyz/feeds/video-comments.xml?videoId=20a9db8f-cbcc-4581-83f6-cc3e5c921ce6" rel="self" type="application/rss+xml"/>
    </channel>
</rss>