Monday, November 25, 2019

Catalin George Festila: Python 3.7.5 : Python and SQL, a fast approach.

Today he had to solve a task that required declaring a series of consecutive days to read from several SQL tables. As you know, this task would require a complex query to include statements. I solved it quite simply by using a python script that would automatically generate the days and then concatenate them into a query. It may not be the best solution but it is very fast and does not require

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...