Monday, August 26, 2019

PSF GSoC students blogs: Google Summer of Code with Nuitka 7th Weekly Check-in

1. What did you do this week?

As GSoC is wrapping up, I wrote a summary of my work which can be found here

In addition, I have finalized my pull requests #495 and #484 which are now ready for merge.

 

2. What is coming up next?

After GSoC ends, I plan on continuing my contributions to Nuitka and PSF.

 

3. Did you get stuck anywhere?

I do not remember being stuck anywhere this week :)


 



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