When the days are getting shorter and the winter is coming, it is Christmas just around the corner. The holiday season is preceded by the Advent, a period marked by Advent Calendars in all possible areas of human activity, regardless of views, faiths and origins. IT is very much the Continue Reading
Python
CodeWars
Recently, I’ve discovered a new way of learning programming languages – the CodeWars. The idea is quite simple – to gain the experience and necessary skills you have to practise, and the more you practise the higher experience level you obtain. The creators were clearly inspired by Japanese martial arts Continue Reading
Tic-Tac-Toe finished
I’ve finally finished my Tic-Tac-Toe game in Python. Initially, the project was part of Python Essentials 1 course by Python Institute. The program was quite simple, with computer randomly picking its moves. Therefore, the game was really easy to win. During the next weeks, I developed the code to implement Continue Reading
Git for Testers
During my journey with Python, I’m at the point where I would like to show my growing skills to the public. This is why I decided to join GitHub community and start using a remote repository. To become familiar with the new tool, I went through a short training programme Continue Reading
Python Essentials 1 completed
After several weeks of work, I’ve just completed the Python Essentials 1 course (aligned with PCEP-30-02) offered by Python Institute on edube.org. I know all the basic concepts of Python and can write simple programs in this language. My final task was to write a simple Tic-Tac-Toe game based on Continue Reading
Python – the progress
Thanks to edube.org I’m attending their free basic training on Python. While exploring the possible ways to develop myself in the IT world, I would like to check if I’m fit to work as a programmer. Additionally, Python can be used in test automation, therefore I decided to learn the Continue Reading