<!DOCTYPE html>
<html lang="en"><head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>RustPython</title>
  <meta name="description" content="An open source Python 3 (CPython >= 3.11.0) interpreter written in Rust 🐍 😱 🤘">
  <!-- google fonts -->
  <link defer async href="https://fonts.googleapis.com/css?family=Fira+Sans|Sen:800&display=swap" rel="stylesheet">
  <!-- stylesheet -->
  <link defer async rel="stylesheet" href="/assets/tabs.css">
  <link defer async rel="stylesheet" href="/assets/style.css">
  <link defer async rel="stylesheet" href="/assets/media.css">
  <link defer async rel="stylesheet" href="/assets/github.css">

  <!-- webmanifest -->
  <link rel="manifest" href="/manifest.webmanifest"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>RustPython | An open source Python 3 (CPython &gt;= 3.11.0) interpreter written in Rust 🐍 😱 🤘</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="RustPython" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="An open source Python 3 (CPython &gt;= 3.11.0) interpreter written in Rust 🐍 😱 🤘" />
<meta property="og:description" content="An open source Python 3 (CPython &gt;= 3.11.0) interpreter written in Rust 🐍 😱 🤘" />
<link rel="canonical" href="https://rustpython.github.io/404.html" />
<meta property="og:url" content="https://rustpython.github.io/404.html" />
<meta property="og:site_name" content="RustPython" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="RustPython" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"An open source Python 3 (CPython &gt;= 3.11.0) interpreter written in Rust 🐍 😱 🤘","headline":"RustPython","url":"https://rustpython.github.io/404.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="canonical" href="https://rustpython.github.io"/>
  <link rel="apple-touch-icon" href="/assets/apple-touch-icon.png"><link type="application/atom+xml" rel="alternate" href="https://rustpython.github.io/feed.xml" title="RustPython" /><!--  plausible analytics -->
  <script defer data-domain="rustpython.github.io" src="https://plausible.io/js/plausible.js"></script>

</head>
<body><header>
  <nav class="menu  w-100 text-center border-bottom">
      <ul class="list-inline">
            <li class="float-left pl-1 pr-1"><a href="https://rustpython.github.io">Home</a></li>
          
	           <li class="float-left pr-1"><a href="/blog">Blog</a></li>
          
	           <li class="float-left pr-1"><a href="/docs">Docs</a></li>
          
	           <li class="float-left pr-1"><a href="https://github.com/RustPython/RustPython/">GitHub</a></li>
          
	           <li class="float-left pr-1"><a href="https://discord.com/invite/vru8NypEhv">Discord</a></li>
          
      </ul>
  </nav>
</header>
<main class="page-content" aria-label="Content">
      <div class="wrapper">
        <style type="text/css" media="screen">
  .container {
    margin: 10px auto;
    max-width: 600px;
    text-align: center;
  }
  h1 {
    margin: 30px 0;
    font-size: 4em;
    line-height: 1;
    letter-spacing: -1px;
  }
</style>

<div class="container">
  <h1>404</h1>

  <p><strong>Page not found :(</strong></p>
  <p>The requested page could not be found.</p>
</div>

      </div>
    </main><hr class="mt-md-4  mt-sm-2">

<footer class="w-80 p-2 m-auto">
        <div class="mt-1">
            <small>
              <p class="rss-subscribe">subscribe <a rel="noopener" rel="noreferrer" href="/feed.xml">via RSS</a></p>
              <p>RustPython is in a development phase and should not be used in production or a fault intolerant setting. Our current build supports only about half of the Python standard library.</p>
            </small>
        </div>
 </footer>
<script src="/assets/js/tabs.js"></script>
  </body>

</html>
