Message from @wͫ́í̯̭̭̆̾nͣͣŃT̥̥͕̈́.exͯ̈́̉e͋͆̐ͮ

Discord ID: 504728182033874944


Do you copy libs and other folders each time or just call it for a new project

God windows is so retarded

But every nigger runs office

Literal fucking cancer

Pretty much

My problem is that 80% of our data is either tied up in Excel/SQL/Folders buried in folders

I wish they were csv's

its not the file type thats a bitch

its so massivley unstructured

thats the problem

ZERO data entry parameters

thats where im at

Refrence tables

thats what im at

Are you doing in all in VIM or do you have another event handeler to debug?

thanks nukka

it makes sense to me but the framework with windows is gay af

2018-10-24 18:59:34 UTC  

```
# !/usr/bin/python

import os
for root, dirs, files in os.walk(".", topdown=False):
for name in files:
print(os.path.join(root, name))
for name in dirs:
print(os.path.join(root, name))
```

Way more effecient

I need to do this before power bi

power bi as the engine is slow af

that was my problem

2018-10-24 19:02:52 UTC  

```
class RonIsGay(object):
def __init__(self):
self.var = "Ron is Gay"
def print_var(self):
print("{}".format(self.var)
def var(self) -> str:
return self.var
```

2018-10-24 19:03:34 UTC  

Then keep building types with functions until you're good to go