Re: [Tutor] first steps

2011-03-16 Thread Alan Gauld
"Ryan McAdam" wrote I saved this module to my desktop You probably need to create a Folder for your Python code or you will soon have a very busy desktop! :-) # File: chaos.py # A simple program illustrating chaotic behavior. def main(): print("This program illustrates a chaotic func

Re: [Tutor] First steps for C++/Qt developers

2010-05-15 Thread steve
Hi, Sorry, I couldn't reply any earlier. Anyways, Alan explained it quite well. I just wanted to explain why I prefer cherrypy ... On 05/15/2010 05:21 AM, Alan Gauld wrote: "M. Bashir Al-Noimi" wrote > Although, I personally am a bit biased towards: > http://www.cherrypy.org/ In simpl

Re: [Tutor] First steps for C++/Qt developers

2010-05-14 Thread Alan Gauld
"M. Bashir Al-Noimi" wrote > Although, I personally am a bit biased towards: > http://www.cherrypy.org/ In simple words could you give me what's distinguished differences between cherrypy and django (I didn't stat with django cuz I'm still python principles)? They work a little differently

Re: [Tutor] First steps for C++/Qt developers

2010-05-14 Thread M. Bashir Al-Noimi
Thanks Steve, On 14/05/2010 11:22 ص, steve wrote: Hello Bashir, On 05/13/2010 08:48 AM, M. Bashir Al-Noimi wrote: Thanks Alan, [...snip...] Oh my god, I finished the basics of python within one day (continues 10 hours)!!! What's amazing language :-* Yes, everyone here feels the same way :).

Re: [Tutor] First steps for C++/Qt developers

2010-05-14 Thread steve
Hello Bashir, On 05/13/2010 08:48 AM, M. Bashir Al-Noimi wrote: Thanks Alan, [...snip...] Oh my god, I finished the basics of python within one day (continues 10 hours)!!! What's amazing language :-* Yes, everyone here feels the same way :). Anyways, now that you have a hang of python and yo

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread M. Bashir Al-Noimi
Hi Walter, On 13/05/2010 12:45 ص, ALAN GAULD wrote: Forwarded to the list. Please use Reply All when posting. *From:* Walter Prins *To:* Alan Gauld *Sent:* Wednesday, 12 May, 2010 18:36:31 *Subject:* Re: [Tutor] First steps for C++/Qt developers Regarding IDE's: I find Eclipse with

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread M. Bashir Al-Noimi
Thanks Alan, On 12/05/2010 06:56 م, Alan Gauld wrote: "M. Bashir Al-Noimi" wrote This is my first post and I want to set a plan for learning python syntax within 2 weeks. Learning python syntax in 2 weeks is easily achievable if you go through the official tutorial at python.org. It is des

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread ALAN GAULD
Forwarded to the list. Please use Reply All when posting. From: Walter Prins To: Alan Gauld Sent: Wednesday, 12 May, 2010 18:36:31 Subject: Re: [Tutor] First steps for C++/Qt developers Regarding IDE's: I find Eclipse with PyDev pretty good, and it recently gained support for D

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread Alan Gauld
"M. Bashir Al-Noimi" wrote This is my first post and I want to set a plan for learning python syntax within 2 weeks. Learning python syntax in 2 weeks is easily achievable if you go through the official tutorial at python.org. It is designed for people coming from another language, especi

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread M. Bashir Al-Noimi
Thanks a lot Walter for valuable reply, On 12/05/2010 03:09 م, Walter Prins wrote: On 12 May 2010 12:09, M. Bashir Al-Noimi > wrote: 1. From where I can start python by examples for C++ developers (I don't want documentation tutorials cuz I need simple

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread spir ☣
On Wed, 12 May 2010 16:12:55 +0200 "M. Bashir Al-Noimi" wrote: > Hi > > On 12/05/2010 02:52 م, spir ☣ wrote: > > On Wed, 12 May 2010 15:01:09 +0200 > > "M. Bashir Al-Noimi" wrote: > > > > > >> humm, you confused me I'm still a newbie and I don't know anything about > >> differences between

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread M. Bashir Al-Noimi
Hi On 12/05/2010 02:52 م, spir ☣ wrote: On Wed, 12 May 2010 15:01:09 +0200 "M. Bashir Al-Noimi" wrote: humm, you confused me I'm still a newbie and I don't know anything about differences between C++& python even I couldn't understand you. How C++ is a static language !??!! Have a

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread M. Bashir Al-Noimi
Hi On 12/05/2010 02:25 م, Dave Angel wrote: M. Bashir Al-Noimi wrote: humm, you confused me I'm still a newbie and I don't know anything about differences between C++ & python even I couldn't understand you. How C++ is a static language !??!! In C++, every variable is declared, and the

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread spir ☣
On Wed, 12 May 2010 15:01:09 +0200 "M. Bashir Al-Noimi" wrote: > humm, you confused me I'm still a newbie and I don't know anything about > differences between C++ & python even I couldn't understand you. How C++ > is a static language !??!! Have a look at: http://en.wikipedia.org/wiki/Dynamic

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread Dave Angel
M. Bashir Al-Noimi wrote: humm, you confused me I'm still a newbie and I don't know anything about differences between C++ & python even I couldn't understand you. How C++ is a static language !??!! In C++, every variable is declared, and the type of that variable is static over its

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread M. Bashir Al-Noimi
Hi denis, On 12/05/2010 01:25 م, spir ☣ wrote: On Wed, 12 May 2010 13:09:05 +0200 "M. Bashir Al-Noimi" wrote: Hi All, This is my first post and I want to set a plan for learning python syntax within 2 weeks. I'm C++/Qt desktop developer and I want to learn python for creating rapid web

Re: [Tutor] First steps for C++/Qt developers

2010-05-12 Thread spir ☣
On Wed, 12 May 2010 13:09:05 +0200 "M. Bashir Al-Noimi" wrote: > Hi All, > > This is my first post and I want to set a plan for learning python > syntax within 2 weeks. > > I'm C++/Qt desktop developer and I want to learn python for creating > rapid web applications so I read some articles ab

Re: [Tutor] First steps with Tkinter

2006-01-27 Thread Etrade Griffiths
Catherine I'm a Python newbie too but have done some programming with C++ Builder so have a little knowledge of GUIs etc Best regards Alun At 22:41 26/01/2006, catherine curley wrote: Alan   As a matter of interest, did you have much knowledge of Python before you tried TKinter?  I'm only a pyth

Re: [Tutor] First steps with Tkinter

2006-01-26 Thread catherine curley
Alan   As a matter of interest, did you have much knowledge of Python before you tried TKinter?  I'm only a python beginner at present.   Catherine  On 1/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: Hi!Just started trying to get to grips with Python and Tkinter.  Have FrederickLundh's tutor

Re: [Tutor] First steps with Tkinter

2006-01-26 Thread Michael Lange
On Thu, 26 Jan 2006 18:20:48 + [EMAIL PROTECTED] wrote: > > root.mainloop() > > I am running from inside Pythonwin 2.4 IDE under XP Pro and every time I run > hello2.py it freezes when I press "QUIT". The only way to kill it is through > Alt-Ctrl-Del but this crashes Pythonwin. Any work