h3x0rh3x0r.tech·Aug 30, 2024Setting Up Kali Linux with GUI on Windows Subsystem for Linux (WSL2)If you're looking to set up Kali Linux with a full graphical user interface (GUI) on your Windows machine, the Windows Subsystem for Linux (WSL2) provides a powerful and efficient way to do so. In this guide, we'll walk through the process step-by-st...DiscussKali Linuxwsl2
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 ...Discuss·31 likes·48 readsPythonPython
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Aug 28, 2024Full Guide to the Best Database GUI ToolsA database GUI (Graphical User Interface) is a visual tool that allows users to interact with and manage databases without needing to write complex SQL queries or commands. These tools are also beneficial for developers, as they offer a quick and eff...Discussdatabase
Francois El-DaherforDataForLifedataforlife.hashnode.dev·Jul 11, 2024GUI programming in python: why I chose to use KivyGUI programming is something apart from typical Python coding. You need to use a specific library. So the immediate question is which one? Tkinter? PyQt/PySide? wxPython? ... The list is long and overwhelming. I tested quite a few and spend (too much...DiscussCodingPython
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Jun 30, 2024How to Build an SQLite GUI (Fast & Easy Tutorial)In this guide, we will walk through the four essential steps to create an SQLite GUI. These steps include: Creating a new application with Five. Connecting to an SQLite database with Five.Five can connect to your existing SQLite database. Just prov...DiscussSQLite
Madzamadza.hashnode.dev·Jun 27, 2024Introducing ApyHub Fusion: The Notion-like API Client for Developers 🚀✨In API development, developers frequently encounter challenges in managing the API lifecycle, ensuring integration, maintaining collaboration, keeping up with documentation, and resolving debugging issues. The modern API clients seem to be stuck in t...Discuss·16 likes·206 readsWeb Development
Brijesh Prajapatibrijesh360.hashnode.dev·Jun 3, 2024JavaFX Tutorial: Creating Modern GUIs in JavaJavaFX is a versatile framework for creating graphical user interfaces (GUIs) in Java. It offers a rich set of features and capabilities for building modern, visually appealing, and responsive applications. This tutorial will guide you through the fu...DiscussProgrammingTutorial
David Wimmerriodev.hashnode.dev·Jun 2, 2024Rio: WebApps in pure Python. No JavaScript, HTML and CSS neededRio is a brand new GUI framework designed to let you create modern web apps with just a few lines of Python. Rio’s goal is to simplify web and app development, allowing you to focus on what matters most instead of getting stuck on complicated user in...Discuss·1 like·57 readsData Science
Jamey Bartondbajamey.hashnode.dev·May 24, 2024MySQL Full-Text SearchMySQL full-text search is a powerful tool for effectively seeking data in databases. It allows creating complete text indexes that simplify search query performance. It's relevant while working with textual content, especially when you need to quickl...DiscussMySQL
yassery3script.hashnode.dev·May 19, 2024PinDown: A Python GUI for Downloading from PinterestPinDown: A Python GUI for Downloading from Pinterest Screenshots Introduction PinDown is a Python application designed to simplify the process of downloading images and videos from Pinterest. The application leverages customtkinter to create an int...DiscussPython