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.
|
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.
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