Weekly newsletter about leadership, technology, books and anything else we felt compelled to share with others
Year 1 - Edition 31
A Fistful of Links is a weekly newsletter about leadership, technology, books, and anything else we felt compelled to share with others, brought to you by Og Maciel and Mirek Długosz.
The most compelling reason to choose a lightweight markup language for writing is to minimize the number of technical concepts an author must grasp in order to be immediately productive. In other words, the goal is to be able to write without friction.
“A programming style guide is a simple concept. All it is is a set of rules, guidelines, and best practice principles that are used to guide coders who are writing source code. Whether you are an individual coder, part of a small development team, or a department within a large enterprise, it is vital that any code written by your business is written cleanly.
Last time I described the process of learning about factors in the project environment that affect my strategy as I go about the testing of an API. This time, I’ll go deeper, learn more, and begin to interact with the product. That learning and interaction feeds back into more learning and more interaction.
What are Jupyter widgets? A widget is an “eventful python object” that in the case of Jupyter Notebook, resides in the browser and is a user interface element, such as a slider or textbox. Jupyter supports a fairly wide array of widgets.