Episodes
Friday Oct 21, 2022
Friday Oct 21, 2022
This is a difficult one. I get this question multiple times per week:
"Tom, am I too old to learn programming?"
Hey, I'm not 25 anylonger myself. Listen to this episode to hear my answer and my advice.
Have a question yourself?
Go to teachmetom.com/asktom and submit your question to get your answer in one of the next podcast episodes.
Wednesday Oct 19, 2022
Wednesday Oct 19, 2022
We all know that feeling - we want to do something, but we are not sure that we have everything we need to actually get started...
In this episode, Tom answers the question
"What computer do I need to learn programming?"
Have a question yourself?
Go to teachmetom.com/asktom and submit your question to get your answer in one of the next podcast episodes.
Monday Oct 17, 2022
Monday Oct 17, 2022
This is by far the question that Tom receives the most often:
There are so many languages - how do I choose the best programming language to learn?
Have a question yourself?
Go to teachmetom.com/asktom and submit your question to get your answer in one of the next podcast episodes.
Friday Oct 14, 2022
Friday Oct 14, 2022
How to quit working for employers and start working for yourself...
And what to look out for.
Wednesday Oct 12, 2022
Wednesday Oct 12, 2022
Loops are blocks of code that are executed multiple times...
But how many times exactly is "multiple times"?
Monday Oct 10, 2022
Monday Oct 10, 2022
Oftentimes we need to execute a part of our program not just once, but multiple times.
Here's how to do it.
Friday Oct 07, 2022
Friday Oct 07, 2022
How to learn ANY programming language in 3 steps.
In this episode, we talk about the final, but most fundamental step - the concept of modularity.
This is the idea that you do not start every new program completely from scratch. Instead, you use existing building blocks to "assemble" what you want - similar to playing with Lego.
Wednesday Oct 05, 2022
Wednesday Oct 05, 2022
"I don't know how to start. There's so much to learn, so many new concepts..."
Here's the solution: You need to structure your learning path in 3 steps, to avoid feeling overwhelmed or getting frustrated.
In this episode, we talk about the second step to learn any programming language.
Monday Oct 03, 2022
Monday Oct 03, 2022
People always ask "How do I get started with programming?"
Here's my answer. You need to structure your learning path in 3 steps, to avoid feeling overwhelmed or getting frustrated.
In this episode, we talk about the first step to learn any programming language.
Friday Sep 30, 2022
Friday Sep 30, 2022
All computer programs are full of comparisons - comparing the PIN code you entered with the correct code, comparing whether the length of the password you entered is long enough, comparing whether the balance on your bank account is more than the amount of cash you want to withdraw...
Let's talk about comparisons, and why they play such an important role in programming.