Popular Python recipes tagged "basic"http://code.activestate.com/recipes/langs/python/tags/basic/2014-03-08T12:58:26-08:00ActiveState Code RecipesSimple derivative solver in python (Python) 2014-03-08T12:58:26-08:00Johnhttp://code.activestate.com/recipes/users/4189390/http://code.activestate.com/recipes/578847-simple-derivative-solver-in-python/ <p style="color: grey"> Python recipe 578847 by <a href="/recipes/users/4189390/">John</a> (<a href="/recipes/tags/basic/">basic</a>, <a href="/recipes/tags/beginner/">beginner</a>, <a href="/recipes/tags/calculator/">calculator</a>, <a href="/recipes/tags/calculus/">calculus</a>, <a href="/recipes/tags/derivative/">derivative</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>Solves monomials, might try to make one that solves polynomials in the future.</p> Basic FTP with Python (Python) 2008-12-07T01:18:52-08:00Jonny Reeveshttp://code.activestate.com/recipes/users/4167414/http://code.activestate.com/recipes/576525-basic-ftp-with-python/ <p style="color: grey"> Python recipe 576525 by <a href="/recipes/users/4167414/">Jonny Reeves</a> (<a href="/recipes/tags/basic/">basic</a>, <a href="/recipes/tags/ftp/">ftp</a>, <a href="/recipes/tags/send/">send</a>, <a href="/recipes/tags/server/">server</a>, <a href="/recipes/tags/web/">web</a>, <a href="/recipes/tags/web_server/">web_server</a>). Revision 2. </p> <p>Sending files to a web server via FTP.</p>