Notes on Apache Processes and Python Interpreters
A bunch of disorganized notes.
A bunch of disorganized notes.
In this post I explain the Git workflow I’ve found most useful, easy, clean and safe to work with using only git merge.
Having consistent code formatting in a team makes it easier to review and read other people’s code. Here I explain how I use autopep8 to format code safely. ...
In this post I explain the Git workflow I’ve found most useful, easy, clean and safe to work with. (outdated)