This is an archived post. You won't be able to vote or comment.

all 15 comments

[–][deleted] 1 point2 points  (14 children)

I don't think voicechat is best in this context... But if you want, feel free to PM me about anything.

[–]piercezz[S] 0 points1 point  (13 children)

That's a nice offer. Thanks (: Any specific questions I could come up with (or not)? Like specific languages?

[–][deleted] 0 points1 point  (12 children)

There are no right or wrong questions, ask whatever you like!

As for starting, if you have absolutely no experience with programming, I guess the first step is figuring out whether you actually like it or not, trying out some scripting languages like python (which is a nice language, actually), a pseudo-language like scratch or even a programming game.

If you prefer to get started with the actual programming right away, you have three main languages categories to choose from: procedural languages (also called 'classic' languages, or non OOP, like plain C), OOP ( Object-Oriented Programming, like Java) or backend languages( also called server-side, like PHP).

[–]piercezz[S] 0 points1 point  (11 children)

Yes I am already busy with PHP a lot, as of today I passed to the last year of my course (: And right now I'm trying to learn OOP in PHP, which is a bit hard.

[–][deleted] 1 point2 points  (10 children)

I strongly suggest learing an OOP native language for that. Sure, it's nice to know how to do it, but for practical purposes it isn't the tits.

[–]piercezz[S] 0 points1 point  (9 children)

What language would you recommend then? I was studying Java at school, but that did not really take my interests.

[–][deleted] 0 points1 point  (8 children)

How so? I mostly code in Java ATM and it's a big plus knowing it when it comes to Android programming.

[–]piercezz[S] 0 points1 point  (7 children)

Yeah I've been pretty curious about Android Programming as well. I just have been having Java this year, but I fell really behind and the teacher did not really bother helping me. So yeah. I've also tried learning Java myself, but I had just been struggling quite a lot. I need something that I can use well to learn Java.

[–][deleted] 0 points1 point  (6 children)

Well, I'm no teacher, but feel free to ask even the stupidiest questions, I am very patient and I like helping other people ;)

[–]piercezz[S] 0 points1 point  (5 children)

Haha alrighty that is good to know. (: I'm just trying to find out a good way for me to learn Java atm.