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
Articles on CSS
Twitter Digest 2018 Week 08
By PyBites Team on 18 February 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
The making of my Task Manager App for the PyBites Code Challenge
By Martin Uribe on 2 May 2017
As a relatively newcomer to the Python scene I’ve come to realize that the best way to learn is to actually participate in coding challenges. This has helped to push me out of my comfort zone.
Simple Flask app to compare the weather of 2 cities
By Bob Belderbos on 20 April 2017
In this post I show you how to build a simple Flask app to compare the weather of 2 cities using the OpenWeatherMap API. Maybe this aids you in solving this week’s challenge.