Monday, August 3, 2020

PSF GSoC students blogs: Weekly Check-in #10

What did you do this week?

Instead of downloading the complete notebook, copy the necessary cells. Also display the cluster details.

What is coming up next?

The feature is yet to be reviewed. So add details according to the review also add tests for the feature.

Did you get stuck anywhere ?

Nope



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