I'm Teemu, a guy from Helsinki who loves tinkering with Python. My thing? Building small web applications. Want to see what I'm working on? Collection of Demos Each one of these demos were created with Claude w
To support, we just ran a simple Google test to determine our website is mobile friendly or not, the response was: Figure 5: Google test for mobile friendliness of a web page. We used Bootstrap for respnsiveness and some extra ingredients to support the purpose. The problem with the ...
To do this, we can go on the website and inspect it using the “developer tools” of our web browser. After inspecting the page structure, we can write the code to extract the data we need. Add this code snippet to a new file called scraper.py: Python Copy Code import re import...
The video-sharing website that you frequently visit seems to know exactly what you will like, even before you have seen it. The online shopping cart holding your items almost magically figures out the one thing that you may have missed or intended to add before checking out. It’s as if...
JavaScript is the most widely used programming language for developing dynamic and interactive online applications. JavaScript is crucial for enhancing functionality and user experience, whether you are developing a complex enterprise-level online application or a simple single-page website. Due to its ...
FastSitePHP is a modern open source Framework for building High Performance websites and API’s with PHP. FastSitePHP has been designed for fast performance, coding flexibility, long term stability, ease of use, and a better overall development experience. FastSitePHP is minimal in size so it...
Relationship with Flask Quart is an asyncio reimplementation of the popular Flask web application framework. This means that if you understand Flask you understand Quart. Like Flask, Quart has an ecosystem of extensions for more specific needs. In addition, a number of the Flask extensions work wi...
Building Skills in Python This is out of date. Chunked HTML –the book broken down into parts and chapters, with search. Complete PDF –the entire book in a single PDF file. Size of 2.8MComments – Changes – Additional Information Join the Google Group: Building Skills Books. Share ...
Flask, a popular Python web framework, has many tutorials available online which use an SQL database to store information about the website’s users and their activities. While SQL is a great tool for storing information such as usernames and passwords, it is not so great at allowing you ...
A Portfolio Website in CSS– a landing page for you to tell the world about you! Show off all projects you’ve finished using this page. A Wordule Game in Python– make a game to share with friends, and prove your coding chops at the same time!