zoukankan      html  css  js  c++  java
  • 教程集锦

    
    
    Python教程:
    1.廖雪峰Python教程
    https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000
    2.Python3 菜鸟教程
    http://www.runoob.com/python3/python3-tutorial.html
    3.Python标准库(非常经典的各种模块介绍)
    https://blog.csdn.net/qiqll/article/details/39339319
    4.
    python2 与 python3 语法区别
    https://blog.csdn.net/samxx8/article/details/21535901
    5.PyCharm 常用快捷键和设置
    https://blog.csdn.net/weixin_41059146/article/details/78826163
    6.Python正则表达式指南
    http://www.cnblogs.com/huxi/archive/2010/07/04/1771073.html
    在线正则表达式测试
    http://tool.oschina.net/regex/
    7.将Python脚本打包成可执行文件
    http://www.cnblogs.com/mywolrd/p/4756005.html
    8.Python 算法与数据结构视频教程
    https://python-data-structures-and-algorithms.readthedocs.io/zh/latest/
    9.用python实现基本数据结构和算法
    https://python-web-guide.readthedocs.io/zh/latest/algorithms/algorithms.html
    10.用python实现设计模式
    https://python-web-guide.readthedocs.io/zh/latest/design/design.html

    numpy教程:
    https://www.jianshu.com/p/83c8ef18a1e8

    opencv-python教程:
    https://blog.csdn.net/gangzhucoll/column/info/18055

    Linux教程
    1.http://www.92csz.com/study/linux/
    2.linux命令大全
    https://www.yiibai.com/linux
    git教程:
    1.廖雪峰git教程
    https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000
    2.配置gerrit
    https://note.youdao.com/ynoteshare/index.html?id=01478eba03336a07892fc29825545f69&type=note#/

    爬虫教程:
    1.Python3网络爬虫开发实战
    https://cuiqingcai.com/?s=%E7%88%AC%E8%99%AB
    2.Python爬虫——爬取豆瓣电影Top250
    https://blog.csdn.net/fighting_no1/article/details/50926008
    3.Python 3.5_简单上手、爬取百度图片的高清原图
    https://blog.csdn.net/MirrorMan0/article/details/78500572
    4.Python爬虫(入门+进阶)
    https://blog.csdn.net/kissazhu/article/list/2?t=1
    5.selenium用法详解
    https://blog.csdn.net/qq_29186489/article/details/78661008
    6.Scrapy学习篇
    https://www.cnblogs.com/cnkai/category/1061919.html
    Keras中文文档  
    https://keras-cn.readthedocs.io/en/latest/
    https://tensorflow.google.cn/guide/keras
    PyTorch中文文档
    https://pytorch-cn.readthedocs.io/zh/latest/
    tensorflow中文文档
    http://www.tensorfly.cn/tfdoc/get_started/introduction.html
    jinja官方文档
    http://jinja.pocoo.org/docs/2.10/templates/

    html、css、xpath、JavaScript教程
    http://www.w3school.com.cn/

    ai大学
    https://www.aidaxue.com/

    深度学习:
    吴恩达深度学习视频:https://mooc.study.163.com/smartSpec/detail/1001319001.htm
    吴恩达深度学习学习笔记:
    https://blog.csdn.net/zchang81/article/details/77933537
    https://blog.csdn.net/koala_tree/article/details/79913655
    https://blog.csdn.net/julialove102123/article/details/80089018

    吴恩达机器学习视频:https://study.163.com/course/courseMain.htm?courseId=1004570029
    莫烦恼深度学习教程:https://morvanzhou.github.io/learning-steps/
              https://github.com/MorvanZhou/Tensorflow-Tutorial
    莫烦机器学习课程笔记: https://blog.csdn.net/jiandanjinxin/article/details/73320937
    莫烦tf教程笔记:https://blog.csdn.net/jiaoyangwm/article/details/79715826

    matplotlib教程:https://morvanzhou.github.io/tutorials/data-manipulation/plt/4-2-subplot2/



  • 相关阅读:
    C#中实现简单的预警提示功能(语音提示与弹窗提示)
    C#中使用SoundPlayer播放音频文件(wav文件)
    Angular中路由的嵌套-父子路由
    Winform中设置ZedGraph的坐标轴的标题和刻度不显示十次幂
    Angular中使用JS实现路由跳转、动态路由传值、get方式传值
    surprise库官方文档分析(二):使用预测算法
    surprise库官方文档分析(一)
    webpack官方文档分析(三):Entry Points详解
    webpack官方文档分析(二):概念
    webpack官方文档分析(一):安装
  • 原文地址:https://www.cnblogs.com/cekong/p/10237913.html
Copyright © 2011-2022 走看看