Started to learn the basics of python a few months ago (complete beginner to programming) but stopped after a little bit because i found it hard to find a clear structure for learning it after jumping from random short tutorial to the next.
Run the command fbs startproject. This asks you a few questions about the name of your app etc. It creates the directory src/main/python. The command fbs run should now give you a quick preview of the empty application created by startproject.
760c119bf3