The purpose of this project is to be a place where all the applications/scripts I wrote over the course of Ardit Sulce's Python Mega-Course can be displayed alongside links to their github repositories. It served as a more robust introduction to using third-party packages and also a decent introduction to the capabilities of the streamlit package itself.
The home page provides a short introduction to myself, and automatically generates the list of applications I created during the course, with the data (including app names, images, github links etc) being read using pandas from a csv file. The website also includes a "contact me" page which allows users to email me directly from the webpage.
During this project I learnt how to build multipage streamlit websites, read csv data structures using pandas, and gained experience using Python's built-in smtplib module. Note that long after the first version of this app, I massively expanded it, separating the homepage from the page where the apps are displayed, and adding a documents page. I also restructured the application to run through the streamlit_app.py file which manages the pages rather than using a separate 'Pages' directory. I also wrote proper config.toml and secrets.toml files.
The home page:
To view the GitHub repository for a given application simply click the link below the application's description!
Email me directly using the contact me web-form!
This application was built as part of Ardit Sulce's Python Mega-Course on Udemy. Ardit's github profile for teaching can be found here.
Copyright (c) 2025 Samuel Peter Maycock Richards
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


