Nov201825
Run Bash Commands in Separate Tabs
Curious how to open several Bash tabs and run commands in them with one instruction? Have a look inside for some simple answers you can implement in your coding routine in no time.
Jul201811
Style Forms in Django Using django-bootstrap4
Learn how to quickly auto generate forms with bootstrap 4 styles applied to them.
Jan201819
Coding in 2017
How did coding go for me in 2017?
This was certainly a year worth talking about.
I started with hopes of learning just Python 3 but couldn't stop myself and added Git, Vagrant, Linux, Bash, Javascript, HTML, SQL, CSS, JQuery, Django and other technologies to the mix.
Have a look and see for yourself.
Jan201815
Intro to Unit Testing and Test Driven Development in Python using Pytest – Part 5
Coding Examples - Outgoing Commands and Use of Mocks
We finally arrive at the last part of the basics of unit testing!
This time we are dealing with checking outgoing commands with the help of Mock objects.
Jan20185
Intro to Unit Testing and Test Driven Development in Python using Pytest – Part 4
Coding Examples - Incoming Commands, Exceptions and Test Driven Development
In this article we tackle testing of incoming commands and exceptions using Test Driven Development technique.
You will learn how TDD differs from what we did before and why anyone would want to use it.
Jan20181
Intro to Unit Testing and Test Driven Development in Python using Pytest – Part 3
Coding Examples - Incoming Queries
Moving on we get to the coding part where we will create an object and unit test it.
We are focusing on incoming queries only in this post.
Nov20172
Intro to Unit Testing and Test Driven Development in Python Using Pytest – Part 1
What Is Unit Testing and How to Approach It?
Here we begin the journey into the world of unit testing.
We will discover why we should test our code and what unit testing really is.
You will learn about different stages in testing and where unit testing falls in among them.
This will prepare you to understand how to approach the whole problem.
Oct20172
Learn Basics of Integrated Development Environment
Set up Pycharm - Text Editor for Coding
This is just the absolute basics of configuring Pycharm before first use for programming in Python.
With these instructions though you will save yourself a lot of time and digging in the help files.
Oct20172
Setup Python Development Environment – Windows
Set up Your Windows Os for Programming in Python 3
In this tutorial you will learn how to download and install newest Python on your Windows machine.
You will find out about what a virtual environment for Python is & how to install a library required to create it.
Finally you will make, configure and delete an environment and get fully trained in using them.
Recent Comments