<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=IBCS1_-_1213_-_January</id>
	<title>IBCS1 - 1213 - January - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=IBCS1_-_1213_-_January"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_January&amp;action=history"/>
	<updated>2026-04-10T13:10:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_January&amp;diff=9949&amp;oldid=prev</id>
		<title>Admin: Protected &quot;IBCS1 - 1213 - January&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_January&amp;diff=9949&amp;oldid=prev"/>
		<updated>2013-02-21T15:46:19Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/IBCS1_-_1213_-_January&quot; title=&quot;IBCS1 - 1213 - January&quot;&gt;IBCS1 - 1213 - January&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:46, 21 February 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_January&amp;diff=9947&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Thursday - Friday (1/31/13 - 2/1/13) == &#039;&#039;&#039;Warmup:&#039;&#039;&#039; * What is the value of the list after the following code executes?  &lt;syntaxhighlight lang=&quot;Python&quot;&gt; nums = [8, 6, 7, 5, 3...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_January&amp;diff=9947&amp;oldid=prev"/>
		<updated>2013-02-21T15:46:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Thursday - Friday (1/31/13 - 2/1/13) == &amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039; * What is the value of the list after the following code executes?  &amp;lt;syntaxhighlight lang=&amp;quot;Python&amp;quot;&amp;gt; nums = [8, 6, 7, 5, 3...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Thursday - Friday (1/31/13 - 2/1/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* What is the value of the list after the following code executes?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Python&amp;quot;&amp;gt;&lt;br /&gt;
nums = [8, 6, 7, 5, 3, 0, 9]&lt;br /&gt;
nums[0] = 5&lt;br /&gt;
nums[nums[0]] = 1&lt;br /&gt;
nums[len(nums)-1] = nums[1] + nums[2]&lt;br /&gt;
nums[3] = nums[4]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Complete [[Advanced Python List Exercises]]&lt;br /&gt;
* You should be done with at least 3 of the exercises by the end of the day (through List Min/Max or Reverse)&lt;br /&gt;
* If you are done with all the exercises, then do the following:&lt;br /&gt;
*# Read up on the rules of blackjack&lt;br /&gt;
*#* [http://en.wikipedia.org/wiki/Blackjack Wikipedia: Blackjack]&lt;br /&gt;
*#* [http://entertainment.howstuffworks.com/how-to-play-blackjack.htm How Stuff Works: Blackjack]&lt;br /&gt;
*# Draw a simple flowchart for a simple blackjack game.  Be sure to use the flowchart symbols&lt;br /&gt;
*#* [[Media:Flowcharts.ppt]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (1/29/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Python lists quiz&lt;br /&gt;
* Loop and list walk-through&lt;br /&gt;
* [[Advanced Python List Exercises]]&lt;br /&gt;
* Go over Python lists quiz&lt;br /&gt;
&lt;br /&gt;
== Friday (1/25/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* VA Workplace Readiness Mid-year Pretest&lt;br /&gt;
** Look for the answer that you think they want&lt;br /&gt;
* Make sure that you have completed [[Python List Exercises]]&lt;br /&gt;
* Python lists quiz will be on Tuesday (1/29/13)&lt;br /&gt;
&lt;br /&gt;
== Thursday (1/24/13) ==&lt;br /&gt;
* Complete (Basic) [[Python List Exercises]] today&lt;br /&gt;
** Once done, copy your code into a Google Doc and share it with Mr. Bui&lt;br /&gt;
* A Python lists quiz will be on Monday (1/28/13)&lt;br /&gt;
** Be sure you understand everything from [[Python List Exercises]]&lt;br /&gt;
* Begin working on [[Advanced Python List Exercises]]&lt;br /&gt;
&lt;br /&gt;
== Thursday - Thursday (1/17/13 - 1/23/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Lists - [[Media:Lists_Python.ppt]]&lt;br /&gt;
* (Basic) [[Python List Exercises]]&lt;br /&gt;
* [[Advanced Python List Exercises]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday - Wednesday  (1/15/13 - 1/16/13) ==&lt;br /&gt;
* Job Opportunity - Let Mr. Bui know if you are interested&lt;br /&gt;
** $9.00/hr&lt;br /&gt;
** After school at a local accounting company in Clarenon&lt;br /&gt;
** Bookkeeping&lt;br /&gt;
** Answer phones, filing, assembly tax returns.&lt;br /&gt;
** Scanning documents&lt;br /&gt;
** Website maintenance&lt;br /&gt;
* Demo missing assignments&lt;br /&gt;
&lt;br /&gt;
== Friday - Monday (1/11/13 - 1/14/13) ==&lt;br /&gt;
* 2nd Quarter Exam&lt;br /&gt;
* Demo and missing assignments&lt;br /&gt;
&lt;br /&gt;
== Thursday (1/10/13) ==&lt;br /&gt;
* 2nd Quarter Exam Outline&lt;br /&gt;
** Closed-note, closed-book, short-answers&lt;br /&gt;
** Turtle&lt;br /&gt;
** Functions&lt;br /&gt;
** Loops&lt;br /&gt;
** Strings&lt;br /&gt;
** Any assignments that we completed&lt;br /&gt;
* Planning code out before you write it&lt;br /&gt;
*# Write out the English steps to finding the at-symbol&lt;br /&gt;
*# Write out the English steps to the find() function, assuming you are searching for &amp;#039;&amp;#039;&amp;#039;ch&amp;#039;&amp;#039;&amp;#039; starting &amp;#039;&amp;#039;&amp;#039;index&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Write out the English steps to finding the first non-valid e-mail character, assuming you start searching at &amp;#039;&amp;#039;&amp;#039;index&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
*# Write out the English steps to finding the first non-valid e-mail character backwards, assuming you start searching at &amp;#039;&amp;#039;&amp;#039;index&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
* Write the code for harvesting an e-mail separated by anything (not just spaces)&lt;br /&gt;
&lt;br /&gt;
== Wednesday (1/9/13) ==&lt;br /&gt;
* 2nd Quarter Exam Outline&lt;br /&gt;
** Closed-note, closed-book, short-answers&lt;br /&gt;
** Turtle&lt;br /&gt;
** Functions&lt;br /&gt;
** Loops&lt;br /&gt;
** Strings&lt;br /&gt;
** Any assignments that we completed&lt;br /&gt;
* Demo completed [[E-mail Harvester Assignment]]&lt;br /&gt;
* Introduction to Flowcharts&lt;br /&gt;
*# Pseudocode &amp;amp; flowcharts handout&lt;br /&gt;
*# [[Media:Flowcharts.ppt]]&lt;br /&gt;
*# As a class, we will draw the flow chart for findAtSymbol()&lt;br /&gt;
*# As a class, we will draw the flow chart for finding an e-mail address&lt;br /&gt;
*# Using Google Drive -&amp;gt; Drawing to create flow charts&lt;br /&gt;
* Harvesting an e-mail separated by anything&lt;br /&gt;
* Harvesting all e-mails separated by anything&lt;br /&gt;
&lt;br /&gt;
== Monday - Tuesday (1/7/13 - 1/8/13) ==&lt;br /&gt;
* Demo completed [[E-mail Harvester Assignment]]&lt;br /&gt;
* Introduction to Flowcharts&lt;br /&gt;
*# Pseudocode &amp;amp; flowcharts handout&lt;br /&gt;
*# [[Media:Flowcharts.ppt]]&lt;br /&gt;
*# As a class, we will draw the flow chart for findAtSymbol()&lt;br /&gt;
*# As a class, we will draw the flow chart for finding an e-mail address&lt;br /&gt;
*# Using Google Drive -&amp;gt; Drawing to create flow charts&lt;br /&gt;
* Harvesting an e-mail separated by anything&lt;br /&gt;
* Harvesting all e-mails separated by anything&lt;br /&gt;
&lt;br /&gt;
== Thursday - Friday (1/3/13 - 1/4/13) ==&lt;br /&gt;
* Python Review - Take notes with a Google Doc&lt;br /&gt;
** Functions&lt;br /&gt;
** Loops&lt;br /&gt;
** Strings&lt;br /&gt;
* Demo missing assignments&lt;br /&gt;
* [[E-mail Harvester Assignment]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>