December 2015
Beginner to intermediate
376 pages
10h 6m
English
CHAPTER 7
![]()
Python and MongoDB
Python is one of the easier programming languages to learn and master. It’s an especially great language to start with if you are relatively new to programming. And you’ll pick it up that much more quickly if you’re already quite familiar with programming.
Python can be used to develop an application quickly while ensuring that the code itself remains perfectly readable. With that in mind, this chapter will show you how to write simple yet elegant, clear, and powerful code that works with MongoDB through the Python driver version 3.0.3 (also called the PyMongo driver; this chapter will use both terms interchangeably). ...
Read now
Unlock full access