Python Help
I have always wanted to start application programming, and I figured that Python is a good start due to i's English-like syntax and power. I am a skilled web designer but have been looking for more, so I was wondering, what kind of applications can I make with Python?
I already know its one of the best app languages to start with so I just want to know if it can actually create anything useful. I assume it would, but I have never programmed before, just simple shit like JavaScript, HTML, CSS, XML, TCP/IP.
Thanks.
Go to the python web site (www.python.org). If you look to your right, it says "Nasa uses python." Nasa and many other big organizations. If you look to the bottom right of the page, you will see a whole lot of topics for python programming. Now click on the "about" link and read that.
I am sure you will now know what kind of apps you can make with python.
what you can program in python? Well, anything you wish… you can automatize your common work on computer, create own database system or shell, make app's working with http, sockets, xml, rss… if anything isn't in common library, you can download new modules on the net, or create your own in python or other languages… Well, if you wish you can even make IDE editor for your favorite language (like php) or make own http server with support of cgi… if you want know more, just pm me