Pinned Repositories
Advent_of_code_2018
My answers for coding challenge - 2018 Advent of Code
CSV_Report_Processing
Script, that reads input files and precesses them into proper CSV report.
flask_rest_api_app
Project using Flask | RESTful API
hello-world
Hello, fellow programmers; some of my ideas / new skills are in here.
Movierater-Django_2.0
Powerful Django application, easy to develop into something bigger.
Polls_Django_2.1
Django app that creates poll questions and answers, counts votes, etc.
pragmatic_coders_solution
pure-python
Some simple projects in Python 3.7
Py.test_-_Twitter_with_unittests
Simple Twitter program with unittests in py.test
Web_Crawler
Script, that makes a map of website in form of Python dict.
Sonny-skyez's Repositories
Sonny-skyez/Movierater-Django_2.0
Powerful Django application, easy to develop into something bigger.
Sonny-skyez/Advent_of_code_2018
My answers for coding challenge - 2018 Advent of Code
Sonny-skyez/CSV_Report_Processing
Script, that reads input files and precesses them into proper CSV report.
Sonny-skyez/flask_rest_api_app
Project using Flask | RESTful API
Sonny-skyez/hello-world
Hello, fellow programmers; some of my ideas / new skills are in here.
Sonny-skyez/Polls_Django_2.1
Django app that creates poll questions and answers, counts votes, etc.
Sonny-skyez/pragmatic_coders_solution
Sonny-skyez/pure-python
Some simple projects in Python 3.7
Sonny-skyez/Py.test_-_Twitter_with_unittests
Simple Twitter program with unittests in py.test
Sonny-skyez/Web_Crawler
Script, that makes a map of website in form of Python dict.
Sonny-skyez/Selenium_test_-_Polls_app
20 test cases of Selenium automated tests
Sonny-skyez/TDD_-_anagram_kata
Simple Test Driven Development kata