Jul 18, 2009

Foxycoder News

Foxycoder screencasting of python tutorials is currently on hold. The webmaster is busy at the moment because of some personal events. Screencasting will resume on wednesday 07-22-2009 , Manila Time. I'm sorry for the followers of this blog, Thank you very much for your understanding


-The Webmaster




Read More...

Jul 16, 2009

Comparison Operators in Python

Comparison operators unlike other operators are commonly used in conditionals. This screencast will prepare for you for the next lesson, conditionals. Comparison Operators are easy to learn, perhaps the easiest one among the concepts of python. Please enable full screen mode again for you to see what I type. At the end of the video you'll easily understand what comparison operators is all about.











Read More...

Jul 15, 2009

Functions in Python Part 3

The Final part of Functions in Python. Keyword Arguments and Scoping are discussed here. I hope you enjoy this 11 minute video, I've shown some examples on keyword arguments and how to use them. The advantage of using it and the life of a variable in scoping. This will finish the function saga in foxycoder. again please enable full screen mode for better viewing











Read More...

Jul 14, 2009

Functions in Python Part 2

Continuation of Functions in Python. Today the lesson is about Function parameters,return values and documentation. This will teach you how to master functions and learn how to pass parameters make documentations. I’ll be posting the third and last part of functions in the next post. Enable full screen mode for better viewing











Read More...

Jul 12, 2009

Functions in Python

Functions in Python like any other functions have thesame use Code Reusability and Faster Development time are the advantages of using it. Thus you'll be more productive and have a happy coding experience when you exploit the beauty of using it. On this screencast I'll show you the basics of functions in python. You'll learn how to create and call oneand some concepts that you need to remember so that you'll have less errors in making one.




Download Sample Code Here











Read More...