DMDavid Makindeindaevidthegreat.hashnode.dev·Mar 7, 2023 · 2 min readExploring .txt file using PythonWelcome to the first article in the Series "Python and Files" where I will be using Python to open, read and write different file formats. In this episode, We will be reading and writing text files in Python. Python provides in-built standard librari...00
DMDavid Makindeindaevidthegreat.hashnode.dev·May 27, 2022 · 2 min readHandling forms in a static siteHey guys, I was working on my personal website when I reached an issue, HOW TO SUBMIT MY MESSAGE FORM. My site was a static site, I didn't want to add a backend so as to not make my website heavier, so I researched and found this awesome website Form...00