CINXE.COM

Python in Education

<html> <head> <title>Python in Education</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/figuration@4.1.1/dist/css/figuration.min.css" integrity="sha384-e/NIdifr88ZAPrcC+xVkbAoJhF5hu3qktfiPXw6yYk0SdSwr58pbgTKzvkvT/qY/" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.datatables.net/1.10.23/css/jquery.dataTables.min.css" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"> <link rel="stylesheet" href="https://cdn.datatables.net/searchpanes/1.2.1/css/searchPanes.dataTables.min.css"> <link rel="stylesheet" href="https://cdn.datatables.net/select/1.3.1/css/select.dataTables.min.css"> <link rel="stylesheet" href="/static/css/python.css"> <link rel="icon"href="/static/images/favicon.ico"> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/figuration@4.1.1/dist/js/figuration.min.js" integrity="sha384-LMFpjW5jPxtE0jLYtymLgsoF5vmOQKP2C/4ZLekSxPfv/wPjeahLHZ8VeZnxBnaR" crossorigin="anonymous"></script> <script src="https://cdn.datatables.net/1.10.23/js/jquery.dataTables.min.js"></script> <script src="https://cdn.datatables.net/searchpanes/1.2.1/js/dataTables.searchPanes.min.js"></script> <script src="https://cdn.datatables.net/select/1.3.1/js/dataTables.select.min.js"></script> </head> <body> <nav id="python-navbar" class="navbar navbar-expand-lg navbar-light bg-light flex-between justify-content-between"> <a href="/" class="navbar-brand"> <img src="/static/images/logo.png"></a> <button class="navbar-toggle" type="button" data-cfw="collapse" data-cfw-collapse-target="#navbarR0"> <span aria-hidden="true">&#8801;</span> </button> <div class="navbar-collapse collapse" id="navbarR0" > <ul class="navbar-nav"> <li class="nav-item"> <a href="/resources/getting-started" class="nav-link">Getting Started</a> </li> <span class="dot">&#9679;</span> <li class="nav-item"> <a href="/resources/resource/list" class="nav-link">Resources</a> </li> <span class="dot">&#9679;</span> <li class="nav-item"> <a href="https://discuss.python.org/c/education/31" class="nav-link" target="_blank">Forum</a> </li> <span class="dot">&#9679;</span> <li class="nav-item"> <a href="/resources/connect" class="nav-link">Connect</a> </li> <span class="dot">&#9679;</span> <li class="nav-item"> <a href="/resources/code-of-conduct" class="nav-link">Code of Conduct</a> </li> </ul> </div> <a class="btn navbar-btn" href="/accounts/login" role="button">Sign In</a></h5> </nav> <div class="container overflow-hidden"> <div class="row mt-4"> <div class="col-sm-1"> </div> <div class="col-sm-10"> <h1 id="python-page-header" class="py-2">Python in Education</h1> <div class="container"> <div class="row"> <div class="col-sm-6 pt-2"> Welcome to the Python Software Foundation鈥檚 hub for all things education. Search a database of open education resources (OERs). Contribute to the OER database. Find tips and guides for teaching Python. Participate in an active community of Python educators and trainers from around the globe. </div> <div class="col-sm-1"></div> <div class="col-sm-5"> <img src="/static/images/snake_teach.png"></img> </div> </div> <div class="row my-5 py-2"> <div class="col-sm-12"> <h4>About</h4> The Python Software Foundation is the non-profit organization behind Python and its community. The PSF holds and maintains related trademarks, produces PyCon US, maintains community infrastructure, gives out grants to Pythonistas all over the world, and much more. <a href="https://www.python.org/psf/annual-report/2019">Check out the PSF's 2019 impact report</a> to learn more. In 2019, the PSF established a <a href="http://pyfound.blogspot.com/2019/04/update-on-python-in-education-proposal.html">board committee</a> to improve Python's foothold in education. education.python.org was one of the initiatives the board committee funded. <a href="https://www.python.org/psf/get-involved/">Click here</a> to learn ways you can get involved with or stay informed about the PSF. </div> </div> </div> </div> <div class="col-sm-1"> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10