How to use uWSGI with python3.6 in Ubuntu
How to use uWSGI with python3.6 in Ubuntu, PauLoX's Howto (6 Part Series) 1 How to use uWSGI with python3.6 in Ubuntu 2 Upgrading PostgreSQL from 9.5 to 9.6 on Ubuntu 17.04 ... 2 m...
A Quick Introduction: Hashing
A Quick Introduction: Hashing, What is it? Hashing is a method of determining the equivalence of two chunks of data. A cryptographic hash function generates a unique string for any...
Using Google’s BigQuery to Better Understand the Python Ecosystem
Using Google's BigQuery to Better Understand the Python Ecosystem,When it comes to programming, it's important to be aware of the tools that your contemporaries are using. Not only...
JavaScript vs Java Pass by Value and Reference
JavaScript vs Java Pass by Value and Reference, Different Languages, Different Paradigms When you are working with different languages at the same time, it is important to note tha...
Learn Django the right away
Learn Django the right away,I wanted a guide to start using Django. I also wanted a guide with a good approach, something that could give me a good understanding of some methodolog...
(Im).mutable ->(OOP)bjects and CPython
(Im).mutable ->(OOP)bjects and CPython, Introduction The Python programming language uses data structures in novel ways. It builds off of primitive data types in C to form a data s...
Testing and Test Driven Development – Why?
Testing and Test Driven Development - Why?,I'm part of a group here in Nashville called Penny University. Essentially it's an “open-door” user group that connects people wanting ...
Spring Boot: Hello World, Kotlin
Spring Boot: Hello World, Kotlin,In this post I show how you can create a Spring Boot 1.5 application using Kotlin 1.1 (as opposed to typically Java 8 in these times). From moelhol...
Train a Custom Visual Recognition Model Using Clarifai’s Python Client
Train a Custom Visual Recognition Model Using Clarifai's Python Client,In December, our v2 API graduated from developer preview to general availability. Don't they grow up so fast?...