<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 00:35:07 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@mtndmr/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[Learn Python - 7 [Comments]]]></title><description><![CDATA[Comments are lines of codes that don't execute. Generally, they are written by the author of the code. We need comments because we can't express ourselves all the time. But make sure that you don't write]]></description><link>http://direct.ecency.com/python/@mtndmr/learn-python-7-comments</link><guid isPermaLink="true">http://direct.ecency.com/python/@mtndmr/learn-python-7-comments</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Wed, 28 Mar 2018 21:00:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/9vWp6aU4y8kyJM9JABQLS7EhjmU3VVqJQJsLWXdiNia8wfiWs1xYvKCcMj6kVVPa4z7dmsxcJsrDC45jQRBWmS9wwD4eVoJmhet5G1E6F4ykwN5YqpbmFa553GHiTWaRgKatNnrcyusnEReEJ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Learn Python - 6 [string formatting]]]></title><description><![CDATA[What if you want to put a variable into a string or text? Generally, this is called string formatting. Let's start with an example: >>> movie = 'Inception' >>> text = 'We are going to]]></description><link>http://direct.ecency.com/python/@mtndmr/learn-python-6-string-formatting</link><guid isPermaLink="true">http://direct.ecency.com/python/@mtndmr/learn-python-6-string-formatting</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Tue, 27 Mar 2018 11:21:00 GMT</pubDate><enclosure url="https://images.ecency.com/p/JvFFVmatwWHVQPjDcGkFxELgGtwNAntRtiqDuEyy2cMy3LHwnEnVPquyX2kPRwU7QuGpPKutLh32dJYpQ8htRXHPoF1cuz19Fw5ajbsErzbaLf3ni9EFer9873HhF9izqqGoYp85Zp?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Learn Python - 5 [print, printing]]]></title><description><![CDATA[We already have seen print in previous posts. Now I want to focus on printing functionality. If you are a beginner it's a way to know your program really does what you want. print() is a function and print]]></description><link>http://direct.ecency.com/python/@mtndmr/learn-python-5-print-printing</link><guid isPermaLink="true">http://direct.ecency.com/python/@mtndmr/learn-python-5-print-printing</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Sun, 25 Mar 2018 16:15:51 GMT</pubDate><enclosure url="https://images.ecency.com/p/32FTXiZsHoAWXDGUT6XfPTLRBbYW7TUFpRSTArzFnEkU5R2vknKavNFfv2jBTbt98Cm5Ny2QQxwynSvcrPvKvhzbJTZ2AFaVsMuL7tnrjaKkgFd5G8nErEnmKma9ikueHxKDiP9JzsJxEcBY?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Learn Python - 4 [Strings, Text]]]></title><description><![CDATA[In python Strings are a sequence of characters, enclosed in single quotes ' or double quotes ". Why do we need strings? if you want to display some text to someone or “export” out of the program you]]></description><link>http://direct.ecency.com/python/@mtndmr/learn-python-4-strings-text</link><guid isPermaLink="true">http://direct.ecency.com/python/@mtndmr/learn-python-4-strings-text</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Tue, 13 Mar 2018 13:30:39 GMT</pubDate></item><item><title><![CDATA[Learn Python - 3 [Variables]]]></title><description><![CDATA[One of the building blocks of programming is associating a name to a value. The associated name is usually called a variable. A variable is nothing more than a name for something so you can use the name]]></description><link>http://direct.ecency.com/python/@mtndmr/learn-python-3-variables</link><guid isPermaLink="true">http://direct.ecency.com/python/@mtndmr/learn-python-3-variables</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Sun, 11 Mar 2018 19:40:57 GMT</pubDate><enclosure url="https://images.ecency.com/p/32FTXiZsHoAWXDGUT6XfPTLRBbYW7TUFpRSTArzFn2TBa1mgZrwW7Dk7u7S4xudxhJMAR4cbvq1agrzgqg54GwKm3aBWAcjN1r5PRdfDaczsHHfvpfsimnvZN4pn6LapKwDteBhiDmfQrRYi?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Learn Python - 2 [Numbers]]]></title><description><![CDATA[Every programming language has numbers which is a way to do math. Doing math with python is easy. First lets look what operators do we have and then we will see how to use this operators. + addition -]]></description><link>http://direct.ecency.com/python/@mtndmr/learn-python-2-numbers</link><guid isPermaLink="true">http://direct.ecency.com/python/@mtndmr/learn-python-2-numbers</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Sun, 11 Mar 2018 13:34:51 GMT</pubDate><enclosure url="https://images.ecency.com/p/54TLbcUcnRm4iYtFdzVNy1kt3F2tvRShXkTnWxjMqHLnixh1oL6GRfM4VZah7aeQi7PLjVz5VEC4NeUNNzyqjDQYcNynNE4bde821WttVm5vkpGwQfeLATLoWoK2r1DjQKeLFyUJ2?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Learn Python - 1]]></title><description><![CDATA[In this post I will show you how to start write python code and run them. If you are using a linux distribution then by default you will have python 2.7 but I prefer you to using python 3. Python 2.7 has]]></description><link>http://direct.ecency.com/python/@mtndmr/learn-python-1</link><guid isPermaLink="true">http://direct.ecency.com/python/@mtndmr/learn-python-1</guid><category><![CDATA[python]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Sun, 11 Mar 2018 12:30:54 GMT</pubDate><enclosure url="https://images.ecency.com/p/54TLbcUcnRm4iYtFdzVNy1kt3F2tvRShXkTnWxjMpvuV1xbsy21h9FfqBs8qEa2rLod8USK4M2T9eCoW96upfxWwaSuJvTkd7x5gEAMwekybuA7hsHNzvfwZpocxWvGUcGuT3i398?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Programming Python]]></title><description><![CDATA[Hello Everyone, I want to create a simple and useful python programming introduction. I hope it can help people who wants to learn programming. I know some of you can say Is it necessary or will people]]></description><link>http://direct.ecency.com/learning/@mtndmr/programming-python</link><guid isPermaLink="true">http://direct.ecency.com/learning/@mtndmr/programming-python</guid><category><![CDATA[learning]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Mon, 05 Mar 2018 17:29:48 GMT</pubDate></item><item><title><![CDATA[Polar bears 'running out of food']]></title><description><![CDATA[It’s time to take things serious. We are hurting animals.]]></description><link>http://direct.ecency.com/bear/@mtndmr/polar-bears-running-out-of-food</link><guid isPermaLink="true">http://direct.ecency.com/bear/@mtndmr/polar-bears-running-out-of-food</guid><category><![CDATA[bear]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Sat, 03 Feb 2018 10:46:45 GMT</pubDate></item><item><title><![CDATA[Next coin of the Coinbase]]></title><description><![CDATA[It’s for sure Coinbase won’t end 2018 without adding a new coin. If yes then these are the best candidates: XRP XMR DASH]]></description><link>http://direct.ecency.com/xrp/@mtndmr/next-coin-of-the-coinbase</link><guid isPermaLink="true">http://direct.ecency.com/xrp/@mtndmr/next-coin-of-the-coinbase</guid><category><![CDATA[xrp]]></category><dc:creator><![CDATA[mtndmr]]></dc:creator><pubDate>Wed, 31 Jan 2018 19:47:54 GMT</pubDate></item></channel></rss>