3rd Edition. — CodeWell Academy() and R.M.Z., Master's Handbook Edition, 2015. — 221 p. — (Master’s Handbook Series)
There are two major things that you need to do in order to be a good programmer. One is to get a good amount of practice. The other is to get a really good education.
But how can you tell what source of education is good or not?
You see, we can tell you that 90% of programming learning sources out there will show you just HOW to code, for any amount of Programming languages. But that’s not necessarily a bad thing - and plenty of those sources are really good too.
However, they might not teach you WHY or WHEN you would use any particular code. NOR would they show you WHAT ELSE you might need with that code.
If you needed to program something, you don’t want to be someone that knows a bunch of code but does not know how to use them, right? As you read on, you’ll quickly learn not just the HOW and WHAT the code is, but the WHERE, WHEN, WHY to use it, WHAT ELSE you’ll need with it- and
more importantly, HOW to really use it.
Your Code Structure and Foundations
Defining & Designing Your Data
Compound/Composite Data
More Data Class Practice
Data Initialization
Data Changes & Mutable States
Intro to Designing Worlds & Simple Apps, Pt1 Python Big Workshop A
Operators and Logic
Boolean Logic and Operators
Fundamental Programming Operators
Operators in Python
Conditional Statements, if & Else
Special Procedure Tools
Helper Functions
Local Variables
Lists
Lists
Linked Lists
Arrays
Self-Reference Recursion
Iteration Loops
Iterations: While-Loops
Binary Trees