| |

| Python for the PalmOS Posted in Python > Miscellaneous by tutorialgrub on May 14, 2011
Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as well as use Pippy as an interactive environment directly on the Palm. This article evaluates the strengths and limitations of Pippy as a means of implementing Palm applications. |
| |

| Printing Text in Python - Part 2 Posted in Python > Miscellaneous by tutorialgrub on Apr 29, 2011
"This tutorial will build on what you learned in Printing Text in Python - Part 1. For this tutorial I am using Python 2.6.4. You can get Python here. |
| |

| Tic-Tac-Toe in Python Posted in Python > Miscellaneous by tutorialgrub on Apr 29, 2011
I will in this tutorial show how to make a Tic-Tac-Toe game in Python. It will include functions, lists, if statements, while loops, for loops, error handling etc. |
| |

| Python on Google App Engine: Creating blog engine. Part 3 Posted in Python > Miscellaneous by tutorialgrub on Apr 28, 2011
In this part I am going to discuss some limitations I met at GAE. To be honest there are a lot of them, but here I listed only issues for which nice workaround was found. |
| |

| Advanced Python, part 1: Extending Python with C Posted in Python > Miscellaneous by tutorialgrub on Apr 27, 2011
This lesson in Advanced Python is going to teach C programmers how to implement some C programs in Python, on Windows and Linux, with only free compilers. I used MinGW for Windows which uses GCC, and just GCC on Linux. All of this was put together by the distutils module. |
| |

| [cryptography / python] Caesar Shift encryption Posted in Python > Miscellaneous by tutorialgrub on Apr 13, 2011
I've been reading a book about cryptography recently. The book in question is "The Code Book - A Secret History of Codes and Code-Breaking" by Simon Singh (Amazon link). While there is no programming content in the book it covers the ideas needed to be able to come up with your own programs. |
| |

| Python on Google App Engine: Creating blog engine Posted in Python > Miscellaneous by tutorialgrub on Apr 08, 2011
I am going to write series of articles describing process of creating a blog engine for Google App Engine. I suppose that you have some experience with Python and web frameworks around it. I will try to cover non-trivial things that you will meet on GAE (emulating joins on Datastore, using blobstore, queues, map reduce etc), but I will also describe some basic things that are specific to GAE. |
| |

| Python Tutorial - Handling Command Line Arguments Posted in Python > Miscellaneous by tutorialgrub on Apr 08, 2011
"Command Line Arguments in Python - A Tutorial |
| |

| Learning Pygame(simple 2d), part 3 Recognizing clicks Posted in Python > Miscellaneous by tutorialgrub on Apr 08, 2011
Now that you have a screen we need to do some work on the clicking a square and displaying the result. So far we have: |
| |

| Learning Pygame(simple 2d), part 2 Initializing the Board and Showing it Posted in Python > Miscellaneous by tutorialgrub on Apr 08, 2011
What we have now is the simplest of the simple(almost) of pygame programs. |
1 2 3 4 >> Next |