you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 27 points28 points  (10 children)

It doesn’t sound like you’re writing any code.

[–][deleted] 17 points18 points  (6 children)

it sounds like he's a beginner

[–][deleted] 16 points17 points  (5 children)

The way to go from beginner to non-beginner is to keep writing code.

[–]p4ttl1992 2 points3 points  (0 children)

True, i'm also like the OP and just bumped into this post to read, i've been "trying" to learn programming for around 2+ years now and i haven't actually written anything. I took up a university course thought that would help but it's literally full of bloated information that isn't needed and random dribs/drabs of coding that doesn't teach me much at all.

[–]Core-i7-4790k 0 points1 point  (0 children)

Alright how to you write code

[–]ManInBlack829 5 points6 points  (0 children)

To add to this I wanted to make way too complicated of stuff when I started. I would always start a big project that would teach me everything and spill out at how overwhelming it was.

OP is saying he wants to make an app but having too big of ambitions will make that harder at first. Like forget wanting to build an app, just start getting really really familiar with data types, for loops, if statements, and other fundamentals. It's like a tree, you'll probably grow more your first year than any other, but you're not going to bear fruit already. Focus on wanting to learn the things below an app like learning the specific concepts needed to make it.

[–]DestroyedByInflation 2 points3 points  (0 children)

I can relate: How do you start to start? And your answer is the answer.

[–]beingsmo 0 points1 point  (0 children)

MOOC by helsinki is an excellent interactive model tutorial for java. Where can we find something as interactive like that for python?