<?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>Pro-Tek Blog &#187; Static Analysis</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/static-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>HOW TO FIND BUGS OR PERFORM STATIC ANALYSIS IN A PYTHON APPLICATION?</title>
		<link>http://www.pro-tekconsulting.com/blog/how-to-find-bugs-or-perform-static-analysis-in-a-python-application/</link>
		<comments>http://www.pro-tekconsulting.com/blog/how-to-find-bugs-or-perform-static-analysis-in-a-python-application/#comments</comments>
		<pubDate>Wed, 09 Aug 2017 03:12:39 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Python Application]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[Static Analysis]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2116</guid>
		<description><![CDATA[<p>How to find bugs or perform static analysis in a python application? You can use PyChecker, which is a static analyzer. It identifies the bugs in Python project and also reveals the style and complexity related bugs. Another tool is Pylint, which checks whether the Python module satisfies the coding standard or not. &#160; &#160; [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-to-find-bugs-or-perform-static-analysis-in-a-python-application/">HOW TO FIND BUGS OR PERFORM STATIC ANALYSIS IN A PYTHON APPLICATION?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>How to find bugs or perform static analysis in a python application?</h4>
<p>You can use PyChecker, which is a static analyzer. It identifies the bugs in Python project and also reveals the style and complexity related bugs.</p>
<p>Another tool is Pylint, which checks whether the Python module satisfies the coding standard or not.</p>
<p>&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-to-find-bugs-or-perform-static-analysis-in-a-python-application/">HOW TO FIND BUGS OR PERFORM STATIC ANALYSIS IN A PYTHON APPLICATION?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/how-to-find-bugs-or-perform-static-analysis-in-a-python-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
