Sunday, August 16, 2020

PSF GSoC students blogs: Weekly Check-in #12

Hey!

What did you do this week?

I have almost finished the cluster analysis template. Also working on cluster status. This display the number of CPU and GPU in the worker nodes.

What is coming up next?

Some parts of GUI is incomplete for the cluster status, will work on that.

Did you get stuck anywhere?

No.



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