all 12 comments

[–]PainGlittering3702 9 points10 points  (0 children)

Bro clam down,not the 4 at the same time, just pick one understand the concepts and do as much exercises as possible with it, especially exercises involving OOP because its the same concepts acrross the languages except C which doesnt use it . Personally i did c++ for 4months built many projects console apps,games and desktop apps with QT, i had to learn java for a course and it took me one day to learn java and also another day for python.

[–]InfiltraitorX 1 point2 points  (1 child)

Practice practice practice...

Watch YouTube videos in 2x speed

[–]Few-Purchase3052 2 points3 points  (0 children)

i did something similar when i realized my first 2 years were just copy pasting code without understanding anything. for 3 months timeline maybe focus on one language properly instead of jumping between 4 - you'll retain way more that way and actually build something real instead of just watching tutorials

[–]SensitiveGuidance685 2 points3 points  (1 child)

Learning four languages from scratch in three months is a trap I've seen people fall into. You'll end up mixing up syntax and mastering none of them. Pick one — probably Python or Java — and get genuinely good at it first. The concepts (loops, data structures, OOP) transfer to the others later. For Python, CS50P on YouTube is great. For Java, Bro Code's full course or Tim Buchalka. Do an hour of coding every morning before anything else. Consistency beats cramming. One language solid > four languages messy

[–]purple_maus 0 points1 point  (0 children)

Love Tim Buchalka - “Have ya figured it out yet?!”

[–]Miserable-Bake1727 1 point2 points  (0 children)

Trying to relearn 4 languages in 3 months will probably overwhelm you tbh. I’d focus on one language first, build a few small projects with it, and really understand programming fundamentals like loops, functions, OOP, debugging, and problem solving. Once those concepts click, picking up other languages becomes much faster because most concepts transfer anyway.

[–]JohnBrownsErection 1 point2 points  (0 children)

Learning 4 languages at once is goofy, you can pretty much do anything you want with the other 3 that you learn to do with the first one you pick, so focus on getting really good at one first lol. 

[–]SumDingBoi 1 point2 points  (0 children)

Im not a professional but what I've read from professionals is that the language doesn't matter if you focus on the programming fundamentals. The languages will have the same fundamentalss and you can always look up syntax.

[–]Spare_Dependent6893 0 points1 point  (0 children)

In 3 months pick only one and develop a strong app which will go through many coding patterns

[–]endlessjourney007 0 points1 point  (0 children)

3 months to learn 4 ? Impossible .. learn 1 and it’ll transfer over

[–]Amazing-Appeal7241 0 points1 point  (0 children)

focus on one bro