Re: How to learn python if I'm very familar with C++

2006-03-26 Thread bitshadow
[EMAIL PROTECTED] wrote: > >The book "Learning Python" worked for me (a long time C++ person). > > Me too. I programmed in nothing but C++ for years, but this book made > learning Python easy. there are tons of tutorials available on the web. if your familiar with C++ then the tutorial that comes

Re: Web forum (made by python)

2004-12-19 Thread bitshadow
uture development. good luck and good work. -- bitshadow bitshadow's Profile: http://lampforums.org/member.php?userid=14 View this thread: http://lampforums.org/showthread.php?t=94358 -- http://mail.python.org/mailma

Re: Calling a C program from a Python Script

2004-12-09 Thread bitshadow
I think jeff gave the most succint advice as to your question. You should consider your problem carefully and decide if that is what you really need. And when in doubt consult the 'documentation.' (http://docs.python.org/ext/ext.html) --