دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Leire Verdugo
سری:
ناشر:
سال نشر: 2024
تعداد صفحات: 200
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 6 Mb
در صورت تبدیل فایل کتاب MongoDB with Python for Beginners: complete guide to dealing with Data using MongoDB and Learn Python Programming به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب MongoDB با پایتون برای مبتدیان: راهنمای کامل برای برخورد با داده ها با استفاده از MongoDB و یادگیری برنامه نویسی پایتون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
About the Authors
Table of Contents
MongoDB with Python for Beginners
PART 1: Introduction
CHAPTER 1: MongoDB: An introduction
CHAPTER 2: MongoDB and Python
CHAPTER 3: Installing MongoDB on Windows with Python
PART 2: Getting Started
CHAPTER 1: Document Databases Work
CHAPTER 2: What is a PyMongo Cursor
What is a Cursor?
PyMongo Cursor:
Output:
CHAPTER 3: Create a database in MongoDB using Python
Creating a database using Python in MongoDB
PART 3: MongoDB Queries
CHAPTER 1: Python MongoDB – Query
What is a MongoDB Query?
CHAPTER 2: MongoDB Python | Insert and Update Data
CHAPTER 3: Python MongoDB – insert_one Query
insert_one() Method
CHAPTER 4: Python MongoDB – insert_many Query
insert_many()
CHAPTER 5: Difference Between insert(), insertOne(), and insertMany() in Pymongo
CHAPTER 6: Python MongoDB – Update_one()
updateOne()
CHAPTER 7: Python MongoDB – Update_many Query
Update_many()
CHAPTER 8: MongoDB Python – Insert and Replace Operations
CHAPTER 9: MongoDB python | Delete Data and Drop Collection
CHAPTER 10: Python Mongodb – Delete_one()
Connecting to a Database
Deleting document from Collection or Database
CHAPTER 11: Python Mongodb – Delete_many()
Delete_many()
CHAPTER 12: Python MongoDB – Find
Finding data from the collection or the database
Find_one() Method
Find()
CHAPTER 13: Python MongoDB – find_one Query
CHAPTER 14: Python MongoDB – find_one_and_update Query
CHAPTER 15: Python MongoDB – find_one_and_delete query
find_one_and_delete()
CHAPTER 16: Python MongoDB – find_one_and_replace Query
CHAPTER 17: Python MongoDB – Sort
Sorting the MongoDB documents
CHAPTER 18: Python MongoDB – distinct()
distinct()
CHAPTER 19: Python MongoDB- rename()
rename()
CHAPTER 20: Python MongoDB – bulk_write()
bulk_write()
CHAPTER 21: Python MongoDB – $group (aggregation)
$group operation
CHAPTER 22: Nested Queries in PyMongo
Nested Queries in PyMongo
Query operators in PyMongo
PART 4: Working with Collections and documents in MongoDB
CHAPTER 1: Access a collection in MongoDB using Python?
Accessing a Collection
CHAPTER 2: Get the Names of all Collections using PyMongo
CHAPTER 3: Drop Collection if already exists in MongoDB using Python
CHAPTER 4: Update data in a Collection using Python
Updating Data in MongoDB
update_one()
Python3
Method: update_many()
Python3
CHAPTER 5: Get all the Documents of the Collection using PyMongo
CHAPTER 6: Count the number of Documents in MongoDB using Python
Count the number of Documents using Python
CHAPTER 7: Update all Documents in a Collection using PyMongo
Updating all Documents in a Collection
CHAPTER 8: Aggregation in MongoDB using Python
Aggregation in MongoDB
PART 5: Conversion between MongoDB data and Structured data
CHAPTER 1: Import JSON File in MongoDB using Python
Importing JSON file in MongoDB
CHAPTER 2: Convert PyMongo Cursor to JSON
CHAPTER 3: Convert PyMongo Cursor to Dataframe