参考网站

2018-01-12  本文已影响0人  AntiGravity

游戏,图形与仿真

http://www.pygame.org/

) : 专为电子游戏设计。包含图像、声音。创建在SDL基础上,允许实时电子游戏研发而无需被低级语言,如C语言或是更低级的汇编语言束缚

https://pygame-zero.readthedocs.io

) 一个脚手架,方便创建2D游戏

http://pythonhosted.org/arcade/

) : 简单易学的一个2游戏框架

https://bitbucket.org/pyglet/pyglet/wiki/Home

) - 一个纯python实现的跨平台游戏框架,没有额外的依赖包

http://py.processing.org/

): Processing不仅仅是一种单一的语言,而是以艺术为导向的方法来学习,教学和编写代码

http://pythonturtle.org/

) : 通过移动屏幕上的Turtle(乌龟)来学编程,有悠久的历史,PythonTurtle是完全独立的,不需要Python

http://vpython.org/

) - VPython可以轻松创建可导航的3D演示和动画

http://www.pymunk.org/

) - 2D 物理效果 library

https://github.com/jshaffstall/PyPhysicsSandbox

) - 对 Pymunk的简单包装

https://kivy.org/

) - 用于开发采用自然用户界面的多点触控应用软件。它可以在Android,iOS,Linux,OS X和Windows执行

http://www.panda3d.org/

) - Panda3D 是一个游戏引擎,也是一个 3D 渲染和游戏开发框架

https://lawsie.github.io/guizero/

) - 让孩子们能快速上手GUI编程

可视化

http://bokeh.pydata.org/

) : 使用现代web技术来进行大数据集的可视化展示的交互环境的Python包

http://vispy.org/

) : Vispy 是一个高性能的交互式 2D/3D 的数据可视化库。利用图形处理器 GPU 通过 OpenGL 库来显示非常大的数据集

Jupyter

http://jupyter.org/

) : jupyter 是把 IPython 和 Python 解释器剥离后的产物,独立发行。jupyter 可以和 Python 之外的 程序结合,提供强大的服务

https://www.cheatography.com/weidadeyue/cheat-sheets/jupyter-notebook/

) : jupyter Notebook的小抄(cheatsheet),方便随时查阅常用操操作

https://github.com/ipython/ipywidgets

) : ipython notebook的插件系统

http://nbgrader.readthedocs.io/

) - nbgrader是一种便于在Jupyter notebook中创建和为作业评分的工具。

https://github.com/computationalmodelling/nbval

) - 用于检验 Jupyter notebooks 的 Py.test 插件

https://nbdime.readthedocs.io/

) - diff与merge Jupyter Notebooks.

https://github.com/conery/nbscan

) - search for and print contents of cells in Jupyter notebooks.

https://nbconvert.readthedocs.io/

) - 将 Notebooks 转为其他格式(我喜欢用它来做PPT).

https://github.com/parmentelat/nbautoeval

) - 创建自动评估的练习.

https://github.com/lgpage/nbtutor

) - 逐行将python代码的运行过程可视化.

https://github.com/devrt/nbtranslate

) - 使用gettext 来翻译 Jupyter notebook上的内容

https://github.com/jfbercher/jupyter_nbTranslate

) - 将notebook单元格的内容从一种语言翻译到另一种 (支持多语言)

https://github.com/jupyter/jupyter-drive

) - Google Drive for Jupyter.

https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/

) Jupyte 的使用小技巧

http://nb.bianp.net/sort/views/

) - 优质 IPython/Jupyter Notebooks汇总

https://github.com/dunovank/jupyter-themes

) : jupyter的其他主题

http://ipythonblocks.org/

) : 为学生提供可以使用Python操作的彩色块的网格,让学生练习流程控制和其他方面的程序设计,并对他们的代码正在做的即时,可视化的反馈.甚至可以动画循环,向学生展示每一步都发生了什么变化

https://software-carpentry.org/blog/2013/03/using-notebook-as-a-teaching-tool.html

) : 将IPython Notebook用作教学工具

https://groups.google.com/forum/#!forum/jupyter-education

) - 使用Jupyter Notebooks来教学(邮件列表).

https://github.com/jupyterlab/jupyterlab

) - 使jupyter notebook更接近IDE

http://mybinder.org/

) - 将一个github库变为一系列的交互式notebook.

https://github.com/jupyterhub/jupyterhub

) - Jupyter notebooks的多用户系统

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

) 使用python做科学计算的讲座

https://github.com/barbagroup/jupyter-tutorial

) jupyter入门教程

http://norvig.com/ipython/

) Jupyter Notebooks的一份资源汇总

https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/

) Jupyter Notebook使用技巧
2018/1/11 22:13:26
袁老师 2018/1/11 22:13:26

https://hourofpython.com/from-blocks-to-code-with-trinket/

) (更多资源参见 [Hour of Python]([图片上传失败...(image-95238a-1515736276649)]

https://hourofpython.com/

)) - 通过blockly来进行积木化的编程,并生成python代码(ps:我最近就在做此类事情,blockly是非常强大的工具,我试图将这个思路拓展到硬件和AI上)

https://books.trinket.io/pfe/

) - [图片上传失败...(image-7ce19a-1515736276649)]

trinket.io

交互式书籍

http://interactivepython.org/courselib/static/thinkcspy/index.html

) (更多资源参见 [Runestone Interactive]([图片上传失败...(image-4808bd-1515736276649)]

http://runestoneinteractive.org/library.html

))

https://pythonroom.com/

) - pythonroom让大家轻松进行计算机科学教学

repl.it

classrooms]([图片上传失败...(image-7cbb0c-1515736276649)]

https://repl.it/site/classrooms

) - 专门为老师准备的新工具

http://interactivepython.org/runestone/static/StudentCSP/index.html

): 这本电子书非常有趣,它通过Python来教你编程,让你多读代码而不是一来就让你开始写,你无需安装任何东西在浏览器里就可以开始你的编程之旅

http://www.codeskulptor.org/

) - 使用[skulpt]([图片上传失败...(image-15573-1515736276649)]

https://github.com/skulpt/skulpt

)在浏览器中跑Python,你可以在其中可视化地看待代码的执行过程

http://think.cs.vt.edu/blockpy/

) - 基于web的编程环境,让你能同时使用blockly积木块和代码来编程,为数据科学而生

http://edublocks.org/

) - 使 Scratch 到 Python 的转化更加容易

https://github.com/rajathkumarmp/Python-Lectures

) - 在IPython Notebooks中学习Python,十分理想的学习环境

http://www.learnpython.org/

) - 一个在线学习Python的电子教程,同样是只要有浏览器就行

https://www.codeclubprojects.org/en-GB/python/

) - 使用[图片上传失败...(image-5158cf-1515736276648)]

trinket.io

来教学Python,教学案例的设计有趣而用心

http://cscircles.cemc.uwaterloo.ca/

) - 一本学习Python的电子教程,你将跟着教材在浏览器中做练习,可以用可视化的方式看到代码的执行过程

https://open.cs.uwaterloo.ca/python-from-scratch/

) - 一门完整的课程,包括了视频讲解和线上练习

https://snakify.org/

) -

https://www.codesters.com/

) - 这是一个非常完整的解决方案,你可以在学校里使用它,包含了编程平台、学习管理系统和课程,另外值得一提的是里边的例子都非常有意思

上一篇 下一篇

猜你喜欢

热点阅读