Linux Lite Forums

Development => Coding => Topic started by: bitsnpcs on March 29, 2021, 01:29:16 PM

Title: Free Book - Create Graphical User interfaces with Python
Post by: bitsnpcs on March 29, 2021, 01:29:16 PM
Hello,
a total beginner to Python can make apps with this book.
The book is called "Create Graphical User interfaces with Python" , the digital version is free to download from here (no login or account needed) -

https://magpi.raspberrypi.org/books (https://magpi.raspberrypi.org/books)

It shows step by step tutorials to make things like - It looks like a really good book for making your very first Python apps.
At the end of each tutorial you will have a fully working app you have coded.
It uses guizero, this is a wrapper for tkinter, tkinter is the #1 used gui builder for Python, the book would be a great place to start making apps.
I hope it encourages you to give app making a try in your free time.