Friday, June 26, 2020

Catalin George Festila: Python 3.6.9 : My colab tutorials - part 005.

Today I tested google colab python features with google authentification and google.colab drive and files. The first part of google colab code comes with authentification and you need to add the verification code for google account. The google colab use the same version of python: 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.4.0] You can see all source code on my GitHub account. The notebook

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...