<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>object Archives - Petamind</title>
	<atom:link href="https://petaminds.com/tag/object/feed/" rel="self" type="application/rss+xml" />
	<link>https://petaminds.com/tag/object/</link>
	<description>A.I, Data and Software Engineering</description>
	<lastBuildDate>Tue, 05 Oct 2021 06:08:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://petaminds.com/wp-content/uploads/2019/09/ic_launcher.png</url>
	<title>object Archives - Petamind</title>
	<link>https://petaminds.com/tag/object/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Advanced Python: Object operations and comparisons</title>
		<link>https://petaminds.com/advanced-python-object-operations-and-comparisons/</link>
					<comments>https://petaminds.com/advanced-python-object-operations-and-comparisons/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 22:53:16 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[full-stack]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[operator]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2536</guid>

					<description><![CDATA[<p>In many cases, it is convenient to perform mathematical operations on objects rather than numerical values. Python classes have the ability to emulate the behaviour&#160;of numeric values&#160;to support operations like addition and subtraction. You can override many more to support number-like functionality. Numeric functions In the following table, the right column contains&#160;expressions that cause these [&#8230;]</p>
<p>The post <a href="https://petaminds.com/advanced-python-object-operations-and-comparisons/">Advanced Python: Object operations and comparisons</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/advanced-python-object-operations-and-comparisons/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Advanced Python: classes String and computed attribute</title>
		<link>https://petaminds.com/advanced-python-classes-string-and-computed-attribute/</link>
					<comments>https://petaminds.com/advanced-python-classes-string-and-computed-attribute/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Wed, 15 Jul 2020 02:48:33 +0000</pubDate>
				<category><![CDATA[data science]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[classs]]></category>
		<category><![CDATA[computed attribute]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[repr]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=2448</guid>

					<description><![CDATA[<p>This article demonstrates more advanced features of Python classes and their customisation. Specifically, how enum objects are created, class to strings, and computed attribute. Class string values A string is typically&#160;an informal representation of the object.&#160;However, it&#8217;s just a nicely in human-readable form. Python provides 2 common methods, i.e. str() and repr(). We can customise the [&#8230;]</p>
<p>The post <a href="https://petaminds.com/advanced-python-classes-string-and-computed-attribute/">Advanced Python: classes String and computed attribute</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/advanced-python-classes-string-and-computed-attribute/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Determine the sizes of python objects</title>
		<link>https://petaminds.com/determine-the-sizes-of-python-objects/</link>
					<comments>https://petaminds.com/determine-the-sizes-of-python-objects/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Fri, 29 Mar 2019 02:25:42 +0000</pubDate>
				<category><![CDATA[back-end]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[full-stack]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[size]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1593</guid>

					<description><![CDATA[<p>When working with data structures, you may want to analyse the space complexity of a particular object. For example, you want to compare the size of a sparse matrix and a dense matrix which represent the same data. With python, &#8220;Just use sys.getsizeof&#8221; is not a complete answer. It&#160;does&#160;work for builtin objects directly, but it [&#8230;]</p>
<p>The post <a href="https://petaminds.com/determine-the-sizes-of-python-objects/">Determine the sizes of python objects</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/determine-the-sizes-of-python-objects/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
