Python and Flask 101: How to Make Your Own Weather Forecast Application

Weather forecast applications are a prominent part of our daily lives. They help us plan our day and stay ahead of any inclement weather. Nowadays, every smart device includes one of those apps. You can find them in smartphones, smart bands, smart assistants, and even refrigerators. While weather forecast applications have varying degrees of complexity,… Continue reading Python and Flask 101: How to Make Your Own Weather Forecast Application

How to build a temperature converter with C# and Windows Forms

In this tutorial, you’ll create a temperature converter application using C# and Windows Forms on Visual Studio. Windows Forms is a graphical framework used to create desktop applications that run on Windows. Since Visual Studio features a visual designer for it, it is possible to create a GUI for your application very easily using Forms.… Continue reading How to build a temperature converter with C# and Windows Forms