Skip to content

Vedant-001/Python-tutor-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Python-tutor-application

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.

How to run?

Load the code in three different files with their respective extensions Run 'start.py' and the program should be executed

Output:

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.

References for this project have been taken from the following:

https://en.wikipedia.org/wiki/Python_(programming_languag)

https://kivy.org/#home

https://www.youtube.com/watch?v=bMHK6NDVlCM&list=PLzMcBGfZo4-kSJVMyYeOQ8CXJ3z1k7gHn

https://www.youtube.com/redirect?v=bMHK6NDVlCM&event=video_description&q=https%3A%2F%2Ftechwithtim.net%2Ftutorials%2Fkivy-tutorial%2Fsetup&redir_token=UpYsuaflhHOugJAFKVQ7AOrIkrd8MTU5MTU1NTA1NEAxNTkxNDY4NjU0

https://www.youtube.com/redirect?v=bMHK6NDVlCM&event=video_description&q=https%3A%2F%2Ftechwithtim.net&redir_token=UpYsuaflhHOugJAFKVQ7AOrIkrd8MTU5MTU1NTA1NEAxNTkxNDY4NjU0

https://www.programiz.com/

• Book – ‘Python Programming for Beginners’ – Joseph Joyner

Releases

No releases published

Packages

No packages published

Languages