American Young Coder

AYC logo

2 PM – Intro To Python – Gamas

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...

9AM – Intro to Python – Saagar

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...

2 PM – Intro To Python – Sebastian

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...

3 PM – Intro To Python – Sebastian

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...

5:30 PM – Intro To Python – Gamas

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...

6 PM – Python OOP – Gamas

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/