Month: December 2019

Pithy Guide to Kubernetes Part 1 · jdxcode

Intro This is a concise, opinionated guide to Kubernetes. I’m assuming you already know how to build software and are just looking to get started with Kubernetes. This is a 2-parter: the first is language-agnostic and the second is for a particular language. I have Go and Node right now.Assume we want to build a…


qr-filetransfer

📡 Transfer files over WiFi between your computer and your smartphone from the terminal https://git.io/qr-filetransfer https://github.com/sdushantha/qr-filetransfer


termtosvg

termtosvg is a Unix terminal recorder written in Python that renders your command line sessions as standalone SVG animations. https://github.com/nbedos/termtosvg


Start Using Git on the Command Line Like a Pro in Five Minutes

You write code every day, right? Why not write Git commands like a code instead of clicking over to your GUI tool? https://medium.com/better-programming/start-using-git-on-the-command-line-like-a-pro-in-5-minutes-36a6e0007e9f  


Smart TVs like Samsung, LG and Roku are tracking everything we watch – The Washington Post

In our latest privacy experiment, we tracked how four of the most popular TV brands record everything we watch. Source: Smart TVs like Samsung, LG and Roku are tracking everything we watch – The Washington Post


PyCharm 2019.3 is out now | PyCharm Blog

Interactive widgets for Jupyter notebooks, MongoDB support, and code assistance for all Python 3.8 features. Download the new version now, or upgrade from within you IDE. New in PyCharm Interactive… Source: PyCharm 2019.3 is out now | PyCharm Blog


CLI Tetris

The objective of [tetris] is to manipulate tetriminos, by moving each one sideways and/or rotating by quarter-turns, so that they form a solid horizontal line without gaps https://github.com/k-vernooy/tetris


Python Type Checking (Guide) – Real Python

In this guide, you’ll look at Python type checking. Traditionally, types have been handled by the Python interpreter in a flexible but implicit way. Recent versions of Python allow you to specify explicit type hints that can be used by different tools to help you develop your code more efficiently. Source: Python Type Checking (Guide)…


2to3 – Automated Python 2 to 3 code translation

Source: 25.4. 2to3 – Automated Python 2 to 3 code translation — Python 2.7.17 documentation


How to Write Perfect Python Command-line Interfaces

This article will show you how to make perfect Python command line interfaces, to improve your team productivity and comfort. Source: How to Write Perfect Python Command-line Interfaces