Category Archives: Python

HarborMaster!

After creating Misterio, I found this alternative called HarborMaster: Harbormaster is a small utility that lets you easily deploy multiple Docker-Compose applications on a single host. It does this by taking a list of git repository URLs that contain Docker … Continue reading
Posted in DevOps, English Content, Python | Tagged | Comments Off on HarborMaster!

runif

Idempotent and minimal python 3 library for rapid scripting. Provide support for creating file, adding data to them, patching and so on. Why? (Ba)sh scripting is very easy to setup. So we end up using it all the time for … Continue reading
Posted in English Content, Gio's Software Projects, Knowledgebase, Projects, Python, Software | Tagged , | Comments Off on runif

Pybash

The project has been renamed into “runif”. This page left only for Google Search happiness. Pybash is a python library to make python script as easy as in Bourne Again Shell (Bash). Bash scripting is very easy to setup. So … Continue reading
Posted in English Content, Knowledgebase, Python, Software | Tagged , | Comments Off on Pybash

Ring – Cache interface as a programming language integration 

Ring – Cache interface as a programming language integrationRing provides function-oriented cache interface for various backends. Repository: https://github.com/youknowone/ring/     Source: Ring – Cache interface as a programming language integration — Ring 0.7.2 documentation
Posted in English Content, Knowledgebase, Python | Tagged , | Comments Off on Ring – Cache interface as a programming language integration 

SQLite Oracle Compatibility Layer

  It aims to provide a minimal compatibility with Oracle. The need was having some regular expression functions, and I do not like to work with risky C code, like this university project did Github link: https://gitlab.com/daitangio/sqlite_ora_functions
Posted in English Content, Gio's Software Projects, Projects, Python, Structured Query Language (SQL) | Tagged , , | Comments Off on SQLite Oracle Compatibility Layer

Da Python a Ruby o vicerversa

Preludio L’ultima volta che ho provato Ruby è stato nell’aprile del 2005. Avevo sviluppato un paio di progetti di test in RubyOnRails, che allora era già produttivo. Ruby era affascinante, ma la libreria base mi sembrava ancora in stato embrionale … Continue reading
Posted in Italian Content, Knowledgebase, Python | Tagged , , , | Comments Off on Da Python a Ruby o vicerversa

(How to Write a (Lisp) Interpreter (in Python))

I like a lot of programming languages. I do not love them with the same intensity. I do not love Lisp for its ((syntax))), but Lisp rocks for its purity: in a tiny bag of concept, you get a lot … Continue reading
Posted in English Content, IT Featured, Programming languages, Python, Software | Tagged , , | Comments Off on (How to Write a (Lisp) Interpreter (in Python))