Sunday, June 21, 2020

PSF GSoC students blogs: [Week 3] Check-in

1. What did you do this week?

This week's job is to add test cases and change the code as mentor's request. 

2. Difficulty

No difficulties this week.

3. What is coming up next?

The work for the next week is to merge vjp and start to work on jacobian.



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