At work I usually use PHP, HTML, CSS and JavaScript to build any bits of functionality but sometimes it can take quite awhile to get the what I want working.
So recently, I’ve found it really nice to use Python in my workflow to “glue” together certain aspects of a project.
For example I found it easier to create a employee pay day calendar with Python vs creating it in PHP. Not only was it fun to build but I’m left with more time to explore extending my initial idea.
- Subclass The Python HTMLCalendar Module
- Pay days data
- Generate the webpage
- Presentation
- Download Files/Code
✨ 🐫 💥