Skip to content

liqingbo27/pythonExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

从零学Python

在线文档:https://www.liqingbo.cn/docs/python/

项目介绍

从零学Python,各种开发案例,不定期更新。

软件 版本 功能 地址
Python 3.7.1 脚本语言 https://www.python.org/
Django 2.1.3 Web框架 https://www.djangoproject.com/
PyCharm 2018.2.4 可视化开发工具 http://www.jetbrains.com/pycharm/

示例

Day01

爬取套图: https://github.com/liqingbo27/pythonExample/tree/main/Day01/

Day02

操作数据库: https://github.com/liqingbo27/pythonExample/tree/main/Day02/

Day03

爬取小说: https://github.com/liqingbo27/pythonExample/tree/main/Day03/

Day04

爬取小说存入数据库: https://github.com/liqingbo27/pythonExample/tree/main/Day04/

Day05

问题总结:https://github.com/liqingbo27/pythonExample/tree/main/Day05/

Day06

小说网站雏形: https://github.com/liqingbo27/pythonExample/tree/main/Day06/

Day07

日志框架: https://github.com/liqingbo27/pythonExample/tree/main/Day07/

Day08

微信监控: https://github.com/liqingbo27/pythonExample/tree/main/Day08/

Day09

人脸识别: https://github.com/liqingbo27/pythonExample/tree/main/Day09/

Day10

Django后台: https://github.com/liqingbo27/pythonExample/tree/main/Day10/

Day11

链家数据: https://github.com/liqingbo27/pythonExample/tree/main/Day11/

Day12

OpenCV识别答题卡: https://github.com/liqingbo27/pythonExample/tree/main/Day12/

Day13

生成识别二维码: https://github.com/liqingbo27/pythonExample/tree/main/Day13/

Day14

我爬了《流浪地球》十万个短评得出以下结论: https://github.com/liqingbo27/pythonExample/tree/main/Day14/

Day15

上传图片二维码并解析: https://github.com/liqingbo27/pythonExample/tree/main/Day15/

Day16

文字转音频播报: https://github.com/liqingbo27/pythonExample/tree/main/Day16/

Day17

在线百度语音: https://github.com/liqingbo27/pythonExample/tree/main/Day17/

Day18

微信小黄鸡: https://github.com/liqingbo27/pythonExample/tree/main/Day18/

Day19

Activiti 工作流 BPMN 作图工具: https://github.com/liqingbo27/pythonExample/tree/main/Day19/

Day20

李沧二手房: https://github.com/liqingbo27/pythonExample/tree/main/Day20/

Day21

车牌号识别: https://github.com/liqingbo27/pythonExample/tree/main/Day21/

Day22

树莓派闹钟: https://github.com/liqingbo27/pythonExample/tree/main/Day22/

Day23

树莓派监控: https://github.com/liqingbo27/pythonExample/tree/main/Day23/

Day24

Selenium学习笔记: https://github.com/liqingbo27/pythonExample/tree/main/Day24/

Day25

爬取博客文章并入库: https://github.com/liqingbo27/pythonExample/tree/main/Day25/

Day27

生成微信头像全家福: https://github.com/liqingbo27/pythonExample/tree/main/Day27/

机器学习

多层感知机

参考学习

https://www.python.org/

https://docs.djangoproject.com/

http://www.jetbrains.com/pycharm/

http://www.runoob.com/python3/python3-tutorial.html