<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Core_Python_Programming</id>
	<title>Core Python Programming - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Core_Python_Programming"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Core_Python_Programming&amp;action=history"/>
	<updated>2026-06-19T21:18:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=Core_Python_Programming&amp;diff=4512621&amp;oldid=prev</id>
		<title>imported&gt;Citation bot: Added publisher. | Use this bot. Report bugs. | Suggested by Abductive | Category:Orphaned articles from November 2022 | #UCB_Category 689/962</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Core_Python_Programming&amp;diff=4512621&amp;oldid=prev"/>
		<updated>2025-09-25T08:28:08Z</updated>

		<summary type="html">&lt;p&gt;Added publisher. | &lt;a href=&quot;/index.php?title=En:WP:UCB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:WP:UCB (page does not exist)&quot;&gt;Use this bot&lt;/a&gt;. &lt;a href=&quot;/index.php?title=En:WP:DBUG&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:WP:DBUG (page does not exist)&quot;&gt;Report bugs&lt;/a&gt;. | Suggested by Abductive | &lt;a href=&quot;/index.php/Category:Orphaned_articles_from_November_2022&quot; title=&quot;Category:Orphaned articles from November 2022&quot;&gt;Category:Orphaned articles from November 2022&lt;/a&gt; | #UCB_Category 689/962&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{short description|Textbook written by Wesley J. Chun}}&lt;br /&gt;
{{Multiple issues|&lt;br /&gt;
{{Orphan|date=November 2022}}&lt;br /&gt;
{{advert|date=October 2019}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox book&lt;br /&gt;
| name          = &amp;#039;&amp;#039;Core Python Programming&amp;#039;&amp;#039;&lt;br /&gt;
| image         = Corepyprogcover.gif&lt;br /&gt;
| caption       = Cover of &amp;#039;&amp;#039;Core Python Programming&amp;#039;&amp;#039; Second Edition&lt;br /&gt;
| author        = Wesley J. Chun&lt;br /&gt;
| series        =&lt;br /&gt;
| subject       =&lt;br /&gt;
| genre         = Computer&lt;br /&gt;
| publisher     = [[Prentice Hall]]&lt;br /&gt;
| pub_date      = 2006 (2nd Ed.)&lt;br /&gt;
| media_type    = Book&lt;br /&gt;
| pages         = 1136&lt;br /&gt;
| isbn          = 0-13-226993-7&lt;br /&gt;
| oclc          = 70149251&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Core Python Programming&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; is a textbook on the [[Python (programming)|Python programming language]], written by Wesley J. Chun. The first edition of the book was released on December 14, 2000.&amp;lt;ref&amp;gt;{{cite web|url=https://www.pearsonhighered.com/educator/academic/product/0,,0130260363,00%2Ben-USS_01DBC.html|title=Pearson Education First Edition|accessdate=2009-09-22}}&amp;lt;/ref&amp;gt; The second edition was released several years later on September 18, 2006.&amp;lt;ref&amp;gt;{{cite web|url=http://www.pearsonhighered.com/educator/product/Core-Python-Programming-2E/9780132269933.page|title=Pearson Education Second Edition|accessdate=2009-09-22}}&amp;lt;/ref&amp;gt; &amp;#039;&amp;#039;Core Python Programming&amp;#039;&amp;#039; is mainly targeted at [[higher education]] students and IT professionals.&amp;lt;ref name=&amp;quot;Official&amp;quot;&amp;gt;{{cite web|url=https://www.corepython.com/|title=Core Python Programming&amp;#039;s official site|accessdate=2010-12-17}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With each printing, the book is updated and errors are corrected. The official site has updates and errata for those with the older printings as well as changes since the last printing.&amp;lt;ref&amp;gt;[https://www.corepython.com/errata2.htm Errata/Corrigenda]&amp;lt;/ref&amp;gt; As of February 2011, this edition was in its fifth printing.&lt;br /&gt;
&lt;br /&gt;
The book has been translated into French, [[Chinese (simplified)]] and [[Hindi]].&amp;lt;ref name=&amp;quot;Official&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Content==&lt;br /&gt;
&amp;#039;&amp;#039;Core Python Programming&amp;#039;&amp;#039; is divided into two parts with a total of 23 chapters, as well as an index.&lt;br /&gt;
&lt;br /&gt;
===Part I===&lt;br /&gt;
The first part of &amp;#039;&amp;#039;Core Python Programming&amp;#039;&amp;#039;, Core Python, deals with the basic aspects of the Python programming language. Chapters One and Two, named &amp;#039;&amp;#039;What is Python?&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Getting Started&amp;#039;&amp;#039; respectively, give instructions on how to install and configure Python, as well as detailing the basic [[Operator (programming)|operators]] and simple [[statement (programming)|statement]]s. Part One continues to cover [[Sequences]] (Lists, Strings and [[Tuple]]s), [[Function (computer science)|Built-in Functions and creating functions]], [[Control flow#Loops|Loops]] ([[for loop|for-loop]], [[while loop]] and [[Conditional (programming)|if-statement]] being the most common); [[Modular programming|Modules]], a full explanation on what [[Object Oriented Programming]] is; and [[Syntax (programming languages)|syntax]].&lt;br /&gt;
&lt;br /&gt;
===Part II===&lt;br /&gt;
Part Two, Advanced Topics, contains information about the more complex aspects of Python, such as [[GUI]] programming. Other topics covered include [[regular expressions]], [[Computer network programming|network programming]], [[Multithreading (software)|multithreaded programming]], [[web programming]] and [[database programming]].&amp;lt;ref&amp;gt;{{cite book|title=Core Python Programming Second Edition|author=Wesley J. Chun|date=2006-09-18|publisher=Prentice Hall |isbn=0-13-226993-7|url-access=registration|url=https://archive.org/details/corepythonprogra00chun_0}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
{{Wikibooks|Python Programming}}&lt;br /&gt;
{{Wikiversity|Python}}&lt;br /&gt;
*[http://www.pearsonhighered.com/educator/product/Core-Python-Programming-2E/9780132269933.page Pearson Education]&lt;br /&gt;
*[https://web.archive.org/web/20101225154141/http://corepython.com/ &amp;#039;&amp;#039;Core Python Programming&amp;#039;&amp;#039; Official Site]&lt;br /&gt;
&lt;br /&gt;
[[Category:Computer programming books]]&lt;br /&gt;
[[Category:2000 non-fiction books]]&lt;br /&gt;
[[Category:Python (programming language)]]&lt;br /&gt;
[[Category:Prentice Hall books]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Citation bot</name></author>
	</entry>
</feed>