Today We Did Looked through project proposals & looked closely at the requirements Finished the entire Robux Shopping project Learned how to create programs based off what the menu requires (this willRead More...
Today we did: Learned about variables and data types (Integer, float, string) Learned about print() statements String concatenation Started learning If-Else statements Homework: Create a new file named July31_StringHW.py (make a newRead More...
Today We Did Explored the topic of class variables Animated our birds to flap when flying You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-Sebastian?ref_type=headsRead More...
Today We Did Quiz 2 Review Started learning about Turtle Homework Create a new file “Aug9_TurtleShapesHomework.py” Fill in all shapes Create a new function “draw_rectangle”. One parameter: pen_color. Inside the function, drawRead More...
What We Did Today: We reviewed using for loops for lists and using range Introduced the topic of while loops and conditionals Homework: Create python file named WhileLoopHW.py and when finished uploadRead More...
Today We Did We reviewed turtle python project. We started Grocery Shopping Cart. Homework Continue with Aug3_GroceryShoppingCart.py Make sure if user select "Ice Cream" and "Bread" the program works and the programRead More...
Today We Did Reviewed data types and operations Learned about if, elif, and else Learned about the special keywords "and" & "or", and how to use them with conditions In case youRead More...
Today we did: Reviewed HW Printing using f-strings (formatted strings) If statements with or and and elif statements Homework: Create Aug7_StringHW2.py Page 25: TRY IT YOURSELF: 2-3, 2-4, 2-5 and 2-6 ForRead More...
Homework Continue with your Jul22_RobuxShoppingCart.py. Add codes to handle "2. Buy The Samurai of the Gamers 1000 robux", "3. Buy parrot 50 robux". Also add code to do "4. Add more robux"Read More...
Today We Did Reviewed Aug9_TurtleShapesHomework.py Started Robot Builder Homework Finish the rest of the Robot Builder project Name your file: Aug15_RobotBuilder.py Finish the legs, body, neck, head, eyes, mouth
What We Did Today: Covered variables and data types, typecasting, combining strings Covered if and else statements along with and/or operators and ==, <, >, !=, <=, and >= Learned how toRead More...
What We Did Today: Reviewed while loops and for loops Get input from shell for a while loop to end Homework: https://indo.ayclogic.com/intro-to-python-exercises/ Create a file called Review1HW.py and upload it to googleRead More...
What We Did Today: Covered the topic of lists, how to modify lists by adding, removing, or replacing elements Covered the topic of for loops, using lists as well the range functionRead More...
What We Did Today: Reviewed for loops Covered the topic of while loops, and using conditionals (if statements) to end the loops Used input from shell along with while loops to createRead More...
What We Did Today: Reviewed for the quiz next week on topics such as while loops, for loops, if statements, getting input from shell, printing using f "{variable}" Homework: Review your recentRead More...
Today We Did Learned about variables and datatypes Learned about if-else statements Learned how to get user input Homework Catch up on the previous 2 homeworks: Lesson 1 - Variables and DatatypesRead More...
Today we did: Learned lists Started for and for each loops Remember, you can reference the code from our lesson in the class Google Drive folder: https://drive.google.com/drive/folders/14Onyk8hhcNsgqsbuBMvIX1p0aCnxWZlj?usp=drive_link Homework: Make the following files:Read More...
Today We Did Reviewed Robot Builder HW Learned about drawing circles Created face function Homework Name your file Aug30_ManyShapes_HW.py Finish the smile for the face1 function using turtle.setheading(direction) Create a letter_A() functionRead More...
What We Did Today: Had our first quiz covering topics so far on data types, conditionals (if statements), for/while loops, and input from shell Homework: No Homework!
Gamas sub Today We Did We learned the difference between if elif else with a lot ifs. We learned how to get input from Shell. We learned how to convert from StringRead More...
Today we did: Reviewed lists Continued for loops with lists Homework: Make the following files: Aug28_ListsHW2.py Read pages 37-41 and copy the code down into a file Aug28_AnimalList.py Follow these instructions: https://indo.ayclogic.com/animal-list-and-for-loop-exercises/ Upload yourRead More...
What We Did Today: Reviewed the quiz 1 content and things to remember Introduced functions with no return value, and how to use them to reduce code duplication and make things simplerRead More...