Welcome to Coding for All!
Please return your Python book to me during Midyear exam week(1/17 ~ 1/24).
I can usually be found in the 1st floor computer room (Room 109) or the math office (Room 109D) except Friday 1/17 and 1/24 from 8:00AM ~ 9:50AM and 12:00PM to 1:40PM. Please make sure to hand the textbook directly to me so that I can check the book out for you.
Mathematics In Class Midyear
When: Thu, January 16
1/15 Class Practice
Create a user account using your bronx science email to save answer.
String-1: extra_end, non_start
Logic-1: sorta_sum, love6, near_ten
List-1: same_first_last, reverse3
String-2: double_char
List-2: count_evens
Fall 2019 Final Project: Improved Hangman Game (Selected Gallery)
Exam#3 Review Sheet Solution: (Link)
Exam #3 - All Topics is scheduled on Friday 12/13
It mainly focus on the following topics:
Decision Structures (if, if-else, if-elif-else)
Repetition Structures (while loop, for loop)
Functions
Lists, Strings, and Tuples
Sets and Dictionaries
2019-2020 Parent-Teacher Conference
Exam #2 Review Sheet Solution: (Closed)
Exam #2 - Python Basics is scheduled on Friday 11/1
It mainly focus on the following topics:
Boolean Logic
Decision Structures (if, if-else, if-elif-else)
Repetition Structures (while loop, for loop)
break and continue
turtle Graphics
random Module
Defining and Using Functions
Value-Returning Functions
Scope
SGI Tutors (for Coding for All):
Qualification: Current Exam Average 95% or above (Exam average must be kept at 90% or above to continue working as a tutor in this course); friendly and patient; comfortable to talk with other students.
Time: Every Tuesday 9th period, Wednesday 9th and / or 10th Period. (flexible, you can choose to come to all sessions, two, or just one)
Description: Assist students in SGIto solve problems
(closed)
Parent Teacher Conference Assistant:
Qualification: Friendly and patient; comfortable to talk to other people. If you choose to help on Thursday, November 7th, you should be able to stay until 8PM. If you choose to help on Friday, November 8th, you should be able to stay until 2:30PM.
Time: Thursday, November 7th, 5:30pm - 8:00pm (parent permission form required for night session); OR Friday, November 8th, 12:30pm - 2:30pm (FULL); OR BOTH
* Report 20 minutes before the start of the parent teacher conference
Description: Queue management, meeting session time management.
(closed)
*Decision will be made starting Friday 10/30 after school.
Columbia Educational Outreach is hosting Columbia Splash again this year on October 27th, 2019. Classes are open to grade 8-12 students and are taught by Columbia students and alumni. Check out this website for more information: https://columbia.learningu.org
Exam #1 Review Sheet Solution: (Closed)
Exam #1 - Python Basics is scheduled on Friday 10/4
It mainly focus on the following topics:
Hardware and Software
Python Input, Output, Comments
Using Python to Calculate math expressions
Assigning Variables, Data Type Conversions
Strings (includes Escaped Characters )
Conditional Statements (if, else, if-elif-else, nested if)
The while Loop and The while Loop with Counter