Intro to Python
Intro This guide is designed as a quick-reference for Python fundamentals. 1. Strings Strings can be defined with single, double, or triple quotes. print("Hello, world!") print('Hello, world!')...
Intro This guide is designed as a quick-reference for Python fundamentals. 1. Strings Strings can be defined with single, double, or triple quotes. print("Hello, world!") print('Hello, world!')...
Intro Git is the most popular version control system in the world. It allows you to track changes in your code, revert to previous versions, and collaborate with others. The Basic Workflow The m...
Intro This cheat sheet provides a quick overview of all the Markdown syntax elements. Use this as a reference while you write your posts! Basic Syntax These elements are supported by almost all ...
Intro Welcome! This is my first Jekyll blog post. I’ve decided to use Jekyll because it’s a static site generator that is fast, secure, and developer-friendly. Essential Jekyll Commands When wor...