Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10201

Re: learning another programing language

References <4E2BDEED.9030507@virginmedia.com>
Date 2011-07-24 19:35 +1000
Subject Re: learning another programing language
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1417.1311500112.1164.python-list@python.org> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: learning another programing language Chris Angelico <rosuav@gmail.com> - 2011-07-24 19:35 +1000

csiph-web