Flashing messages with Flask
Learn how to temporarily show messages in your websites when using Flask, by using the built-in message flashing mechanism. It's flexible yet straightforward!
Learn how to temporarily show messages in your websites when using Flask, by using the built-in message flashing mechanism. It's flexible yet straightforward!
In this post we dive deeper into Python's formatting syntax, learning about displaying numbers in different bases. We also make a neat colour converter too!
In this post we finish off our Snake game using Tkinter's Canvas widget. Learn how to move objects on the Canvas, delete them, or add more.
In this post we continue looking at formatting, this time exploring nested string interpolation, which we can use to dynamically set formatting options.
In this post we start work on recreating the popular arcade game, Snake, using Tkinter's versatile Canvas widget.