Python is a great programming language and one of the easiest to learn. That doesn't mean that it isn't capable of powerful stuff, however, because Python is known to handle almost every kind of programming task quite well. From basic scripting to enhanced
graphical 3D programs: Python can do it all. I've been using Python for the last couple of months and have thus acquired a lot of links suitable for sharing with other (would-be) programmers. I hope they turn out to be useful. Enjoy!
Python
Making The Most of Scripting Languages - (More than) Five Things You Didn't Know You Could Do With Python
- Think Python's just a scripting language? Cameron Laird explains how you can use it for COM, .NET, or Java development... and that's just the start.
- Bluetooth Programming using Python
- Dates and Times
- Introduction to Python: Class 7: Python on the Web
- Introduction to Python: File I/O
- Python and HTML Processing
- Beautiful SOUP - HTML and XML parsing
- PythonInMusic - PythonInfo Wiki
GUI
- Chapter 2. Getting Started
- Chapter 5. Widget Overview
- TkInter - PythonInfo Wiki
- Getting Started - wxPyWiki
- Spawning subprocess with PyGTK using Twisted
- PyGlet
Game Developement
- pygame - python game development
- Sprite tutorial
- PyOpenGL
Network Programming
- Python Network Programming : The Socket Module : A Simple Echo Server
- Python Network Programming : The Socket Module : Catching Exceptions
- Python Network Programming : The Threading Module
- Twisted Documentation: Twisted Documentation
- Twisted - Trac
- 17.2.3 Example
Threads
- Page 2 - Basic Threading in Python
- Page 2 - Basic Threading in Python
- Python threads - a first example
- If you have a process that you want to do several things at the same time, threads may be the answer for you. They let you set up a series of processes (or sub-processes) each of which can be run independently, but which can be brought back together later and/or co-ordinated as they run.
No Comments
Be the first to leave a comment for this article ;)