相关文章
Python的时间模块datetime详解
datetime模块用于是date和time模块的合集,datetime有两个常量,MAXYEAR和MINYEAR,分别是9999和1. datetime模块定义了5个类,分别是 1.d...
Python SQLite3简介
最近需要用Python写一个简易通讯录,但是对于数据存储很发愁。大家都知道,使用 Python 中的列表和字典进行存储数据是很不靠谱的,所以就想到Python有没有内置的数据库模块。 S...
python 中字典嵌套列表的方法
如下所示: >>> dict={} >>> dict['list']=[] >>> dict['list'].append([1...
pytorch GAN生成对抗网络实例
我就废话不多说了,直接上代码吧! import torch import torch.nn as nn from torch.autograd import Variable imp...
django迁移数据库错误问题解决
django.db.migrations.graph.NodeNotFoundError: Migration order.0002_auto_20181209_0031 depen...

