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


Groups > comp.lang.python > #10201 > unrolled thread

Re: learning another programing language

Started byChris Angelico <rosuav@gmail.com>
First post2011-07-24 19:35 +1000
Last post2011-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.


Contents

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

#10201 — Re: learning another programing language

FromChris Angelico <rosuav@gmail.com>
Date2011-07-24 19:35 +1000
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web