Jump to content

I hat to admit it, but after all that learning I still think I don't have the basics of programming down yet. At least not completely. Any book/tutorials that would help me out? A book would be preferable because I always seem to absorb information better from them.

Did my post help you? Then make sure to rate it!

Check out my post on symbolic links! || PSU ranking and tiers || Pokemon Thread

 

Link to comment
https://linustechtips.com/topic/383454-booktutorial-recommendations/
Share on other sites

Link to post
Share on other sites

I would recommend going cold-turkey and reading Java for dummies. It's really hard to understand at first but you'll get it. They teach you like the BASICS of programming that can be applied to many languages.

blackshades on

 

 

Link to post
Share on other sites

I would recommend going cold-turkey and reading Java for dummies. It's really hard to understand at first but you'll get it. They teach you like the BASICS of programming that can be applied to many languages.

Do you mean this book? http://www.amazon.com/Java-For-Dummies-Computer-Tech/dp/1118407806

I'm only asking because I saw several editions.

Did my post help you? Then make sure to rate it!

Check out my post on symbolic links! || PSU ranking and tiers || Pokemon Thread

 

Link to post
Share on other sites

After all what? What have you done so far? What language are you using?

I've currently learning C# and the .NET framework, but in the past I've used Java, Javascript and lua

Did my post help you? Then make sure to rate it!

Check out my post on symbolic links! || PSU ranking and tiers || Pokemon Thread

 

Link to post
Share on other sites

If you truly want to learn to program, learn Assembly language. You have a PC, learn to do things in Assembly on that, first. You will learn a LOT about computer cpu and memory, etc and when you learn any other language, they will seem easy and like child's play.

 

You might 'graduate' to C++ after Assembly, as it is the 'next' step up, but with libraries. This is where you learn to use libraries and other programmers code.

 

After that, whatever the job requires. Java has a lot of libraries, and it takes a lot of time just to 'observe' them. Python is good / great, and has a lot of libraries, also.

Link to post
Share on other sites

This is just plain wrong. 

Learning Assembly as your first language is the worst thing you could possibly do, especially if you do not understand the basic concepts of programming. 

Also the usefullness of Assembly alone is rather limited, nowdays you mainly use it in conjunction with other languages. 

 

Stick with C#, or if you want something portable learn Python, Java, C (maybe even C++). 

 

https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×