PYTHON INTERMEDIATE SERIES INTRODUCTION

PythonLogo

Python Beginners Guide introduction is aimed at people that are comfortable using their IDE and:

  • print
  • input
  • variables
  • basic data types (string, float, integer)
  • lists
  • loops (for and while)
  • Boolean logic (AND, OR, NOT)

Anyone unfamiliar with the above should see the Python Beginners Series Series before attempting this series.

The video versions of this series will all use PyCharm. However, the code will run on any IDE setup for Python. I have chosen PyCharm because, in my opinion, it is the best IDE for displaying variable contents during debugging.

The intermediate series begins by looking at subroutines. It will then introduce the basics of Object Orientated Programming (OOP) and Libraries.

Finally, as both the Python and C# intermediate series complete, it will compare the two languages. Taking a look at the advantages and disadvantages of python’s dynamic types. It will also discuss pythons’ approach to OOP and compare this with C#.

Video Version

Video Comming Soon!

Series

Related Series