I've stopped using datetime.strftime() and just use f-strings. #Python
Did you know that you can do this?
Instead of
>>> somedate.strformat("%Y-%m-%d")
do
>>> F"{somedate:%Y-%m-%d}"
Python 3.5 is no longer supported. There will be no more bug fixes or security patches for the 3.5 series. Python 3.5.10 is the last release: https://t.co/fU1unN7Ryw. The Python core dev community recommends that all remaining Python 3.5 users upgrade to the latest version.
NumPy is the most popular data science framework, with 63% of python developers using it, followed by Pandas, with 55%. Check out the Python Developers Survey 2019 results? https://t.co/f9kEsnN2nA #pythondevsurvey