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

2010-05-12 Thread M. Bashir Al-Noimi
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 about that and I found that django is suitable framework -I guess- but I still

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 cre

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 variab

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 stat

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 <mailto:mbno...@gmx.com>> wrote: 1. From where I can start python by examples for C++ developers (I don't want documentation tutori

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.

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 PyDev pret

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 sam

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

2010-05-14 Thread M. Bashir Al-Noimi
Thanks Alan, On 15/05/2010 01:51 ص, Alan Gauld wrote: "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'

[Tutor] Different between pass & continue

2010-05-18 Thread M. Bashir Al-Noimi
Hi All, I couldn't understand the difference between pass and continue keywords, could you explain to me? -- Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscri

Re: [Tutor] [SOLVED] Different between pass & continue

2010-05-18 Thread M. Bashir Al-Noimi
Thanks On 18/05/2010 02:20 م, Steven D'Aprano wrote: On Tue, 18 May 2010 10:34:16 pm M. Bashir Al-Noimi wrote: Hi All, I couldn't understand the difference between pass and continue keywords, could you explain to me? "pass" is a do-nothing statement. It li

[Tutor] Append sub-key to dictionary

2010-05-25 Thread M. Bashir Al-Noimi
Hi All, I'm trying to append a new sub-key to specific dictionary but it replacing the content of parent key instead of add a sub-key! How I can fix this issue? --snippet-- addressbook = { 'work': { 'Andre': { 'phone'

Re: [Tutor] [SOLVED] Append sub-key to dictionary

2010-05-25 Thread M. Bashir Al-Noimi
Thanks Vince ;-) On 25/05/2010 07:38 م, vince spicer wrote: On Tue, May 25, 2010 at 12:28 PM, M. Bashir Al-Noimi <mailto:mbno...@gmx.com>> wrote: Hi All, I'm trying to append a new sub-key to specific dictionary but it replacing the content of parent key instead of