David MoraisforDavid Moraisdsmorais.hashnode.net·Mar 9, 2021Top 2021 Productivity AppsHey 👋 Every time I spin a new Linux distro or have to set up machine that I'll use on a daily basis, there is some software I cannot do without. In this post, I'll list the apps that I'm currently using to manage both my work and personal projects. ...Sujeet Jaiswara and 5 others are discussing this6 people are discussing thisDiscuss·108 likes·8.0K readsProductivityHave you tried Firefox? They are really concerned about privacy as well and Firefox is developed by a Foundation, not by a company that has profit as an objective. I'm just curious if you had time to compare both. 4
Tarantoolfortarantool.hashnode.net·Oct 21, 2021Managing a Tarantool cluster via a command-line interfaceAuthor: Alexey Romanov Two years ago, we already discussed how to develop distributed applications with Tarantool Cartridge. This comprehensive framework includes a CLI tool to simplify the development and usage of Tarantool Cartridge applications. I...Discuss·60 likes·1.0K readsTutorial
Edem GoldforEdem Goldgoldedem.hashnode.net·Nov 4, 2021Building a Sentiment Analysis AppConviction Introduces Emotion, Which Is The Enemy Of Oratory -Thomas Shelby Turning machine learning models into actual applications other people can use is not something that is covered in most AI and Machine Learning Tutorials. In this article, ...Discuss·39 likes·422 readsMachine Learning ArticlesMachine LearningVery easy to understand description. Nice job on the sentimental app. Had fun playing around with it. 😎 8
Elvis Anselmelvisanselm.hashnode.net·Apr 25, 2023What You Need to Know About Run Levels in LinuxGraphical user interface (GUI) and command-line interface (CLI). Oh, snap! I realize I’ve just blurted out those terms without context, let me add context. The GUI and CLI are the two options a Linux operating system (OS) boots to when turned on. Whe...DiscussDevops
Jeannot Mullerjeannot.hashnode.net·Apr 18, 2023JavaFX or Swing in 2023?Are you wondering whether to use JavaFX or Swing for your desktop application development in 2023? Despite Swing's stability over the years, there hasn't been much development in new features. Meanwhile, JavaFX is still gaining ground, but it's diffi...Discuss·70 readsJavaJavaFX
Samueldigfish.hashnode.net·Apr 3, 2023Selecting the best GUI programming toolkit part 3: AutoHotkeyThis is the third article of a series titled Selecting the best GUI programming toolkit . The latter article was about Tkinter embedded in PySimpleGUI. AutoHotkey is Scripting language to define shortcut keys for the most diverse applications under W...DiscussGUI
Samueldigfish.hashnode.net·Mar 27, 2023Selecting the best GUI programming toolkit (part 2 - Tkinter wrapped in PySimpleGUI)Note: this is the second part of a series. For the first part, about the planning, click here. As the first toolkit to experiment, I selected Tkinter, since I'm versed in Python and this already comes packaged with the Python standard distribution. F...DiscussPython
Chinmaya Sahuchinmaya.hashnode.net·Mar 12, 2023My Pharo Journey - Making a Simple To-Do List with Spec2What's Pharo? Pharo is a purely object-oriented programming language that comes in a powerful environment that focuses on simplicity and immediate feedback. It is a very powerful tool, that creates an immersive environment, where you can even see the...Discuss·183 readsTODOLIST
Chetan Mittalchetanmittaldev.hashnode.net·Mar 9, 2023How to download and install TCL/TK in 2023 to build GUIsTCL/TK is a great option to create desktop graphical user interfaces (GUIs) even in 2023. TCL is a software programming language introduced in 1988 by a US-based software programmer, John Ousterhout, and TK is a GUI widget library to generate powerfu...Discuss·10 likes·80 readsTcl/Tk
Jacob Werneriampeel.hashnode.net·Feb 23, 2023D&D 3.5 Character Sheet in PythonProject Concept I have been rolling this idea around my head for the past few months and I've finally decided to go through with it. I am going to attempt to build a Dungeons and Dragons v3.5 edition Character Sheet app for mobile systems using Pytho...Discuss·28 readsPython
Collins Innocentpovkit.hashnode.net·Feb 16, 2023GUI Calculator with PythonHello Guys, Povkit Here! I stated in my previous post (https://povkit.hashnode.dev/simple-calculator-with-python) that I would be showing you all how to create a Graphical User Interface Calculator with Python. And it is easier than anything you can ...Discuss·46 readsGUI
Jerry XuforILLA Cloud Blogillacloud.hashnode.net·Feb 6, 2023Top 7 Database GUIs for SQL databasesDatabase GUI tools make working with SQL databases much simpler and more efficient for developers. Many great database GUIs are available, each with different features and capabilities. In this blog post, we'll look at seven of the best database GUIs...Discuss·48 readsBlogGUI
Leon Deliumatveicephei.hashnode.net·Jan 24, 20233 Helpful Scratch tipsHere I will be showing you some tips to make your projects’ quality higher Tip 1: Make interactive UI(User interface or the buttons) So don’t just make your start button vanish but add a nice animation to it. Make it wobble or change its size when th...Discuss·10 likesProgramming In Scratch