Forum: Python Jan 3rd, 2009 |
| Replies: 18 Views: 1,064 >I have been afraid of Vim editor, due to NO-knowledge.
Practice will change that. Learn as you go according to your need. Vim has much to offer, but until you start using it, you'll will not know... |
Forum: Python Oct 14th, 2008 |
| Replies: 2 Views: 2,155 http://mail.python.org/pipermail/python-list/2005-March/311942.html |
Forum: Python Oct 1st, 2008 |
| Replies: 4 Views: 871 Handling command line arguments (http://www.faqs.org/docs/diveintopython/kgp_commandline.html)
Maybe that would help? |
Forum: Python Aug 17th, 2008 |
| Replies: 10 Views: 1,107 The standard C functions strlen() and strcpy() require the inclusion of the header file string.h. Furthermore there was not need to add the extra code: strcpy(text, "Spell this string forward then... |