• 1001种玩法 | Python 学习指南资源


    Scipy-lecture-notes:如何用Python来做学术?

    Scipy-lecture-notes搜集整理了Python在科学计算的资料和指南。这些文档用rest标记语言(.rst后缀)写成,用Sphinx构建。在Creative Commons Attribution 3.0 United States License下发布。

    有一个在线的版本:http://scipy-lectures.github.io/

    github主页:https://github.com/scipy-lectures/scipy-lecture-notes

    Scientific-python-lectures:Python科学计算的资料

    Scientific-python-lectures整理了一系列关于用Python来进行科学计算的讲座,使用了IPython notebooks,在Creative Commons Attribution 3.0 Unported License下发布。

    若要在IPython中使用这些notebooks,需下载文件到一个目录,并在该目录下运行命令:

      

    上面的命令会在你的浏览器中打开新的页面,列出所有可获取的notebooks。

    github主页:https://github.com/jrjohansson/scientific-python-lectures

     查看更多精彩内容?关注公众号:geekdriver(极客脑司机订阅号),我们后续还会发布技术分享文章,大家持续关注哦~新智云 www.enncloud.cn

    Algorithms:Python的算法模块

    Algorithms可以用来学习算法,这些实现来自很多伪代码,在源代码中列有参考。

    算法种类包括

    • Sorting

    • Searching

    • Shuffling

    • Math

    • Random

    github主页:https://github.com/nryoung/algorithms

    Mario-Level-1:用Python和Pygame写的超级马里奥第一关

    Mario-Level-1尝试用Python重现超级马里奥第一关,如果你想学习一下Python游戏编程和Pygame库,不防下载下来玩一玩,试一试。

    游戏视频:http://www.youtube.com/watch?v=HBbzYKMfx5Y

    github主页:https://github.com/justinmeister/Mario-Level-1

  • 相关阅读:
    android中uiautomatorviewer monkeyrunner脚本地址
    python subprocess 获取执行结果
    blazor学习
    【.NET框架实战】IdentityServer4身份验证、授权
    命令行 查看当前.net和.net core版本
    github种的asp.net core源代码
    ASP.NET Core Web主机(IWebHostBuilder)
    EntityFrameworkCore教程:生成数据库表
    2021年规划
    [从0到1搭建ABP微服务]
  • 原文地址:https://www.cnblogs.com/enncloudcn/p/7428365.html
Copyright © 2020-2023  润新知