Monday, August 24, 2020

PSF GSoC students blogs: Final Check-In

Hello there!

What did I do last week?

Not much, but seemingly implementation-wise I have finished my GSoC project:

  • Finish the implementation of wheels' parallel download (GH-8771)
  • Help make pip's CI green again (GH-8790)
  • Reformat a few spots in user guide (GH-8795)

Did I get stuck anywhere?

I got sick, but I am recovering now!

What is coming up next?

I will try to spend the time I got left within the scope of GSoC to improve cache usage of the fast-deps feature.



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