Posted by
Derek Banas on Jun 29, 2016 in
Web Design |
0 comments
This time in my Learn to Program series we’ll cover many string functions and how they can help use solve complex programming problems. We’ll do more with exceptions. We’ll start to explore lists. We’ll create our first function. And, we’ll create an acronym generator and...
Posted by
Derek Banas on Jun 25, 2016 in
Web Design |
0 comments
In this part of my Learn to Program tutorial I will continue teaching how to program through solving programming problems. We will cover Exception Handling, Do While Loops, the Math Module, the Decimal Module, Strings, and a whole lot more.
If you missed the first part watch it first or you may be confused....
In this tutorial we will cover more complicated problems while covering how looping works in Python. We’ll cover for, range, floats, order of operations, while, break, continue and more. Watch the Learn to program if you missed it.
I’m covering the many different types of common problems you will...
Posted by
Derek Banas on Jun 19, 2016 in
Web Design |
0 comments
Many people asked me to make a tutorial that teaches how to program and so here it is. I’ll be teaching how to program through problem solving which I think is the best way to learn. Python is the best first language and so I’ll use Python 3.5 to teach. And, based on your requests I will use...
Posted by
Derek Banas on Jun 15, 2016 in
Web Design |
0 comments
I get asked all of the time how to install Python on Windows and Mac so I decided to make a tutorial that shows how to do it. I also show how to set up the Atom text editor so that the code will run in a console inside of it because that is another common request.
This is also going to be needed because I...
Posted by
Derek Banas on Jun 11, 2016 in
Web Design |
0 comments
Sorry for the long wait. I was moving. I hope to make it up to everyone with my Bash Shell Scripting Tutorial.
In this one video I’ll cover Vim, Input, Output, Variables, Math, Functions, Executing Python Functions, Conditionals, Strings, Arrays, Looping, Positional Parameters, Parameter Expansions and...