install an IDE read a book about X language watch a video tutorial about it do some labs or whatever -- more than just hello world
you also need to learn about data structures, algorithms, naming conventions, etc.
for your first programming language, you're learning programming as well as the language
then, for your next programming language, you're really just learning syntax and language-specific things (assuming that it's the same paradigm as the previous language you learned)