<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Terrence Ho</title><link>https://terrenceho.dev/tags/python/</link><description>Recent content in Python on Terrence Ho</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 21 Oct 2017 00:00:00 +0000</lastBuildDate><atom:link href="https://terrenceho.dev/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>From Object Oriented To Functional</title><link>https://terrenceho.dev/post/objected-oriented-to-functional/</link><pubDate>Sat, 21 Oct 2017 00:00:00 +0000</pubDate><guid>https://terrenceho.dev/post/objected-oriented-to-functional/</guid><description>&lt;p&gt;Many coders have heard of the term &amp;ldquo;functional programming&amp;rdquo;, but have often never really used it or its properties. Especially if they came from Java, where there are no real functions, only methods each function has to be attached to an object, and cannot stand by itself. Functions are commomly thought of as defining behavior. However, functions can also be thought of as data, instead of just instructions. They are data that define your instructions.&lt;/p&gt;</description></item></channel></rss>