Julio SoutoA Flask Tutorial in few minutes with SQLite, SQLAlchemy and Jinja2Today we are going to build a simple web application, which can take you only a few minutes.Nov 14, 2021Nov 14, 2021
Julio SoutoHow To Back Up Windows to iCloudHave you ever wondered if it’s possible to automatically back up Windows files to iCloud, including a system image? It definitely is and…Jun 25, 2021Jun 25, 2021
Julio SoutoinPython in Plain EnglishPython Dictionary Comprehensions Made SimpleSo, you are getting good at Python dictionaries, but you must keep stepping up the ladder.Jun 13, 2021Jun 13, 2021
Julio SoutoinPython in Plain EnglishThis is How You Color Print Out in PythonMany Python programmers depend on printing out statements on console, as a GUI isn’t always necessary. The issue sometimes is that a black…May 29, 2021May 29, 2021
Julio SoutoinPython in Plain English21 Python Features — Tips and TricksGetting straight to the point, this is a list of features many Python programmers don’t know exist.May 25, 2021May 25, 2021
Julio SoutoinPython in Plain EnglishReplacing For Loops With Recursion in PythonRecursion is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem.May 23, 2021May 23, 2021
Julio SoutoinPython in Plain EnglishWhy Multiprocessing Is Not EnoughIn my previous article, I showed in a simple and practical way, how to run a for loop function 3x simultaneously, supposing you have at…May 22, 2021May 22, 2021
Julio SoutoinPython in Plain EnglishParallelism with Python MultiprocessingOne of the hardest things a developer might face is to make his or her code run fast(er).May 18, 2021May 18, 2021
Julio SoutoParalelismo com Python MultiprocessingUma das grandes dificuldades de todo desenvolvedor é fazer com que seu código seja rápido. O problema é que muitas tarefas levam tempo para…May 18, 20211May 18, 20211