<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>Source Code on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/source-code/</link><description>Recent content in Source Code on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Mon, 12 Mar 2018 11:22:55 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/source-code/atom.xml" rel="self" type="application/rss+xml"/><item><title>Python2 Source Code Study: Dictionary and List Implementation</title><link>https://www.chenshaowen.com/en/blog/dictionary-and-list-structure-in-python2.html</link><pubDate>Mon, 12 Mar 2018 11:22:55 +0000</pubDate><atom:modified>Mon, 12 Mar 2018 11:22:55 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/dictionary-and-list-structure-in-python2.html</guid><description>1. Why Dictionary Lookups Are Faster Than List Lookups First, take a look at the following piece of code. 1 2 3 4 5 6 7 8 9 10 11 12 13 from time import time t = time() data = [chr(i) for i in range(97, 123)] # data =</description><dc:creator>微信公众号</dc:creator><category>Python</category><category>Source Code</category><category>Learning</category><category>R&amp;D</category></item><item><title>Python2 Source Code Study: pyc</title><link>https://www.chenshaowen.com/en/blog/python2-source-of-pyc.html</link><pubDate>Fri, 09 Mar 2018 00:00:00 +0000</pubDate><atom:modified>Fri, 09 Mar 2018 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/python2-source-of-pyc.html</guid><description>This article uses the Python 2.7.8 source code as an example.
1. Common File Formats in Python py file A Python source code file, which can be modified with a text editor.
pyc file The bytecode file generated after Python source code is compiled.
pyw file When a pyc file is executed, a console window appears; when a pyw file is executed, it does not.</description><dc:creator>微信公众号</dc:creator><category>Python</category><category>Source Code</category><category>Compilation</category><category>Learning</category><category>R&amp;D</category></item><item><title>Arachni Security Scanner Source Code Analysis (Part 1)</title><link>https://www.chenshaowen.com/en/blog/source-code-analysis-of-arachni-1.html</link><pubDate>Fri, 16 Jun 2017 21:02:22 +0000</pubDate><atom:modified>Fri, 16 Jun 2017 21:02:22 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/source-code-analysis-of-arachni-1.html</guid><description>Arachni is a web security vulnerability scanner built on the Ruby on Rails framework.
1. Ruby on Rails Ruby on Rails, abbreviated ROR, is a web framework that consists of two parts: the Ruby language and the Rails framework. Ruby had always been popular in Japan, until 2004, when a 26-year-old Dane, David Heinemeier Hansson, proposed the web framework Rails.</description><dc:creator>微信公众号</dc:creator><category>Tools</category><category>Security</category><category>Source Code</category><category>R&amp;D</category><category>Ruby</category></item></channel></rss>