How about the inverse? Practical astronomy tools for python-developers? Just getting into astronomy I'd love some tips on where to look for stuff like this.

What type of things are you interested in doing? There's a pretty wide range of things in astronomy that lend themselves to the use of python (simulation analysis, data calibration, data display, etc.). The astropy[0] effort is creating a general-purpose package to aid in many areas. There are codes to compute how radiation transfers through gas (e.g., powderday[1]), fitting codes to observations of interstellar gas tracers (e.g., pyradexnest[2]), and so on. Many are fairly specialized (the last two, for example) and perhaps not as useful to a casual/amateur astronomer, but things like astropy would be useful for calibrating images from CCD cameras, or computing when things are visible in the sky.

If you reply with more specifics of what you're after, I can try to provide more relevant examples.

[0] http://www.astropy.org/

[1] http://powderday.readthedocs.org/en/latest/

[2] https://github.com/jrka/pyradexnest

Quick Reply: I'm currently studying orbital-mechanics. Starting with something like Celestial Objects then downsizing to small-bodies later on. This has me reading up on Newtonian physics. With a solid understanding there, I'll move onto General Relativity.

My current open question (that may have been answered by this thread) was where can I obtain star-charts? How do I interact with them. Etc.

Hey there! I'm a grad student in my last year and my research is in orbital dynamics. I've recently started getting into the rebound package written by Hanno Rein:

https://github.com/hannorein/rebound

There's some tutorials that come with it. It can also read data from JPL's ephemerides to calculate orbits of various planets and minor bodies in the Solar System. It has a couple of different integrators (some symplectic, some not), but one of them (IAS15) is new and (as far as I know) the best for long-term integrations of Solar-System-like systems.

Also if you're interested in studying the long-term evolution of hierarchical triples, I wrote a Python package to study that:

https://github.com/joe-antognini/kozai

As far as star charts, you can do things like that with AstroPy. If you want the coordinates of stars, look into astropy.vo, and then if you want to plot them, you can do that with some of the functions in astropy.wcs.