Friday, May 15, 2020

Reuven Lerner: Today’s lesson in “Python for non-programmers”: Dictionaries

My free, weekly “Python for non-programmers” course continues!

Our topic for today: Dictionaries, the most important data structure in Python.

If you’ve always wanted to program, then it’s still not to late to join us. The course is completely free of charge, and gives you free access to the course recordings (including previous lessons), forever — as well as to our private forum.

Join me at https://PythonForNonProgrammers.com/!

Questions or comments? Contact me at reuven@lerner.co.il, or on Twitter as @reuvenmlerner.

The post Today’s lesson in “Python for non-programmers”: Dictionaries appeared first on Reuven Lerner.



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