<html>
	<head>

		<!--
		palette:
		dark blue: #003F72
		yellow: #FFD166
		salmon: #EF476F
		offwhite: #e7d7d7
		Light Blue: #118AB2
		Light green: #7DDF64
		-->

		<meta name="viewport" content = "width=device-width, initial-scale=1.0">
		<title>Python Programming Tutorials</title>

		<meta name="description" content="Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free.">

		<link rel="shortcut icon" href="/static/favicon.ico">
		<link rel="stylesheet" href="/static/css/materialize.min.css">
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
        <meta name="google-site-verification" content="3fLok05gk5gGtWd_VSXbSSSH27F2kr1QqcxYz9vYq2k" />
        <link rel="stylesheet" type="text/css" href="/static/css/bootstrap.css">


		  <!-- Compiled and minified CSS -->

		<!-- Compiled and minified JavaScript -->

		<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
		<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>



        <style>
		@media (min-width:992px) {
		#aside {
			width:250px;
		}
		pre { tab-size: 4;}
		.btn {background-color:#FFD166;
			  color:#000;
		      height:auto;
			  font-color:#000;
			  }
		.btn:hover {background-color:#FFD166;
					}


		</style>

		<!-- Google Tracking -->
		<script>
			  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
			  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
			  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
			  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
              ga('config', 'UA-51891827-1', {'anonymize_ip': true});﻿
			  ga('create', 'UA-51891827-1', 'auto');
			  ga('send', 'pageview');

		</script>

            
                
                    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
                    <script>
                         (adsbygoogle = window.adsbygoogle || []).push({
                              google_ad_client: "ca-pub-1579050400541873",
                              enable_page_level_ads: true
                         });
                    </script>
                
            




	</head>

	<body>

		<div class="navbar-fixed">
			<nav style="background-color:#003F72">
				<div class="nav-wrapper container">
					<a href="/" class="brand-logo"><img class="img-responsive" style="width:50px; height;50px; margin-top:5px" src="/static/images/mainlogowhitethick.jpg"></a>
					<a href="#" data-activates="navsidebar" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
					<ul class="right hide-on-med-and-down">
					<li><i class="material-icons">search</i></li>
					<li>
						<form method='get' id='searchform' style='height:50px; padding-top:10px' action='/search/?l=hi'>
							<input name='q' id="search" type="search" placeholder="search"  style='font-size:16px'>
						</form>
					</li>
						
			<li><a href="/">Home</a></li>
			<li><a class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="sudo apt-get upgrade" href="/+=1/">+=1</a></li>
			<!--<li><a href="/store/python-hoodie/">Store</a></li>-->
			<li><a href="/support/">Support the Content</a></li>
			
			<li><a href="https://goo.gl/7zgAVQ" target='blank'><!--<i class="material-icons">question_answer</i>-->Community</a></li>
				<li><a href="/login/">Log in</a></li>
                <li><a href="/register/">Sign up</a></li>
			

					</ul>
					<ul class="side-nav" id="navsidebar">
					<li>
						<form method='get' id='searchform' style='height:50px; padding-top:10px' action='/search/?l=hi'>
							<input name='q' id="search" type="search" placeholder="search"  style='font-size:16px'>
						</form>
					</li>
						
			<li><a href="/">Home</a></li>
			<li><a class="tooltipped" data-position="bottom" data-delay="50" data-tooltip="sudo apt-get upgrade" href="/+=1/">+=1</a></li>
			<!--<li><a href="/store/python-hoodie/">Store</a></li>-->
			<li><a href="/support/">Support the Content</a></li>
			
			<li><a href="https://goo.gl/7zgAVQ" target='blank'><!--<i class="material-icons">question_answer</i>-->Community</a></li>
				<li><a href="/login/">Log in</a></li>
                <li><a href="/register/">Sign up</a></li>
			

					</ul>
				</div>
			</nav>
		</div>



		<!-- main content -->
		<div class="container" style="max-width:1500px; min-height:100%">
			<!--Notification:-->
            <!--<p style="font-size:80%">TensorFlow.js Livestream:  <a href="https://www.youtube.com/watch?v=NjSlj95lliM" target="blank"><strong>Deep Learning in the browser</strong></a></p>-->
            <!--End Notification:-->

					
					
					  
					

					
<body class="body">
  <div class="container" align="left">
	<img src="/static/images/404-snake.png">
  </div>
  <div class="container" align="left">
	<h4>404 Snake says hi. Your Page was not found.</h4>
	<p>This error has been logged and will be reviewed.</p> 
	<p>Feel free to contact Harrison@pythonprogramming.net for help!</p>
	<p><a class="btn btn-primary btn-lg" onclick="goBack()" role="button">Go Back!</a></p>
  </div>
</body>


			</div>
		</div>

		<!--login modal-->
		

		<!--Register modal-->
		


		<script>
			$(document).ready(function(){
				$(".button-collapse").sideNav();
				$('.modal-trigger').leanModal();
				$('.collapsible').collapsible({
				  accordion : false // A setting that changes the collapsible behavior to expandable instead of the default accordion style
				});
				$('#aside').pushpin({ top:110, bottom:500 });
		  });
		</script>
		<script>
		  $(document).ready(function(){
			$('.collapsible').collapsible({
			  accordion : false // A setting that changes the collapsible behavior to expandable instead of the default accordion style
			});
			$('select').material_select();
		  });
	  </script>
	  <script>
		function goBack() {
			window.history.back()
		}
	</script>
		<script type="text/javascript" src="/static/js/run_prettify.js"></script>

	</body>

<footer class="page-footer">
          <div class="container">
            <div class="row">
              <div class="col l6 s12">
                <h5 class="white-text">You've reached the end!</h5>

                <p class="grey-text text-lighten-4">Contact: Harrison@pythonprogramming.net.</p>
                <ul>
                  <li><a class="grey-text text-lighten-3" href="/support-donate/">Support this Website!</a></li>
                  <li><a class="grey-text text-lighten-3" href="/consulting/">Consulting and Contracting</a></li>
                  <li><a class="grey-text text-lighten-3" href="https://www.facebook.com/pythonprogramming.net/">Facebook</a></li>
                  <li><a class="grey-text text-lighten-3" href="https://twitter.com/sentdex">Twitter</a></li>
                  <li><a class="grey-text text-lighten-3" href="https://instagram.com/sentdex">Instagram</a></li>
                </ul>
              </div>
              <div class="col l4 offset-l2 s12">
                <h6 class="white-text">Legal stuff:</h6>
                <ul>
                  <li><a class="grey-text text-lighten-3" href="/about/tos/">Terms and Conditions</a></li>
                  <li><a class="grey-text text-lighten-3" href="/about/privacy-policy/">Privacy Policy</a></li>

                </ul>
              </div>
            </div>
          </div>
          <a href="https://xkcd.com/353/" target='blank'><p class="grey-text right" style='padding-right:10px'>Programming is a superpower.</p></a>
          <div class="footer-copyright">
            <div class="container">
            © OVER 9000! PythonProgramming.net

            </div>

          </div>
        </footer>

</html>














