Monday, August 17, 2020

PSF GSoC students blogs: Weekly Check-in #12

<meta name="uuid" content="uuidOydLs1lRETA4"><meta charset="utf-8">

What did I do this week?

After discussing with my mentor, I decided to add more tests for the node connection stage before implementing the input network. In the new tests, each worker node will spin up its context, and all of the would-be alive at the same time working concurrently.

What's next?

  • Finish testing
  • Start implementing input network

Did I get stuck somewhere?

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