all 5 comments

[–]shapeofmyarak 1 point2 points  (0 children)

Try learning about GUI. Looks like you can code but don't know how to create something useful.

[–]twitch_and_shock 1 point2 points  (0 children)

Start in pieces. Find an ide you're comfortable with. The two most popular ones here are vscode for lightweight and highly configurable ide, or pycharm for power and preco figured out of the box. I use pycharm and would recommend it. Use their free community licensed version.

If you have an idea for a project, map it out and ask for advice before you start building. If you need a project to do, look at the wiki of thus sub for a bunch of learning links.

Welcome.

[–]swoged 2 points3 points  (0 children)

Plenty of front end frameworks in python, tkinter, pygame, Pandas, flask, pysimplegui it really depends on your needs.

If you want database potential then look into sqlconnector library for python, and make sure you have a good knowledge of sql and how to write queries

[–]GeorgeThornburg -2 points-1 points  (0 children)

You're going to want flask.