Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10201 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2011-07-24 19:35 +1000 |
| Last post | 2011-07-24 19:35 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: learning another programing language Chris Angelico <rosuav@gmail.com> - 2011-07-24 19:35 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2011-07-24 19:35 +1000 |
| Subject | Re: learning another programing language |
| Message-ID | <mailman.1417.1311500112.1164.python-list@python.org> |
On Sun, Jul 24, 2011 at 6:59 PM, Benjamin Gregg <benjamin.gregg@virginmedia.com> wrote: > Hi > python was my first language but I need to learn C++ and java for a project > (No there isn't an alternative) > and I want to know is there any good tutorials or tips for learning C++/java > after using python? Fiddle. Fiddle, fiddle, fiddle. Get yourself one of the good compilers (gcc for C++; I don't know which is the best Java compiler), and set yourself up an environment where you can make small edits to your code and very quickly compile and run it. I like to use SciTE with a good makefile; pressing F7 in SciTE will 'make' the current project and show you the results immediately. Also, find a good mailing list dedicated to C++, and one dedicated to Java. Lurk there for a while and read tips, and when you run into specific problems, ask clear questions. Hope that helps! Chris Angelico
Back to top | Article view | comp.lang.python
csiph-web