<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Ask Ghassem - Recent questions in Python Interview Questions</title>
<link>https://ask.ghassem.com/questions/python-interview-questions</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to filter a dataframe?</title>
<link>https://ask.ghassem.com/775/how-to-filter-a-dataframe</link>
<description>&lt;p&gt;Consider the Pandas DataDrame&amp;nbsp;&lt;code&gt;df&lt;/code&gt;&amp;nbsp;below. Filter it appropriately so that it outputs the shown results.&lt;/p&gt;

&lt;pre class=&quot;prettyprint lang-python&quot; data-pbcklang=&quot;python&quot; data-pbcktabsize=&quot;4&quot;&gt;
     gh owner language      repo  stars
0  pandas-dev   python    pandas  17800
1   tidyverse        R     dplyr   2800
2   tidyverse        R   ggplot2   3500
3      has2k1   python  plotnine   1450&lt;/pre&gt;

&lt;h2&gt;Expected Output&lt;/h2&gt;

&lt;pre class=&quot;prettyprint lang-&quot; data-pbcklang=&quot;&quot; data-pbcktabsize=&quot;&quot;&gt;
     gh owner language    repo  stars
0  pandas-dev   python  pandas  17800&lt;/pre&gt;</description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/775/how-to-filter-a-dataframe</guid>
<pubDate>Wed, 25 Dec 2019 05:56:14 +0000</pubDate>
</item>
<item>
<title>How does break, continue and pass work in Python?</title>
<link>https://ask.ghassem.com/711/how-does-break-continue-and-pass-work-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/711/how-does-break-continue-and-pass-work-in-python</guid>
<pubDate>Thu, 11 Jul 2019 17:07:58 +0000</pubDate>
</item>
<item>
<title>What are self and _init_ in Python classes?</title>
<link>https://ask.ghassem.com/709/what-are-self-and-init-in-python-classes</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/709/what-are-self-and-init-in-python-classes</guid>
<pubDate>Thu, 11 Jul 2019 17:00:39 +0000</pubDate>
</item>
<item>
<title>What are classes in Python?</title>
<link>https://ask.ghassem.com/707/what-are-classes-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/707/what-are-classes-in-python</guid>
<pubDate>Thu, 11 Jul 2019 16:40:21 +0000</pubDate>
</item>
<item>
<title>What are functions In Python?</title>
<link>https://ask.ghassem.com/705/what-are-functions-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/705/what-are-functions-in-python</guid>
<pubDate>Thu, 11 Jul 2019 16:24:29 +0000</pubDate>
</item>
<item>
<title>What is the difference between Python Arrays and Lists?</title>
<link>https://ask.ghassem.com/703/what-is-the-difference-between-python-arrays-and-lists</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/703/what-is-the-difference-between-python-arrays-and-lists</guid>
<pubDate>Thu, 11 Jul 2019 16:18:22 +0000</pubDate>
</item>
<item>
<title>Is indentation required in Python?  Is Python case-sensitive?</title>
<link>https://ask.ghassem.com/701/is-indentation-required-in-python-is-python-case-sensitive</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/701/is-indentation-required-in-python-is-python-case-sensitive</guid>
<pubDate>Thu, 11 Jul 2019 16:16:37 +0000</pubDate>
</item>
<item>
<title>What is type conversion in Python?</title>
<link>https://ask.ghassem.com/699/what-is-type-conversion-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/699/what-is-type-conversion-in-python</guid>
<pubDate>Tue, 09 Jul 2019 19:48:13 +0000</pubDate>
</item>
<item>
<title>What are the local variables and global variables in Python?</title>
<link>https://ask.ghassem.com/697/what-are-the-local-variables-and-global-variables-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/697/what-are-the-local-variables-and-global-variables-in-python</guid>
<pubDate>Tue, 09 Jul 2019 19:08:20 +0000</pubDate>
</item>
<item>
<title>What are python modules? Name some commonly used built-in modules in Python?</title>
<link>https://ask.ghassem.com/695/what-python-modules-name-some-commonly-built-modules-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/695/what-python-modules-name-some-commonly-built-modules-python</guid>
<pubDate>Tue, 09 Jul 2019 19:02:38 +0000</pubDate>
</item>
<item>
<title>What is PYTHONPATH in Python?</title>
<link>https://ask.ghassem.com/693/what-is-pythonpath-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/693/what-is-pythonpath-in-python</guid>
<pubDate>Tue, 09 Jul 2019 19:01:25 +0000</pubDate>
</item>
<item>
<title>What is a namespace in Python?</title>
<link>https://ask.ghassem.com/691/what-is-a-namespace-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/691/what-is-a-namespace-in-python</guid>
<pubDate>Tue, 09 Jul 2019 18:52:00 +0000</pubDate>
</item>
<item>
<title>How is memory management in Python?</title>
<link>https://ask.ghassem.com/689/how-is-memory-management-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/689/how-is-memory-management-in-python</guid>
<pubDate>Tue, 09 Jul 2019 18:41:01 +0000</pubDate>
</item>
<item>
<title>What is PEP8 in Python?</title>
<link>https://ask.ghassem.com/687/what-is-pep8-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/687/what-is-pep8-in-python</guid>
<pubDate>Tue, 09 Jul 2019 18:39:42 +0000</pubDate>
</item>
<item>
<title>How is Python an interpreted language?</title>
<link>https://ask.ghassem.com/685/how-is-python-an-interpreted-language</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/685/how-is-python-an-interpreted-language</guid>
<pubDate>Tue, 09 Jul 2019 18:37:52 +0000</pubDate>
</item>
<item>
<title>What type of language is python? Programming or scripting?</title>
<link>https://ask.ghassem.com/683/what-type-of-language-is-python-programming-or-scripting</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/683/what-type-of-language-is-python-programming-or-scripting</guid>
<pubDate>Tue, 09 Jul 2019 18:32:30 +0000</pubDate>
</item>
<item>
<title>What are the key features of Python?</title>
<link>https://ask.ghassem.com/681/what-are-the-key-features-of-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/681/what-are-the-key-features-of-python</guid>
<pubDate>Tue, 09 Jul 2019 18:24:25 +0000</pubDate>
</item>
<item>
<title>What is the difference between list and tuples in Python?</title>
<link>https://ask.ghassem.com/679/what-is-the-difference-between-list-and-tuples-in-python</link>
<description></description>
<category>Python Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/679/what-is-the-difference-between-list-and-tuples-in-python</guid>
<pubDate>Tue, 09 Jul 2019 18:20:40 +0000</pubDate>
</item>
</channel>
</rss>