In this video I’ll explain how to use functions in Python 2.5 through 2.7. I’m going to cover how to:
Create Functions
Pass Values to Functions
Create Default Values
Except Unlimited Arguments
Except Unlimited Key Value Pairs
Use Recursion
and more…
Like always, the code follows the...
In this Python Video Tutorial I focus on looping in Python 2.5 through 2.7. I explain how to use the while loop and the many ways to use the for loop.
Along the way I explain how the in operator is used in Python and the range function.
Like always, the code follows the video. If you have any questions or ...
I continue the Python 2.7 Tutorial by explaining a couple new things. I first go over how to turn your Python code into an executable application.
I then cover Python Conditionals. Conditionals are used to perform certain actions under one condition and other actions based on other conditions. In Python you...
In part 3 of my Python 2.7 Tutorial, I explain how to use the Dictionary, Print method and how to work with String methods.
If you haven’t seen part 1 or 2 definitely look at them first or you’ll be very confused Python 2.7 Tutorial Part 1 and Python 2.7 Tutorial Part 2.
All of the code I use in...
I continue with my Python 2.7 tutorial here. If you missed part one (How Dare You) you must watch it first at Python 2.7 Tutorial. Otherwise you’ll be confused. I specifically explain how to use Python Lists, Tuples and Dictionaries. These work very similar to arrays in other languages.
An array is a...
I asked you guys what video I should do next, and based on your votes you wanted a Python 2.7 Tutorial! Because of the tremendous interest, I will be rolling out a Massive tutorial for Python. I actually did one on Python 3.0 if you want that instead though. Here it is Python How to Video Part 1.
The tools I...
Posted by
Derek Banas on Oct 25, 2010 in
How To |
15 comments
I’ve recently been hit with a ton of requests for tutorials. I want you all to know I received them and plan to do them as soon as possible, but I need help ranking them.
Below I’m listing all of the tutorials that you have been requesting. Who ever comments first will decide which tutorial I do...
Posted by
Derek Banas on Oct 24, 2010 in
How To |
0 comments
My wife’s first knitting video was a hit! So, here my wife continues teaching how to knit. Here is a link to the first tutorial How to Knit.
Specific knitting techniques covered include:
Purl Stitch
Stockinette Stitch
Rib Stitch
She is planning on creating a tutorial that will teach you how to make a...
Posted by
Derek Banas on Oct 23, 2010 in
Investing |
0 comments
In this video I finish off my Financial Statements Video Tutorial with a ton of examples. I specifically cover the following topics:
How Financial Statements are Effected when the Cost of Inventory Changes
First In First Out versus Last In First Out Inventory Usage
How to Use and Read a Cash Flow...
Posted by
Derek Banas on Oct 22, 2010 in
Investing |
0 comments
In this article I provide you with two videos that will explain how to read financial statements.
In the first video, I cover how the following effect your financial statements: Paying off Debt, Hiring an Employee, Buying with Credit, the Accrual Method, the Cash Method.
In the second video, I cover how...