<?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 Junian Dev</title>
    <link>https://www.junian.dev/tags/python/</link>
    <description>Recent content in Python on Junian Dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>author@junian.dev (Junian Triajianto)</managingEditor>
    <webMaster>author@junian.dev (Junian Triajianto)</webMaster>
    <copyright>Copyright &amp;copy; 2014 - 2026 Junian.dev</copyright>
    
	    <atom:link href="https://www.junian.dev/tags/python/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>How To Import and Manipulate Large Datasets in Python Using Pandas</title>
      <link>https://www.junian.dev/dev/python-pandas-large-datasets/</link>
      <pubDate>Sat, 18 Apr 2020 05:52:47 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/python-pandas-large-datasets/</guid>
      <description>&lt;p&gt;As a Python developer, you will often have to work with large datasets. Python is known for being a language that is well-suited to this task.&lt;/p&gt;
&lt;p&gt;With that said, Python itself does not have much in the way of built-in capabilities for data analysis. Instead, data analysts make use of a Python library called &lt;a href=&#34;https://pandas.pydata.org&#34;&gt;pandas&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In this article, you will learn how to import and manipulate large datasets in Python using pandas.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Record Twitch Streams Automatically in Python</title>
      <link>https://www.junian.dev/dev/python-record-twitch/</link>
      <pubDate>Thu, 19 Jan 2017 10:56:00 +0000</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/python-record-twitch/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s say you like to watch people playing game. Or maybe you like to study a game strategy from someone else. Or maybe you just find a player funny while playing a game. Of course you&amp;rsquo;re going to search those videos on Internet. Some videos are streamable at any time, like YouTube videos, but some are just live stream with a certain schedule, like Twitch.&lt;/p&gt;
&lt;p&gt;If it&amp;rsquo;s streamable anytime, it&amp;rsquo;s not a problem because we can watch it anytime we want. But what if it&amp;rsquo;s a live stream and you&amp;rsquo;re busy, or at work, or at other place that make you can&amp;rsquo;t watch video right at the time. By the time you&amp;rsquo;re home and plan to watch the video, it probably has ended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple HTTP Web Server and Client in Python</title>
      <link>https://www.junian.dev/dev/python-http-server-client/</link>
      <pubDate>Tue, 20 Dec 2016 13:49:00 +0000</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/python-http-server-client/</guid>
      <description>&lt;p&gt;This time I&amp;rsquo;d like to show you how to make a simple HTTP server and client in python.
It&amp;rsquo;s a bit different from other tutorials I&amp;rsquo;ve ever wrote and I&amp;rsquo;d like to say that I&amp;rsquo;m also a beginner in python.
But, I&amp;rsquo;ll try to make sure you understand what I wrote because this tutorial is easy.&lt;/p&gt;
&lt;p&gt;First, you need to know what HTTP is.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems.
HTTP is the foundation of data communication for the World Wide Web.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
