Thursday, 13 February 2014

8 Useful Source Codes For Python Programmers!

Have you been looking for source codes in Python? Want to know the code for writing simple games like tic-tac-toe and the Game of Life in Python? This list covers some simple yet very useful source codes that you might want to use.

Studying source codes written by others can often be illuminating. It can solve doubts that you may have had, or it can bring up new ones. In addition, you can also use this source codes directly as part of your own projects.

source codes, Python, Python resources, best Python source codes, Pygame, Python resources, best Python resources, Python source codes, best source codes, source code tips, Python tips, learn Python


1.  Simple Text Mode Digital Oscilloscope Graphics DEMO: This code can be used for changing a *NIX terminal from text to graphics.

2. Levenshtein, my love: This is the code for the iterative algorithm for the Levenshtein Distance

3. Send messages between computers: You can use this in order to chat with computers on the same network.

4. MultiListbox Tkinter widget: This acts like a normal listbox, but with multiple items in a row.

5. Temperature Conversation Application in Python: This is part of an article for how to use modules on Python.

6. Using Websocketd with Python for web-based system monitoring: This is for the server side implementation.

7. Public Key Encryption (RSA): This is for using public and private keypairs.

8. Pretty Print table in tabular format: In this a table may be a list of lists or a list of tuples.

No comments:

Post a Comment