Python TuplesA tuple is a fixed-length, immutable sequence of Python objects which, once assigned cannot be changed. You can […] May 29, 2023 in Python tagged python / tuple by Mike
Python DictionariesA dictionary is a data structure that consists of a collection of key-value pairs. Dictionaries are one of […] May 28, 2023 in Python tagged associate / array / dictionary / map / hash by Mike
Python ListsA list is a data structure that helps store, and if necessary, manipulate an ordered collection of items, […] May 28, 2023 in Python tagged list / index / collection / mutable by Mike
Python Data StructuresData structures are collections of data values or objects that contain different data types. Data professionals use data […] May 28, 2023 in Python tagged data / structure by Mike
Python ClassesEverything in the Python language is an object. This includes numbers, strings, data structures, functions, classes, modules and […] May 22, 2023 in Python tagged object / class / classes / oop by Mike
Portable Apps on Your USBIf you are on the go a lot and you want to have access to your favorite programs, […] May 17, 2023 in Productivity tagged apps / flash / portable / app / drive / usb by Mike
Export Excel to PDFConverting your Excel file to PDF can be a bit tricky when you have a large Excel file […] May 17, 2023 in Excel tagged excel / export / PDF / import / scrape / print by Mike
Goggle Chrome TipsThere are a lot of Google Chrome tips and tricks that I didn’t know about until I watched […] May 3, 2023 in Productivity tagged browser / chrome / tips by Mike
1 Structured DataData is either structured or unstructured. If we are to analyze data using statistics, we must process the […] April 30, 2023 in Data Science tagged data / frame / tabular / structured / unstructured by Mike
Gestalt PrinciplesFirst of all, Gestalt psychology was founded by German thinkers Max Wertheimer, Wolfgang Kohler, and Kurt Koffka and […] April 27, 2023 in Data Visualization tagged perception / principle / psychology / brain / Gestalt / interpret / perceive by Mike
Pandas DataFrame IntroductionA Pandas DataFrame is a two-dimensional data structure, with “rows” and “columns”, like a two-dimensional array, or a […] April 27, 2023 in Python tagged pd / dataframe / data / table / analysis / frame / pandas / pandas DataFrame by Mike
NumPy LibraryNumPy is a Python library. NumPy is used for working with arrays. NumPy is short for “Numerical Python”. […] April 25, 2023 in Python tagged number / numpy / np by Mike