Skip to content

Instantly share code, notes, and snippets.

View aniav's full-sized avatar
🌵
Yay!

Ania Warzecha aniav

🌵
Yay!
View GitHub Profile
@aniav
aniav / my_first_python_script
Last active January 25, 2021 22:10
My first python code ever written.
#!/usr/bin/python
# -*- coding: utf-8 -*-
from suds.client import Client
import pymssql
import MySQLdb
import sys
from time import strftime, sleep
import re
import htmlentitydefs
import gc