top of page

https://codehs.com/user/348516/626

-Learning Python

 

https://www.quora.com/How-do-I-develop-android-app-using-Python-I-am-new-to-Python-and-as-well-as-Android

-Trying to see if I could use Python to make android apps. Which led to Kivy which should allow me to use Python.

 

https://kivy.org/#home

https://kivy.org/docs/installation/installation-windows.html

-Learned about Kivy, Python and how to install them.

 

https://www.digitalocean.com/community/tutorials/python-2-vs-python-3-practical-considerations-2

https://www.python.org/downloads/windows/

-Choosing which version of Python to install. 

- I chose 3.4.4

 

http://superuser.com/questions/143119/how-to-add-python-to-the-windows-path

-Learned how to add Python to PATH.

 

https://github.com/kivy/kivy/issues/3829

-Fixed technical difficulties with installing Kivy.

 

https://en.wikipedia.org/wiki/Environment_variable

https://en.wikipedia.org/wiki/Pip_(package_manager)

https://en.wikipedia.org/wiki/PATH_(variable)

https://en.wikipedia.org/wiki/Software_development_kit

https://wheel.readthedocs.io/en/latest/

https://en.wikipedia.org/wiki/Integrated_development_environment

https://www.python.org/dev/peps/pep-0001/

https://en.wikipedia.org/wiki/Compiler

http://stackoverflow.com/questions/19198166/whats-the-difference-between-a-module-and-a-library-in-python

http://stackoverflow.com/questions/2643038/what-is-meant-by-src-in-java-eclipse

http://stackoverflow.com/questions/19917492/how-to-use-pythonpath

-Coding jargon/terms that I came across along the way and looked into. 

 

http://noeticforce.com/best-python-ide-for-programmers-windows-and-mac

http://www.pydev.org/

https://www.eclipse.org/downloads/

https://www.ics.uci.edu/~pattis/common/handouts/pythoneclipsejava/eclipsepython.html

http://www.pydev.org/manual_101_root.html

http://www.pydev.org/manual_101_install.html

http://www.pydev.org/manual_101_interpreter.html

http://www.pydev.org/manual_101_project_conf.html

-Finding an IDE or SDK for Python. Choose Pydey, which led to me having to install Eclipse and set it up.

 

http://www.liclipse.com/

-If I couldn't get Eclipse to work then I would substitute with Liclipse.

 

http://pydev.blogspot.com/2014/02/configuring-kivy-on-pydev.html

-Moved on to Licipse, trying to get Kivy to work with Pydev now

-Realized Licipse isn't free so I went back to trying to set up Eclipse

 

 

http://stackoverflow.com/questions/9768489/kivy-eclipse-and-pydev-also-pypy

-Set up the environment for Kivy(whatever that means)

 

https://www.jetbrains.com/pycharm/

https://www.jetbrains.com/pycharm/documentation/

-Ended up using Pycharm. It was simplest to set up got my first program to work.

-Also have some tutorials if I need help.

 

https://www.youtube.com/watch?v=F7UKmK9eQLY&list=PLdNh1e1kmiPP4YApJm8ENK2yMlwF1_edq

https://kivy.org/docs/guide/basic.html

-Starting to learn how to use Kivy

-Found a crash course on Kivy, which I watched most of.

 

https://kivy.org/docs/guide/inputs.html

-Information on input which is very important to me.

https://kivy.org/docs/examples/gen__demo__touchtracer__main__py.html

- Information on tracing touch input, even more important.

 

https://kivy.org/docs/examples/gen__demo__multistroke__main__py.html

-This is great information on recording strokes/gestures and attempting to match them.

 

-I found another tutorial series for extra help.

Research

bottom of page