Python Naming ConventionsLike all programming languages, Python has conventions for naming. This post covers some of them for Python version […] April 23, 2023 in Python tagged style / convention / keyword / comment / naming / reserved / guide by Mike
Data File ManagementAre you working with data files or data frames? How are they organized? Do you change the data […] March 11, 2023 in Data Science tagged organization / data / file / management / structure / folder / naming / hierarchy by Mike
An Introduction to DataWhat is data? Data are facts and statistics gathered together for reference or analysis. The small screenshot on […] January 22, 2023 in Data Science tagged standards / organize / information / data / file / name / conventions / metadata / naming / Data by Mike
C# IdentifiersIdentifiers are character strings used to name things such as variables, methods, parameters, and a host of other […] December 29, 2018 in C# tagged naming / identify / case / variable / identifier / name / camel / keyword / pascal / snake / C# Getting Started by Mike