A blog about Azure, DevOps, Python, and more…

  • ,

    My React useState() Notes

    Intro to useState() useState is a React Hook defined as a function. It provides the ability to refresh a component instead…

  • ,

    Setup CSOM within VSCode

    I recently ran across an interesting request where I had to dig in and provide some basics around setting up…

  • Python Intro to OOP and Classes

    Intro Just like other programming languages, Python also embraces object-oriented programming (OOP).   A class is the blueprint that describes what…

  • Intro to Modules in Python

    A Module in python is a file with the py extension that contains functions, classes, and variables.  Modules provide a way…

  • Python Functions Cheat Sheet

    I’m adding python functions to my Python Cheat Sheet series to provide the basics with samples when it comes to…

  • Python Tuples Cheat Sheet

    I created a cheat sheet to help when working with common python data types like dictionaries, lists, strings, and tuples. …

  • Python Strings Cheat Sheet

    I created a cheat sheet to help when working with common python data types like dictionaries, lists, strings, and tuples. …

  • Python Lists Cheat Sheet

    I created a cheat sheet to help when working with common python data types like dictionaries, lists, strings, and tuples. …

  • Python Dictionary Cheat Sheet

    I created a cheat sheet to help when working with common python data types like dictionaries, lists, strings, and tuples. …

  • ,

    Get Started with Python using VS Code

    It’s important to know how to get started writing Python within VS Code.  This blog will help anyone get started…