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


Messages In This Thread
Beginner/Intermediate Tips - by Ex_database - Sep-27-2019, 02:10 PM
RE: Beginner/Intermediate Tips - by Larz60+ - Sep-27-2019, 04:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interviewing beginner and intermediate Python coders pompi 1 2,093 Sep-19-2020, 06:53 PM
Last Post: Vased1973
  Quick tips and tricks for python juliopa 2 40,824 Jul-03-2019, 09:41 AM
Last Post: perfringo
  print: Tips and tricks microphone_head 12 5,681 Apr-12-2019, 04:03 PM
Last Post: microphone_head
  idea intermediate python programmer brecht83 1 2,390 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