December 2021
Intermediate to advanced
510 pages
11h 20m
English
So far, you’ve built applications that run mostly unattended. This is one of the major benefits of command-line tools: you provide the required parameters, the tool performs some actions, and it then provides you with the results. But some applications are better suited for an interactive workflow where the user provides or receives feedback continuously, like the kinds of applications in a graphical user interface (GUI).
In this chapter, you’ll develop an interactive Pomodoro timer application. The Pomodoro[55] is a time management approach that allows you to focus on tasks by defining a short time interval to concentrate on it, called Pomodoro, followed by short and long breaks to allow you to ...
Read now
Unlock full access