Skip to main content

networking

What is networing?

protocol to connect computers

Why is networking?

because life

How would you go about networking?

make the network stack do a thing

# main.py
import pandas as pd
pd.read_csv("hello.txt")

And some sql down here as well

---comment here .sql
select
a.col1
b.col1
from db1 a
left join db2 b
using(col2)