Skip to content Skip to sidebar Skip to footer
Showing posts with the label Main

Using Module's Own Objects In __main__.py

I’m trying to access a module’s data from inside its __main__.py. The structure is as follows: mymo… Read more Using Module's Own Objects In __main__.py

Using Python, Reverse An Integer, And Tell If Palindrome

Using Python, reverse an integer and determine if it is a palindrome. Here is my definition of reve… Read more Using Python, Reverse An Integer, And Tell If Palindrome

How To Use Python Main() Function In Gae (google App Engine)?

I'd like to use a main() function in my GAE code (note: the code below is just a minimal demons… Read more How To Use Python Main() Function In Gae (google App Engine)?