This Repository consists of a code to develop an application which includes basic text based information of Python and its functionalities and usage. This code will work on all the systems compatible with PyCharm and/or Python and have the kivy package installed. This code makes use of the kivy (.kv) package available in python.
Load the code in three different files with their respective extensions Run 'start.py' and the program should be executed
On the execution of 'start.py' an Application, which contains lessons on the basic python syntax for beginners, should begin. Every new lesson unlocks only after the previous lesson has been cleared. This application provides a test after every lesson and the learner is expected to pass with a score of at least 4/5 after which the next lesson is unlocked.
• https://en.wikipedia.org/wiki/Python_(programming_languag)
• https://www.youtube.com/watch?v=bMHK6NDVlCM&list=PLzMcBGfZo4-kSJVMyYeOQ8CXJ3z1k7gHn
• Book – ‘Python Programming for Beginners’ – Joseph Joyner