Monday, July 20, 2020

PSF GSoC students blogs: Weekly Check-in #8

Hello !

What did you do this week?

Improved plotting of radial fourier and some tweaks to make the generated notebook perfect.Changes are currently being reviewed. After this it could be merged.

What is coming up next?

I will be working on copying the cluster connection code directly from the GUI.

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