How to learn programming – a slightly unconventional guide to getting into coding
Hi, I would like to learn how to code in python? How do I do that?
I want to learn Java. Where do I begin?
Which is the best programming language to start with?
I have heard these questions multiple times and have had them myself. This article is abo...
leeam.hashnode.dev8 min read
Are you a perfectionist like me, and overthinking the hell out of what you need to get right? And therefore never starting or putting yourself out there?
a couple of things to add when thinking about programing, start simple a simple cash script will give most of the functional programing details then move onto to something like python when you hit a limitation its about knowing the simple constructs like
if elif for while def (for a function) except (error handling)
once you have understood these concepts then look at the big picture of what your trying to create and then incorporate them it a bit easier this way I find and then you get the idea of data structures later like maps, key-value pairs objects etc