
Yancy Dennis


The Solo AI Founder
Building a SaaS MVP with Python in Under a Year
Integrating Flask and Streamlit
A Guide to Creating Interactive Web Pages and Embedding Them Into Existing Websites
Create A Graph with 2 Legends
How to create a graph in Python with two legends using matplotlib and the legend() function.
RapidFuzz versus FuzzyWuzzy
String matching with Python
How to Read from Multiple Sheets in an Excel File with Python
A guide on reading from multiple sheets in an Excel file using Python.

How to Use Glob and Pandas to Read Multiple Filenames
Sometimes we need to work with multiple files. Glob is a handy Python package to read in multiple file names without having to manually write out the names of files. Of course, you could perform the…