Ivan Akunenko

Greenhorn
+ Follow
since Sep 08, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ivan Akunenko

Can anyone recommend a good forum for beginners/intermediate users on Python?
11 years ago

Campbell Ritchie wrote:How much practical experience have you? Have you programmed a database application for anybody? Or a Swing application?


Never touched Swing. DB - only a college project with VB/MySQL, ie basic design concepts and how to put a few SELECT statements together.
12 years ago
Do you mean SCJP book or Design Patterns?
12 years ago
I had some pretty limited programming experience in the past (mostly college stuff and a couple small web/pascal projects on a side) and my current goals are to:

a) get reasonably comfortable with java;
b) pass SCJP.

I want to do this all in 3 month and I can allocated about 20 hours a week to do that. At this point I am finishing reading Head First Java, trying to find a good OS project to dive into, and thinking to follow up with either Effective Java or HF Design Patterns.

Does the schedule sound reasonable? What other books or resources would recommend over ones listed above? How would you incorporate SCJP preparation into your study?
12 years ago
Ok, got it. Missed a break. Thanks everyone.
12 years ago
I am trying to run the Guessing Game code from Head First Java and run into an infinite loop.

Here is the code:



And here is the output I get:



Pretty confused where the problem is.
12 years ago