登录
首页 » Python » Python Web开发实战.mobi

Python Web开发实战.mobi

于 2020-01-17 发布
0 254
下载积分: 1 下载次数: 0

代码说明:

Python Web开发实战.mobi

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matplotlib学习
    【实例简介】
    2021-09-17 00:30:52下载
    积分:1
  • 笨方法学Python.pdf
    一个学python的绝好学习方法,可以帮助零基础的python爱好者迅速熟悉并掌握python语言。
    2020-12-06下载
    积分:1
  • python画皮卡丘(于turtle)
    用python画皮卡丘(基于turtle)
    2020-06-18下载
    积分:1
  • LSTM入门正弦波序列预测
    LSTM入门学习,正弦波序列预测         for i, input_t in enumerate(input.chunk(input.size(1), dim=1)):             h_t, c_t = self.lstm1(input_t, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         for i in range(future):  # if we should predict the future             h_t, c_t = self.lstm1(output, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         outputs = torch.stack(outputs, 1).squeeze(2)  # shape after stack:[batch, n, 1], shape after squeeze: [batch,n]         return outputs
    2021-06-30 00:31:01下载
    积分:1
  • OpenCV-Python调用训练好的深度学习模型进行常见物体识别
    使用训练好的模型进行物体识别,对于人、车的识别成功率极高,亲测好用!
    2019-07-30下载
    积分:1
  • python 速查表
    【实例简介】Python数据科学速查表 - Pandas 进阶.pdf
    2021-08-11 00:30:58下载
    积分:1
  • python 预约京东茅台脚本(JD-maotai)
    JD-maotai## 主要功能- 登陆京东商城([www.jd.com](http://www.jd.com/)) - 用京东APP扫码给出的二维码 - 预约茅台 - 定时自动预约 - 秒杀预约后等待抢购 - 定时开始自动抢购
    2021-05-06下载
    积分:1
  • python 简单的加密解密软件实例
    这是一个基于python 的简单的加密解密软件实例,其中包括一些简单的 tkinter 界面应用。
    2019-09-14下载
    积分:1
  • 行列式转置(reverseArray.py)
    行列式的转置
    2020-12-09下载
    积分:1
  • csdn下载淘宝自动发货系统
    csdn下载淘宝自动发货系统
    2019-01-25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载