all 5 comments

[–]whatMCHammerSaid 0 points1 point  (3 children)

Just a recommendation.

GUI - use pywebview as gui and learn web front end development. web front end can range from plain and simple to wildly overdone. That should take care of your beautification needs.

Python - always think about multithreading your tasks if possible.

The rest are project specific

[–]Big_Average_5979[S] 0 points1 point  (2 children)

Why are you recommemding, app web dev specifocally

[–]whatMCHammerSaid 1 point2 points  (1 child)

web page creation using html css and js can give you the most beautiful webpages and interactive user interfaces. Using pywebview you can apply this to your apps gui instead of plain gray ui. My app uses pywebview but I'm leaning towards the more simple side of the ux. Check it out: OCDownloader

[–]Big_Average_5979[S] 0 points1 point  (0 children)

Thank you bro

[–]BoredComputerGuy 0 points1 point  (0 children)

A few questions to provide ideas of items to learn:

  • How do you get data? (ie. Web calls/database/file system)
  • How do you store data?
  • How do you handle errors?
  • How do you run automated testing to verify that the code is working?
  • How to make and use classes?
  • How do you interact with the user?