Tag Archives: How To Program

Python How To Video Pt 6

Python How ToThis article and video was created because of the requests from Gent2910 and others. You guys have been having problems understanding a few concepts with Python. Specifically you’ve asked for:

  • More examples on unconventional uses for functions
  • Examples on using lists
  • Explanation on how to use elif
  • More on Conditional Expressions
  • How to catch errors, or Python Error Handling

Continue reading Python How To Video Pt 6

Python How To Program Pt 3

PythonIn this video I cover how to use the list data types in Python (tuples, lists, dictionary’s).

I also review and introduce the While Loop, If then Elif, and a bunch of tricks with Python. All of the code from the video follows the video on this page. If you didn’t watch part 1 of this tutorial watch it here: Python How To Program

If you have any questions or comments, leave them in the comment section below.

NOTE: At the end of the video, I say I don’t know the topic of the next video. It will be on Object Oriented Programming with Python.

Continue reading Python How To Program Pt 3