<?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 downside154</title><link>https://downside154.github.io/series/python/</link><description>Recent content in Python on downside154</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 03 Oct 2023 23:18:10 +0900</lastBuildDate><atom:link href="https://downside154.github.io/series/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Python Enviroment</title><link>https://downside154.github.io/posts/python_enviroment/</link><pubDate>Tue, 03 Oct 2023 23:18:10 +0900</pubDate><guid>https://downside154.github.io/posts/python_enviroment/</guid><description>&lt;h2 id="anaconda"&gt;Anaconda&lt;/h2&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src="https://downside154.github.io/images/anaconda.png" width="600px"&gt;&lt;figcaption&gt;
 			&lt;h4&gt;Anaconda(python distributor)&lt;/h4&gt;
 		&lt;/figcaption&gt;
 &lt;/figure&gt;

&lt;a href="https://www.anaconda.com/products/individual"&gt;anaconda download link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Anaconda is a distribution of the Python and R programming languages that aims to &lt;strong&gt;simplify package management and deployment&lt;/strong&gt;. It was initially released in July 17, 2021 by &lt;em&gt;Continuum analytics&lt;/em&gt; under the Freemium license but other editions are SaaS.&lt;/p&gt;
&lt;h2 id="google-colaboratory-colab"&gt;Google Colaboratory (Colab)&lt;/h2&gt;
&lt;figure&gt;&lt;img src="https://downside154.github.io/images/colab.png" width="600px"&gt;&lt;figcaption&gt;
 			&lt;h4&gt;Google Colaboratory&lt;/h4&gt;
 		&lt;/figcaption&gt;
 &lt;/figure&gt;

&lt;p&gt;Colab allows users to write and execute python code on the browser. It is used by students, DS, AI programmers, and many more due to its ease of use.
&lt;a href="https://colab.research.google.com/"&gt;Google Colab&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Pandas</title><link>https://downside154.github.io/posts/pandas/</link><pubDate>Mon, 28 Aug 2023 17:54:30 +0900</pubDate><guid>https://downside154.github.io/posts/pandas/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Pandas is an open-source python data analysis library created by &lt;strong&gt;Wes McKinney&lt;/strong&gt; for &lt;strong&gt;quantitative finance&lt;/strong&gt; (hence it&amp;rsquo;s name &lt;strong&gt;pandas&lt;/strong&gt; from &amp;ldquo;PANel DAta System&amp;rdquo;, an econometrics term for data sets that include observations over multiple time periods). It was initially released on January 11th, 2008 and continues to be one of the most popular python tools used when handing data sets nowadays.&lt;/p&gt;
&lt;h3 id="basic-building-blocks"&gt;Basic Building Blocks&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;1 dimensional : Series, TimeSeries&lt;/p&gt;</description></item></channel></rss>