Skip to content

Instantly share code, notes, and snippets.

View balajisomasale's full-sized avatar
🏠
Working from home

Balaji Somasale balajisomasale

🏠
Working from home
View GitHub Profile
@balajisomasale
balajisomasale / myscript.sh
Created May 4, 2022 16:11 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@balajisomasale
balajisomasale / PY0101EN-3-4-Classes.ipynb
Created April 25, 2020 18:24
Created on Skills Network Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.