Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,4 +1,4 @@
 awesome-python-in-education !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 awesome-python-in-education !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
A curated list of resources about Python in Education 
@@ -42,8 +42,7 @@
⟡ From Blocks to Code with Trinket! (https://hourofpython.com/from-blocks-to-code-with-trinket/) (more resources included in Hour of Python (https://hourofpython.com/))
⟡ Python for Everybody (https://books.trinket.io/pfe/) - Trinket.io interactive book.
⟡ How to Think Like a Computer Scientist (http://interactivepython.org/courselib/static/thinkcspy/index.html) (more resources included in Runestone Interactive 
(http://runestoneinteractive.org/pages/library.html))
⟡ How to Think Like a Computer Scientist (http://interactivepython.org/courselib/static/thinkcspy/index.html) (more resources included in Runestone Interactive (http://runestoneinteractive.org/pages/library.html))
⟡ pythonroom (https://www.tynker.com/pythonroom)
⟡ repl.it classrooms (https://repl.it/site/classrooms)
⟡ CS Principles: Big Ideas in Programming (http://interactivepython.org/runestone/static/StudentCSP/index.html)
@@ -96,9 +95,8 @@
⟡ Python Tutorials and Courses Directory (https://hackr.io/tutorials/learn-python)
⟡ Python as a Second Language (https://swcarpentry.github.io/python-second-language/)
⟡ A simple tutorial about effectively using pdb (https://github.com/spiside/pdb-tutorial)
⟡ Beginning Python (http://archive.oreilly.com/oreillyschool/courses/Python1/index.html) - Getting More out of Python (http://archive.oreilly.com/oreillyschool/courses/Python2/index.html) - The Python 
Environment (http://archive.oreilly.com/oreillyschool/courses/Python3/index.html) - Advanced Python (http://archive.oreilly.com/oreillyschool/courses/Python4/index.html) - 4 courses from the archived O'Reilly 
School of Technology
⟡ Beginning Python (http://archive.oreilly.com/oreillyschool/courses/Python1/index.html) - Getting More out of Python (http://archive.oreilly.com/oreillyschool/courses/Python2/index.html) - The Python Environment 
(http://archive.oreilly.com/oreillyschool/courses/Python3/index.html) - Advanced Python (http://archive.oreilly.com/oreillyschool/courses/Python4/index.html) - 4 courses from the archived O'Reilly School of Technology
⟡ Testing and Continuous Integration with Python (http://katyhuff.github.io/python-testing/) - a tutorial from the Software Carpentry.
⟡ Playground and cheatsheet for learning Python (https://github.com/trekhleb/learn-python)
⟡ Try Python (https://www.codeschool.com/courses/try-python) - a free course from Code School.
@@ -286,8 +284,8 @@
⟡ Python Arcade Library (http://arcade.academy/)
⟡ Pyglet (http://www.pyglet.org/) - a pure python cross-platform application framework intended for game development
⟡ Python Mode for Processing (http://py.processing.org/)
⟡ PythonTurtle (http://pythonturtle.org/) - A learning environment for Python programming suitable for beginners and children, inspired by Logo. Easy installer for Windows so it could be installed by children on
computers without internet access.
⟡ PythonTurtle
 (http://pythonturtle.org/) - A learning environment for Python programming suitable for beginners and children, inspired by Logo. Easy installer for Windows so it could be installed by children on computers without internet access.
⟡ A Simple Tutorial for Python's turtle.py Module (https://github.com/asweigart/simple-turtle-tutorial-for-python/blob/master/simple_turtle_tutorial.md)
⟡ VPython (http://vpython.org/) - 3D programming
⟡ Pymunk (http://www.pymunk.org/) - 2D physics library
@@ -339,8 +337,7 @@
  ⟡ jupyterhub/binderhub (https://github.com/jupyterhub/binderhub/) - BinderHub is the application that powers https://mybinder.org (on k8s)
  ⟡ jupyter/repo2docker (https://github.com/jupyter/repo2docker) - generate Jupyter-enabled Docker Images from repositories
  ⟡ github.com/binder-examples (https://github.com/binder-examples) - examples of Binder-ready (REES-compatible) Jupyter notebooks
  ⟡ REES: Reproducible Execution Environment Specification
 (https://repo2docker.readthedocs.io/en/latest/specification.html) - specification that repo2docker uses to build a container image for a given project and its dependencies
  ⟡ REES: Reproducible Execution Environment Specification (https://repo2docker.readthedocs.io/en/latest/specification.html) - specification that repo2docker uses to build a container image for a given project and its dependencies
  ⟡ REES Config files (https://repo2docker.readthedocs.io/en/latest/config_files.html) - requirements.txt, environment.yml, Pipfile.lock, postBuild, Dockerfile
⟡ ipython/ipywidgets - IPython widgets (https://github.com/ipython/ipywidgets)
⟡ jupyter/nbgrader (https://github.com/jupyter/nbgrader/) - nbgrader is a tool that facilitates creating and grading assignments in the Jupyter notebook
@@ -449,8 +446,7 @@
⟡ Python Programming in one video (https://www.youtube.com/watch?v=N4mEzFDjqtA) - Learn to Program with Python (https://www.youtube.com/playlist?list=PLGLfVvz_LVvTn3cK5e6LjhgGiSeVlIRwt) Derek Banas playlist
⟡ CPython internals: A ten-hour codewalk through the Python interpreter source code (http://pgbovine.net/cpython-internals.htm)
⟡ Teaching Python: The Hard Parts (http://pyvideo.org/pycon-us-2016/elana-hashman-teaching-python-the-hard-parts-pycon-2016.html) - PyCon 2016
⟡ Episode 14  Allen Downey on Teaching Computer Science with Python (https://www.pythonpodcast.com/episode-14-allen-downey-on-teaching-computer-science-with-python/) from podcast.\__init__('Python') 
(https://www.pythonpodcast.com/)
⟡ Episode 14 Allen Downey on Teaching Computer Science with Python (https://www.pythonpodcast.com/episode-14-allen-downey-on-teaching-computer-science-with-python/) from podcast.\__init__('Python') (https://www.pythonpodcast.com/)
⟡ Python For Informatics (https://www.youtube.com/playlist?list=PLlRFEj9H3Oj4JXIwMwN1_ss1Tk8wZShEJ)
⟡ Python for Everybody - Exploring Information (https://www.youtube.com/playlist?list=PLlRFEj9H3Oj7Bp8-DfGpfAfDBiblRfl5p)
⟡ sentdex youtube playlists (https://www.youtube.com/user/sentdex/playlists) or via Python Programming (https://pythonprogramming.net/)
@@ -461,8 +457,8 @@
⟡ PySide Video Tutorials (http://wiki.qt.io/PySide_Video_Tutorials)
⟡ Python Basics - Coding is for girls (https://www.youtube.com/playlist?list=PLbd_WhypdBbAMyFfKgSj27JO7CEpuIcEK)
⟡ Python For Beginners - Learn To Code Tutorials  (https://www.youtube.com/playlist?list=PLW_tdZJKynZXgLKQAR2g52ut4c2IpUmOv)
⟡ TheNewBoston Python 3 videotutorials (https://www.youtube.com/watch?v=HBxCHonP6Ro&list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) - also Flask 
(https://www.youtube.com/watch?v=ZVGwqnjOKjk&list=PL6gx4Cwl9DGDi9F_slcQK7knjtO8TUvUs) and others on their channel (https://www.youtube.com/user/thenewboston)
⟡ TheNewBoston Python 3 videotutorials (https://www.youtube.com/watch?v=HBxCHonP6Ro&list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) - also Flask (https://www.youtube.com/watch?v=ZVGwqnjOKjk&list=PL6gx4Cwl9DGDi9F_slcQK7knjtO8TUvUs) and others 
on their channel (https://www.youtube.com/user/thenewboston)
⟡ Build applications in Python the antitextbook (https://www.youtube.com/playlist?list=PL41psiCma00wwvtQyLFMFpzWxUYmSZwZy)
⟡ Socratica Python Programming Tutorials (https://www.youtube.com/playlist?list=PLi01XoE8jYohWFPpC17Z-wWhPOSuh8Er-)
⟡ Python for Data Analysis - Pandas Cookbook (https://www.youtube.com/playlist?list=PLyBBc46Y6aAz54aOUgKXXyTcEmpMisAq3)