C is a language you can do damn near anything you want. Python is a wrapper that restricts what you can do while riding on top of C.
C is a language you can do damn near anything you want. Python is a wrapper that restricts what you can do while riding on top of C.
I jus thad to make another file to import things to and from, rather than fewere files. It's annoying, the clutter, ebing required to add __init__.py to my ./commands/ folder because the interpreter won't look inside of commands to find imported files. Even if I do from commands import thing_in_commands.py
It's attrocious.
I jus thad to make another file to import things to and from, rather than fewere files. It's annoying, the clutter, ebing required to add __init__.py to my ./commands/ folder because the interpreter won't look inside of commands to find imported files. Even if I do from commands import thing_in_commands.py
It's attrocious.