Data and System Visualization Tools That Will Boost Your Productivity
As files, datasets and configurations grow, it gets increasingly difficult to navigate them. There are however many tools out there, that can help you ...
Author, Vinay Sajip ,. Basic Logging Tutorial: Logging is a means of tracking events that happen when some software runs. The software’s developer adds logging call...
Author, Vinay Sajip ,. This page contains a number of recipes related to logging, which have been found useful in the past. For links to tutorial and reference info...
Source code: Lib/logging/config.py Important: This page contains only reference information. For tutorials, please see Basic Tutorial, Advanced Tutorial, Logging Cookbook. This section describes th...
Even if you write clear and readable code, even if you cover your code with tests, even if you are very experienced developer, weird bugs will inevitab...
It's Time to Say Goodbye to These Obsolete Python Libraries
With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get used to using the good ...
Python List Comprehensions Are More Powerful Than You Might Think
Python's list comprehensions (and generators) are an awesome feature that can greatly simplify your code. Most of the time however, we only use them to...
Python CLI Tricks That Don't Require Any Code Whatsoever
Out-of-the-box, Python standard library ships with many great libraries some of which provide commandline interface (CLI), allowing us to do many cool ...
Automatically generate R package skeletons from application programming interfaces (APIs) that follow the OpenAPI Specification (OAS). The skeletons implement best practices to streamline package development.
I've recently jumped on the Obsidean bandwagon and absolutely love it. Though in time, researching the best way to get the most out of the application, I came across a few other Personal Knowledge...
up:: [[Home]] tags:: #map # LYT Kit MOC This is the "Map of Content" for the LYT Kit. Here you can: - Learn about the LYT Framework. - Learn about how MOCs literally re-write the game. - Create livi…
GetLatestOledbProvider(): Use VBA to get the Latest SQL Server OLE DB Provider
This simple VBA function will check the user's registry and return the latest OLE DB provider from a list of supported providers that you can customize.
This function will jump-start the process of converting long descriptions into meaningful abbreviations. It's great for creating "Code" columns in lookup tables.
HOW TO: Create a Tool Window in the VBIDE with twinBASIC
Move over Rubberduck VBA and MZ-Tools. The next great VBE addin is going to be built with twinBASIC. Here are step-by-step instructions to get you started.