Python Development Crash Course with PyCharm and Kivy

pythonbanner

Okay, you just installed PyCharm as your IDE and you want to get started. We will make the following assumptions:
* You are somewhat familiar with coding (most likely Javascript or some other client side scripting).
* You know what variables are and have an idea what a loop is.
* You are somewhat familiar with building an interface, even building a form in HTML or Access
* You have a basic understanding of object oriented programming (we will cover some of that)
Okay, so we will get started with this, and will NOT do “Hello World.”