Don’t waste you time in early optimization, stay focused on the product! Have you ever had a brilliant idea but hesitated to invest time and resources into building a full-fledged product? The fear of wasting resources on an untested concept is a common struggle for entrepreneurs and innovators. Fortunately, there’s a game-changer in the world… Continue reading From concepts to MVPs: Validate Your Idea in few Lines of Code with Streamlit
Articles on front-end
My experience building a FastAPI + Streamlit app
By Chris Sato on 13 February 2023
I recently finished my time in the PDM program with Bob as my coach. This post focuses on how I made a back-end read-only database using FastAPI and a front-end using Streamlit along with the challenges that came with the whole project. Project Idea and initial planning This wasn’t my first attempt. I tried making… Continue reading My experience building a FastAPI + Streamlit app
PyScript, a first exploration
By Leonieke Paalvast on 6 January 2023
After watching a PDM Code Clinic demo of PyScript the other day I got a lot of inspiration of things I could do with this new technology. I always liked working with HTML and CSS because you instantly see the results, something I miss working with pure Python. However now with PyScript I can combine… Continue reading PyScript, a first exploration