Today We Did Learned about variables, data types: int, float, string, and boolean. int and string operations. Converting data types, int(), str()... Learned about if-elif-else statements. Learned about boolean expressions. View whatRead More...
Today We Did Reviewed last week's homework. Modified our rectangle function, using parameters, to specify: Starting (x, y) coordinates. Length and width. Color and fill color Created a left_arm function for ourRead More...
Today We Did Continued Monster System program Added new menu items to get the last bit of required user input In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Reviewed the homework due today for strings and if-else. Reviewed: Strings: upper(), title(), lower() If-elif-else Learned about lists: Accessing and modifying lists by index. Adding to lists: append(), insert()Read More...
Today We Did Reviewed Magic8Ball using random.randint() and random.choice() Finished Password Generator and Star Wars problems. View what we covered at https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva No class on July 5th Homework Name your file: July12_FixingBugs1_HW.pyRead More...
Today We Did: How to access lists Add items to a list Remove items from a list, and Modify lists. Homework Create new python file named June29_ListHomework.py For those with second editionRead More...
Today We Did Reviewed last week's homework for Robot Builder. Complex shapes and polygons. No class next week. Next class on July 10, 7:00 PM. Homework Project proposal (drawing) due July 10.Read More...
Today We Did Added object oriented programming to grocery shopping cart with GroceryItem class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework JUN8_OOP_hw, pleaseRead More...
Today We Did First day of class, learned about dictionaries! How do the following in dictionaries: create, get key's value, add key/value pair to dictionary, update key's value, delete item from dictionary,Read More...
Today We Did We setup SAT-3PM-TOD project. We created gitlab project and clone them and checkout individual branches. Added background and Enemy class. Homework Inside Enemy class, resize the image according toRead More...
Today We Did Reviewed the homework due today about: for loop with list and with range Reviewed for loops: with lists and in range. Learned about while loops: Forever loops and breakingRead More...
Today We Did Setting up Gitlab and PyCharm Learned about how to load images Learned how to blit images In case you need anything, feel free to email me at sebastian@ayclogic.com HomeworkRead More...
Today We Did Reviewed homework for project proposals If I gave you critiques, make sure to modify your project proposal Finished reviewing complex shapes and circles. Finished Kaleido Spiral Homework Make significantRead More...
Today We Did Finished Monster System Finally understood why we have unique classes for monsters like Dragon and Troll (so they can handle magic attacks differently) In case you need anything, feelRead More...
Today We Did Reviewed the homework due today about: while loop and functions Functions: Without return values With return values Random module: random.randint(start, end), random.choice(list) Magic8Ball View what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvARead More...
Today We Did Reviewed fixing bugs HW, part 1 and part 2. Reviewed errors and fixing bugs. Reviewed quiz 2 practice problems: https://indo.ayclogic.com/intro-to-python-exercises-for-quiz-2/ View what we covered at https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva Homework Study forRead More...
Today We Did: Understanding the difference between del/pop, and append/insert How to find length of a list Introduction to For Loops for lists Homework: Create new python file named July13_ListHomework2.py 2nd edition:Read More...
Today We Did Finished Grocery System program Started working on Robux Balance program View what we covered today at https://drive.google.com/drive/u/1/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA Homework Make more progress on your project. Submit your file Jul17_Project_2.py Entire projectRead More...
Today We Did Review of dictionaries and OOP Began SchoolSystem program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Create a new folder in our Google DriveRead More...
Today We Did We learned on how to load images using for in range for loop. We created config,py We learned about the enemy movement regions. Homework Our next class is goingRead More...
Today We Did Reviewed dictionaries and how they're much faster than lists Began grocery system v2 Understand how we use the dictionary; we make the selection point to the name and theRead More...
Today We Did Reviewed functions homework Reviewed fixing bugs and errors Finished fixing bugs problem 1 in class: https://indo.ayclogic.com/fixing-python-bugs/ Went over practice problems for review: https://indo.ayclogic.com/intro-to-python-exercises-for-quiz-2/ View what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvARead More...
Today We Did Reviewed how to use Gitlab & went over homework Learned how to change the size of an image by scaling Learned how to change the position of an imageRead More...
Today We Did Finished the Robux Balance System project. Reviewed final projects and made critiques. Homework Make significant progress on your project. Project due July 24th Final test July 24th Project criteria:Read More...
Today We Did Full review of object oriented programming Went over strategies for how to best take the test In case you need anything, feel free to email me at sebastian@ayclogic.com HomeworkRead More...
Today We Did Reviewed Quiz 2 problems Starting learning about the turtle module Completely Robot Builder left_arm and right_arm. View what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA Homework Name your file July24_RobotBuilder_HW.py Finish the restRead More...
What We Did Today: Using if statements inside for loops Understand how indentation works for for loops, how to put code inside a for loop versus outside a for loop Homework: https://indo.ayclogic.com/animal-list-and-for-loop-exercises/Read More...
Today We Did We continued on TOD project. We specifically worked on the 3 steps to enable the enemy movements What direction should the enemy move according to its region. Move theRead More...
Today We Did Project critiques Turtle review Final test review Homework Project due July 24th Due by 8:00 AM Final test July 24th 7PM - 9PM. You have two hours to take theRead More...
Gamas Sub Today We Did We reviewed July14_Inheritance.py homework We continued creating the main.py for MonsterInheritance project. Homework Continue with MonsterInheritance main.py and add these 2 features: List All Monsters and StartRead More...
Today We Did Continued the School System program Created all methods for students and teachers In case you need anything, feel free to email me at sebastian@ayclogic.com Homework In our SchoolSystem folderRead More...
Today We Did Introduction to object oriented programming class: a blueprint for an object made up of methods and attributes method: a function belonging to a class attribute: a variable belonging toRead More...
Today We Did Finished Robot Builder Complete complex shapes and Face 1. View what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA Homework Name your file July26_Face2_HW.py Finish the Face2 function Questions? Email me at juan@ayclogic.com.
Today We Did Created bird class with constructor and update method Created sprite group to add instance of bird Added create_bird() method which creates new bird objects according to our timer CodeRead More...
Today We Did Spent lots of time answering any questions about the practice exam Reviewed all topics from the class to remember everything we've learned so far Went over good test takingRead More...
Today We Did Finished Face 2 Function Finished KaleidoSpiral Finished Grocery System View what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA Homework Complete your project proposal and upload to your Google Drive: Name your file Jul31_ProjectProposalRead More...
What We Did Today: Reviewed homework for animal_list, understanding how to use if statements inside of for loops (reviewing how to add items to a list) Understanding how to use for loopRead More...
Today We Did We added "region <region>" information on the screen for debugging purposes. We added EnemyTwo class which inherits from Enemy class. This way we can override the self.images used forRead More...
Today We Did We completed RobuxShoppingCart program. Homework Next week is 2 hours final test. Please prepare the following topics. Python Turtle - make sure you know how to do draw rectangle,Read More...
Today We Did Completed School System Began Library System Continued to understand the differences between attributes and variables In case you need anything, feel free to email me at sebastian@ayclogic.com Homework CreateRead More...
Today We Did Reviewed some important parts of object oriented programming classes attributes the constructor Added object oriented programming to grocery system In case you need anything, feel free to email meRead More...
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...
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...
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 Revisited our old grocery system Applied object oriented programming to it, began Grocery System project In case you need anything, feel free to email me at sebastian@ayclogic.com Homework PleaseRead More...
Today We Did Began working on school system project Started learning how to build code from a menu that we're given In case you need anything, feel free to email me atRead 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...