Python Forum

Full Version: newbie here - general advice reqd
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Te only coding I have ever done was related to a n sql database more than 35 years ago

I'm currently usin MX Linux 19.2 and wish to try my hand at coding in Python

I would appreciate python program names and links to same especially if code and gui screenshots are included
as I wish to attempt to create a basic standalone bookmark program with a GUI

My previous coding experience as mentioned above was by copying and modifying handbook examples - sorry, but after so mmany years I cant remember the program name but it was windows based in those days

thanks for any suggestions or advice
If have not ever programmed in python or a GUI I would recommend taking advantage of some of the tutorials here on the forum. There are some really good examples of python and gui programming. Some even have images or videos of finished results. Some of the codes I’ve shared here have both. For GUI I would recommend Tkinter for starter as it is easiest to understand. It’s not really cross platform friendly as pyqt5 but as I said it’s easier to follow. In my opinion anyway. Good luck.
thanks menator01

i found https://stevepython.wordpress.com/full-p...pets-list/ which i find interesting though i havent fully investigated the site yet

thanks