Python Forum
Beginner/Intermediate Tips
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner/Intermediate Tips
#1
Hi all,

So I would like to ask you all for some general advice on general tips and if possible structuring functions for GUI's vs. web development. If you had any please feel free to post your beginner's blunders as well!

I am trying to port my MATLAB programs over to python. I have only been using python for a week or so now and I am running into some of the same problems I had when I first programmed my functions which was just basic inexperience. For example, one of the functions is to import csv data and eventually export to xlsx. I finished the import function which uses lists and csv.reader() and then converts to a numpy array. I've recently learned I could have used one line in pandas much more efficiently.

What I am really looking for is concerning Guis and web development. I have zero experience programming GUIs or for web development so I have no idea what to watch out for or prepare in terms of structuring functions. For example, I have read that using tkinter or pyqt will not work through a web server/browser. Any help is appreciated. Once I get to programming these parts, I will move to the appropriate sub-forum.

Thank you.
Reply
#2
Here's a quick example of using wxpython for general GUI framework: https://python-forum.io/Thread-Perfectly...ght=window
There's also QT5 which has a very rich widget set, but be aware that there is a cost involved if you plan to go commercial.
You can examine some of wxpython's widgets here: https://wxpython.org/Phoenix/docs/html/gallery.html
for web development, In my opinion, Flask is the way to go. You can read up on it, and experiment by starting here: http://flask.palletsprojects.com/en/1.1.x/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Interviewing beginner and intermediate Python coders pompi 1 2,007 Sep-19-2020, 06:53 PM
Last Post: Vased1973
  Quick tips and tricks for python juliopa 2 28,799 Jul-03-2019, 09:41 AM
Last Post: perfringo
  print: Tips and tricks microphone_head 12 5,381 Apr-12-2019, 04:03 PM
Last Post: microphone_head
  idea intermediate python programmer brecht83 1 2,311 Dec-02-2018, 08:38 PM
Last Post: Mekire

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020