ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 29, 2024How to Create a Python Weather AppBuilding a Python Weather App is a fantastic project for beginners and intermediate programmers alike. It helps you learn how to interact with external APIs, handle JSON data, and create a simple graphical user interface (GUI) using tkinter. In this ...32 likes·166 readsPythonPython
Smart Shocksmartshock.hashnode.dev·Apr 10, 2023Create a Weather App with React: A Step-by-Step GuideIn today's digital world, weather applications have become a necessity. Knowing the weather forecast is important for planning outdoor activities, travel, or simply preparing for the day ahead. In this tutorial, we will walk through the steps to crea...3.5K reads25 React Exercises for Practical LearningWeb Development
Hanh Hoanghanhhoang.hashnode.dev·Sep 1, 2022APIs are everywhereWhat is API? API is the acronym for Application Programming Interface, which is a mechanism that enables two softwares/applications to communicate with each other based on a set of standards and protocols. Mostly known und mostly used APIs are web ...1 like·83 readsAPIs
Edžnan Jusufovićedznan.hashnode.dev·Aug 2, 2022Create a weather app with JavaScriptAs the title says, we are building a weather app. We are using OpenWeatherMap as a data provider and Tailwind CSS for designing UI elements. The logic is written in vanilla JS. You will learn how to read data from the API and how to start with Tailwi...26 readsTailwind CSS