10 AM – Minecraft Modding with Java – Gamas
Today We Did We integrated our custom animal (Saturn Cat / Saturn Turtle) into minecraft, but we get an error when summoning. I will fix this next week. We added CEM TemplateRead More...
Today We Did We integrated our custom animal (Saturn Cat / Saturn Turtle) into minecraft, but we get an error when summoning. I will fix this next week. We added CEM TemplateRead More...
Today We Did We reviewed last week homeworks. We reviewed more details about PyVCF3 module. Homework Inside VCF_file_reader_example.py do the following Read some fields from the INFO column like this record.INFO #Read More...
Today We Did Lists (bag = []) Get length of list using len() (len(bag)) Learned that list indices (index) start counting from 0 Learned how to take one value from a listRead More...
Today We Did Lists (bag = []) Get length of list using len() (len(bag)) Learned list indices (index) start from 0 Get one item using bag Homework Page 114 to 116 PageRead More...
Today We Did: We finished building our robot with 3 arms by using our left_arm and right_arm functions. We reviewed for loops and then learned how to draw a circle. Code fromRead More...
Today we did: Went into functions with return values in detail: why they are needed, how we use them, how the location of return affects what code runs examples of functions withRead More...
Today We Did list.pop(index) removes item at index list.insert(index, value) puts a value at an index list.append(value) puts a value at the end of a list list.remove(value) removes one of that value fromRead More...
Today We Did list.insert(index, value) puts value at index of where it would be once added list.append(value) puts value at end of list list.remove(value) removes one of that value from list list.pop(index) removesRead More...
Today We Did We went over how to create face function properly. We learned how to make functions reusable and useful by adding useful parameters. We learned how to create slanted rectangleRead More...
Homework Create Oct12_LoopingThroughDictionaryHomework.py Copy codes from page 100, 101, 102. Create Oct12_PhoneBookDictionary.py and do exercise from below. No need to do "3. List all phone numbers" . https://www.ayclogic.com/phone-book-system/