Differences between revisions 5 and 6
Revision 5 as of 2005-05-21 10:09:22
Size: 779
Editor: 209-132-174-58
Comment: wrote introduction
Revision 6 as of 2005-05-23 09:41:31
Size: 870
Editor: squid
Comment: added link to JAM/Code/ComPYiler
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * ["JAM/Code/ComPYiler"] - This program compiles every .py file in the Python directory.

Powerful Python One-Liners

This is a page that is devoted to short programs that can perform powerful opperations. The ability to write short programs that are just as powerful as a program written in another lanuage designed to do the same thing. However, it is sometimes fun to try and write a program in Python that is only one line. In other lanugages this would be nearly impossible, but in Python it is a lot easier to do. The trick is to think up something that will "do a lot with a little." I, personally, would love to see this page expanded to the point where it needs some sort of organization system.

Thanks for Your Code, ["JAM"]

Contributed Code

  • ["JAM/Code/PlatformFinder"] - This program tells you what platform you are using.
  • ["JAM/Code/ComPYiler"] - This program compiles every .py file in the Python directory.

Powerful Python One-Liners (last edited 2023-07-19 19:23:56 by HermannStammWilbrandt)

Unable to edit the page? See the FrontPage for instructions.