6:30 PM Python Level 1
6:30 PM Python Level 1
We went over last week homework. We discussed how to create a program that can continuously ask user and respond to the question and it will stop when user print "quit". NextRead More...
We went over last week homework. We discussed how to create a program that can continuously ask user and respond to the question and it will stop when user print "quit". NextRead More...
We reviewed quiz result A lot students seem to be still confused with functions, so we practice more with functions. Homework: Create a cool picture in your grid paper so we canRead More...
We installed Pycharm We reviewed Class Homework: Create a Bird class can_fly name speed Create 4 variables whose data type is Bird. Add all of them inside the list. use for loopRead More...
We completed Kaleido Spiral project. We started Starry Night project. Homework: Start doing your final project drawing in Turtle. If you have not submitted the Final project drawing in the grid paper.Read More...
We went through how to make the cloud sprite slide in smoothly to the screen. We moved the bullet_group from Player to main file. Homework: In main.py, do the following Introduce newRead More...
We continued with Zelda project. We made the link able to do sword thrust. We make sure the costume is good when the link do sword thrust. We created 2 maps andRead More...
The entire students were using Zoom meeting. We continued with Python Class concept. We learned about inherintance: Created Bird Created FlyingBird inherits from Bird Created SwimmingUnderTheWaterBird inherits from Bird Created FlyingAboveTheCloudBird inheritsRead More...
The entire students were using Zoom meeting. We continued with Starry Night project. We draw different color of Stars We draw different stars with different number of points. We draw different starsRead More...
We are learning about Python function and parameters. Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We continued and completed with collision detection between birds and bullets. We made sure the cloud appear behind bird, player or bullet. Homework: Following the example of how to detect collision betweenRead More...
We continued with Turtle Python module. We started Robot Builder project. Homework: Finish the Robot Builder project according to the below picture.
We went over the quiz result. We went over the Python function. Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4, 5 and 6. From the book, do page 139.
We continued with Zelda project. We made sure, the link cannot cross through the grass sprite. We added code to make the link can move between map1, map2 and map3 smoothly. Homework:Read More...
We started Kaleido Spiral Homework: Make the circle bigger every time it loops Start working on your final project. I want to see some progress.
We completed understanding Class and inheritance. We started using Pycharm We downloaded Birdie assets and the main class. No homework for next week.
We started the Baby Name Generator project. Homework: Your baby name generator project: If the user enters selection other than '1','2','3', then print "Invalid Selection, please try again.". Prevent the program toRead More...
We went over homework from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Next week is a quiz and it is going to be 10 % of your grade. It can take as long as 2 hours. Please studyRead More...
We added collision detection between the Player and birds sprites. We Display Play button when the player died. Homework: Position the play button in the center of the screen Position the "Birdie"Read More...
We reviewed last week test result. We went through how to install Python editor Thonny. We started with creating variable in Python. No Homework.
We went over how to do one of the hacker rank python problems: https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list/problem We learn how to use the debugger in Thonny. Homework: Do problem #3 from 2017 Pomona Highschool CompetitionRead More...
Homework: Create a new python file March23_Homework.py Page 20 to 23 Page 34 to 39 Send me an email to gamas@ayclogic.com attach your file.
We reviewed our String functions and List homeworks. We learned how get input from shell. We learned how to do simple IF-ELSE statements Homework: Create a program that would do the followingRead More...
We reviewed Function homework. We learned about Function with return value. Homework: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/ do only number 1 Do page 143.
We went over the dictionary, Baby Name generator remove duplication and Class. Homework: Page 158 to page 164. In your MArch27_Class.py, print brandon_car and nathaniel_car maker, color and num_of_door.
We completed Kaleido Spiral Homework: Continue with your final project. For those of you who has not submitted the final project picture, please do it.
We continued with Birdie project. Homework: Load another image bird01_B.png and put it under variable self.bird2 Scale the image into the same size as bird01_A.png Alternate drawing of the bird images fromRead More...
We completed Baby Name Generator program. Next week Final project is due April 4, 2020. It is 20% of your class grade. Please email me your final project the latest on thatRead More...
We continued with Birdie project. We made sure that user can click on the play button and resurrect the player. Homework: Clear the birds from the group when you click the PlayRead More...
We reviewed the homework (You can go to college). We learned more about IF-ELSE-ELIF. Homework: Do your homework in file called <Name>_March30_Homework_TellMeYourAge.py . If your name is Abigail then name the homeworkRead More...
We went through homework: How old are you We enhanced "How old are you?" with forever loop and the ability to break from the loop when user enters "quit". We learn onRead More...
We went over the Function homework. We went over how to create a random number and how to select a random element from List. Homework: https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/
Homework: Create a class: Human age hair_color height Create a class: Student Student class inherits from Human. grade school_name Create a class: Doctor Doctor class inherits from Human. hospital_name For example ofRead More...
We reviewed the final project progress. We learned how to create triangle: upside down and right side up Homework: Continue making progress on your final project. The final project is due onRead More...
We continued with Birdie project We made the bird flaps We made the bird move horizontally. Homework: Make the bird move down vertically. Load another bird: bird02_A.png and bird02_B.png Make the secondRead More...
Final project is due today (20%) Next week is Final Test (2 hours, 80%), study the following Baby Name Generator program Tell me your age program Make sure you know how toRead More...
We reviewed the Quiz result. We went over Random. Homework: Do magic 8 ball game from https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/ Do starwars functions from number 2 and 3: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
We went over how to add a Score on the screen. Homework: If the player hits a bird that is fast, the score is going to be higher than hitting a birdRead More...
We went over String built-int functions .title() .lower() .upper() .rstrip() .lstrip() .strip() We went over List Homework: Name your file "April4_HomeworkList": P.34 to 41