Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python3之操作主流数据库MySQL/MongoDB
Rating: 4.6 out of 5(36 ratings)
509 students

Python3之操作主流数据库MySQL/MongoDB

教大家使用PyMySQL,SQLAlchemy,PyMongoDB, MongoEngine等知名Python库
Created byPeng Xiao
Last updated 7/2023
Chinese (Simplified)

What you'll learn

  • 掌握pymysql的基本使用
  • 掌握sqlalchemy的基本使用
  • 掌握pymongo的使用
  • 掌握mongoengine的使用

Course content

5 sections53 lectures4h 41m total length
  • 介绍3:43
  • 课程源码1:29
  • 环境准备3:03
  • 视频播放器设置0:36

Requirements

  • 有Python的基础
  • 有MongoDB基础
  • 有MySQL基础

Description

本课程是一个串讲课。当您学会了Python,并且了解了MySQL,MongoDB等数据库以后,我们就可以使用Python去操作他们了。


PyMySQL

一个纯Python的MySQL客户端,通过它我们可以很容易的通过python代码进行MySQL的数据增删改查操作。


SQLAlchemy

一个强大的Python版的SQL ORM,对于大型的Python应用程序,如果您要使用MySQL作为数据存储,那么SQLAlchemy是您最好的选择。


PyMongo

MongoDB的Python驱动,MongoDB里的Bson和Python的字典是天作之合,使用python操作MongoDB最合适不过了。

Who this course is for:

  • 想要学习如何通过Python操作MySQL
  • 想要学习如何通过Python操作MongoDB