Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.54 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.54 KB

Summary

This is a README repository to summarize code samples in an "easy to read" form. This will Help you navigate to my repositories and save time.


#Erasmusmates project

The "Python in the Enterprise" project. We made a full website using Python, Django, Bootstrap, Html, PostgreSQL with user accounts, logging system, database. For more information visit:

#Full skill test for a Python Django Developer position.

The test is self explanatory. Required Skills: Python, Django, JavaScript, Python testing, Html

#IBM Watson

This is a demonstrational application that uses IBM's Watson API. The user provides an image url and the the application returns statistic results for the image using machine learning.

#Class diary

We had to implement a python program for handling school-lesson scores. It was obligatory to use dictionaries in dictionaries. Bonus points for reading/writing JSON in text file.

#Sum - Product matrices

We had to write a library that contains a class that can represent any 2x2 real matrix and include functions to perform sum and product calculations.