Thursday, March 14, 2019

Dataquest: Tutorial: Why Functions Modify Lists and Dictionaries in Python

In this beginner Python tutorial, we'll take a look at mutable and immutable data types, and learn how to keep dictionaries and lists from being modified by our functions.

The post Tutorial: Why Functions Modify Lists and Dictionaries in Python appeared first on Dataquest.



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