Monday, January 7, 2019

Janusworx: William Vincent’s list of programming books for 2019

Will Vincent, author of Django for Beginners and Rest APIs with Django has his list of book recommendations for the year.
Read the latest posts on his website to get at them.

If you are a learner like me and wanted a professionally filtered list, (as in too lazy to go hunt them down), this is a godsend.
He covers books on Django, React, Flask, & JavaScript and tutorials for Python, Django & React.

Also check out his year in review.

Thank you muchly, Will.




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