+ 8
what programming book helped the most?
C# 6.0 and the .NET 4.6 Framework Authors: TROELSEN, ANDREW, Japikse, Philip
3 Answers
+ 4
Вайсфельд М.
Объектно-ориентированное мышление;
Rod Stephens
Essencial Algorithms: F Practical Approach to Computer Algorithms ;
Под ред. Э. Орама, Г. Уилсона
Идеальная разработка ПО. Рецепты лучших программистов .
+ 4
As a beginner, these two books by Daniel Shiffman helped me a lot:
- Learning Processing
- Nature of Code
the first is written with beginners in mind and gets you started coding and using OOP.
The second will intruduce algorithms to simulate physics.
These books make use of the Processing IDE www.processing.org