David Ervideira

Results 4 issues of David Ervideira

This introduces support to Python 3, since Python 2 will deprecated in January 1st 2020. More info here: https://www.python.org/doc/sunset-python-2/ This Python 3 conversion breaks compatibility with Python 2 but since...

Python 3 support (and logging and verbosity function) - Python 3 is regarded as the future of the language so it _should_ be prefered - Cleaner usage of requests: changed...

I got this error when running run.py ``` (flask-example) C:\Users\David\python-ninja\flask-example>python run.py Traceback (most recent call last): File "run.py", line 4, in app = create_app('settings') File "C:\Users\David\python-ninja\flask-example\application.py", line 20, in create_app...