Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77553 > unrolled thread
| Started by | sohi.khushi7@gmail.com |
|---|---|
| First post | 2014-09-04 11:13 -0700 |
| Last post | 2014-09-04 21:21 +0100 |
| Articles | 7 — 5 participants |
Back to article view | Back to comp.lang.python
Looking for a suitable Python resource sohi.khushi7@gmail.com - 2014-09-04 11:13 -0700
Re: Looking for a suitable Python resource Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-09-04 20:29 +0200
Re: Looking for a suitable Python resource sohi.khushi7@gmail.com - 2014-09-04 11:45 -0700
Re: Looking for a suitable Python resource alister <alister.nospam.ware@ntlworld.com> - 2014-09-04 18:34 +0000
Re: Looking for a suitable Python resource Joel Goldstick <joel.goldstick@gmail.com> - 2014-09-04 14:41 -0400
Re: Looking for a suitable Python resource sohi.khushi7@gmail.com - 2014-09-04 11:47 -0700
Re: Looking for a suitable Python resource Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-09-04 21:21 +0100
| From | sohi.khushi7@gmail.com |
|---|---|
| Date | 2014-09-04 11:13 -0700 |
| Subject | Looking for a suitable Python resource |
| Message-ID | <0010118c-9586-47df-b8e6-5bc0653a4786@googlegroups.com> |
Hello group members, I have worked with languages like C, C++, C#, Java and Objective C before. Now I want to learn Python. Most of the resources that I have seen online are oriented mainly towards beginners to programming. Is there any other good source which can be used by a person who knows the basics of programming already? Thanks, Khushi
[toc] | [next] | [standalone]
| From | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
|---|---|
| Date | 2014-09-04 20:29 +0200 |
| Message-ID | <mailman.13772.1409855382.18130.python-list@python.org> |
| In reply to | #77553 |
On Thu, Sep 4, 2014 at 8:13 PM, <sohi.khushi7@gmail.com> wrote: > Hello group members, > > I have worked with languages like C, C++, C#, Java and Objective C before. > > Now I want to learn Python. Most of the resources that I have seen online are oriented mainly towards beginners to programming. Is there any other good source which can be used by a person who knows the basics of programming already? The official Python tutorial should suit you: version 2 — https://docs.python.org/2/tutorial/index.html version 3 — https://docs.python.org/3/tutorial/index.html -- Chris “Kwpolska” Warrick <http://chriswarrick.com/> PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense
[toc] | [prev] | [next] | [standalone]
| From | sohi.khushi7@gmail.com |
|---|---|
| Date | 2014-09-04 11:45 -0700 |
| Message-ID | <2bc7dda0-394a-428b-b520-121ba0d04148@googlegroups.com> |
| In reply to | #77554 |
Thanks Chris! I think this is the best resource I have found so far as well. :)
[toc] | [prev] | [next] | [standalone]
| From | alister <alister.nospam.ware@ntlworld.com> |
|---|---|
| Date | 2014-09-04 18:34 +0000 |
| Message-ID | <Wg2Ov.239297$O%1.178593@fx31.am4> |
| In reply to | #77553 |
On Thu, 04 Sep 2014 11:13:16 -0700, sohi.khushi7 wrote: > Hello group members, > > I have worked with languages like C, C++, C#, Java and Objective C > before. > > Now I want to learn Python. Most of the resources that I have seen > online are oriented mainly towards beginners to programming. Is there > any other good source which can be used by a person who knows the basics > of programming already? > > Thanks, > Khushi the python tutorial on Python.org is probably a good place to start it may seem a bit basic fro your current level but will quickly highlight the differences between python & the other languages you know. You may also want to check the comments on google groups before you proceed much further. it makes a poor job of presenting your posts and alienates many valuable members of this community -- The rule on staying alive as a forecaster is to give 'em a number or give 'em a date, but never give 'em both at once. -- Jane Bryant Quinn
[toc] | [prev] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2014-09-04 14:41 -0400 |
| Message-ID | <mailman.13773.1409856120.18130.python-list@python.org> |
| In reply to | #77555 |
On Thu, Sep 4, 2014 at 2:34 PM, alister <alister.nospam.ware@ntlworld.com> wrote: > On Thu, 04 Sep 2014 11:13:16 -0700, sohi.khushi7 wrote: > >> Hello group members, >> >> I have worked with languages like C, C++, C#, Java and Objective C >> before. >> >> Now I want to learn Python. Most of the resources that I have seen >> online are oriented mainly towards beginners to programming. Is there >> any other good source which can be used by a person who knows the basics >> of programming already? >> >> Thanks, >> Khushi > > This might suit you http://python4java.necaiseweb.org/Main/TableOfContents -- Joel Goldstick http://joelgoldstick.com
[toc] | [prev] | [next] | [standalone]
| From | sohi.khushi7@gmail.com |
|---|---|
| Date | 2014-09-04 11:47 -0700 |
| Message-ID | <85af6d21-78d5-45ef-a778-c6ef64c8388c@googlegroups.com> |
| In reply to | #77555 |
Thanks Alister!
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2014-09-04 21:21 +0100 |
| Message-ID | <mailman.13774.1409862108.18130.python-list@python.org> |
| In reply to | #77553 |
On 04/09/2014 19:13, sohi.khushi7@gmail.com wrote: > Hello group members, > > I have worked with languages like C, C++, C#, Java and Objective C before. > > Now I want to learn Python. Most of the resources that I have seen online are oriented mainly towards beginners to programming. Is there any other good source which can be used by a person who knows the basics of programming already? > > Thanks, > Khushi > http://www.diveintopython.net/ -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web