EngineeringFantasy
Apr 16, 2015

The Deceptive Anagram Question

This is a story of how I eventually solved an interview question I failed to answer.

Jan 18, 2015

PyCharm: The Good Parts II

This is the second part of the "PyCharm: The Good Parts" series, and in this part, I dive into the editing features that PyCharm has to offer.

Jan 17, 2015

PyCharm: The Good Parts I

This is the first in a series of tutorials that explores all the good features pycharm has to offer. This post explores the best way to start out a project using PyCharm and goes onto explore both keyboard shortcuts and navigation.

Jan 06, 2015

Making a Static Blog with Pelican

Think of this as a post on all the good features that Pelican has to offer. It shows you the best way to start your blog, write your content and change your blog to however you see fit.

Nov 22, 2014

Kotlin Koans I - The Beginning

The first part in a series of posts on my journey to learn a new programming language called "Kotlin" from Jetbrains, the makers of PyCharm and other IntelliJ based IDEs like RubyMine.

Oct 24, 2014

Making dash doctests using sphinx and doc2dash

A short video tutorial on how to generate dash doctests for third party python libraries.

Oct 09, 2014

A Todo app with flask and Pony

Pony is a new ORM in the python world that is simply amazing. It uses python's native generator syntax for queries. It has some of the most easiest to use tools for making models I've ever seen. Its even more efficient than both Django and SQLAlchemy when it comes to query generation. Looking at all these features I decided to make a simple Todo app with flask-restful and pony.

Oct 09, 2014

Testing out PyCharm's REST Client

How to use PyCharm's REST client.

< 2 >