by Tomasz Kluczkowski | Nov 16, 2017 | Coding Journey
Unit Testing and Test Driven Development with Pytest Avoiding Redundancy and Dependency in Testing Before we begin diving deeper into the matters please make sure you have familiarised yourself with the first article in “Unit Testing the Universe” series...
by Tomasz Kluczkowski | Nov 2, 2017 | Coding Journey
Unit Testing and Test Driven Development with Pytest Introduction to Unit Testing In this series of articles we are going to tackle the dreaded subject of unit testing in an approachable way. We will build a small piece of functioning code, explain what should be and...
by Tomasz Kluczkowski | Oct 2, 2017 | Coding Journey
A Few Pointers on How to Get by in Pycharm Ide In this post you should learn some absolute basics of PyCharm to allow you to start developing code without any issues using it. Once PyCharm has loaded it will give you a choice to make a new project. Select that. You...
by Tomasz Kluczkowski | Oct 2, 2017 | Coding Journey
Lets Prepare Your Computer for Some Coding Downloading Python 3 Let’s start from installing Python 3 on your operating system – you can download it here. I recommend Python 3 as this is what is currently being developed all the time and version 2.7...
by Tomasz Kluczkowski | Aug 20, 2017 | Coding Journey
Lets Prepare Your Computer for Some Coding Downloading Python 3 Let’s start from installing Python 3 on your operating system – you can download it here. I recommend Python 3 as this is what is currently being developed all the time and version 2.7...
by Tomasz Kluczkowski | Aug 19, 2017 | Coding Journey
This Blog Is to Document Interesting Aspects of IT That I Learn and Want to Share with the Community I am writing about my journey through the programming world from a position of someone who waited a long while to start doing it. You can start at any age. As long as...
Recent Comments