queirozf.com

python

Working with Files & Directories in Python

26 Mar 2016   Examples on how to perform filesystem-related tasks using python. Tasks include reading and writing to files, listings files and manipulating the path.

Read More ›

python

Python Environment Overview

25 Mar 2016   Short and concise descriptions of the major projects/tools related to managing python projects, dependencies and environments. Includes information on Anaconda, Pip, Virtualenv and related projects.

Read More ›

technology   json scala json4s

Json4s Examples: Common Basic Operations using Jackson as Backend

29 Feb 2016   Json4s is one of the best libraries for manipulating json in Scala. Here are some examples and common use cases you may have come across and some you perhaps haven't.

Read More ›