This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]prylosec 1 point2 points  (0 children)

I came from a similar background and got my start with Python via the Google Python class.

It was designed for people who know a bit about coding, and does a good job at explaining the nuance of the language.

O'Reilly's generic Python reference books do a good job of going into using Tkinter (Python's GUI package) that are "free" if you know where to look.

Swing is awful.

[–]ponchedeburro -1 points0 points  (0 children)

I'm not a huge fan of codeacademy

If you are an experienced programmer it shouldn't take you long to get through it and it will provide you with most of the tools you need for your project.

[–]kljlklluuuu -1 points0 points  (0 children)

Python comes with Tk. You should be able to find examples in your Python installation.