American Young Coder

AYC logo

5:30 PM – Intro To Python – Parna

Today We Did We started robot builder project. We learned when we want to control the color, position and width and height of rectangles, we have to introduced parameters into draw_rectangle functionRead More...

2 PM – Intro To Python – Sebastian

Today We Did Learned how to get input from the shell: input() Learned how to add part of one string to another (+=) Reviewed if, elif, else Homework Homework due in GoogleRead More...

2 PM – Intro To Python – Gamas

Today We Did We reviewed the 1st quiz result. We learned how to add Python dependency PyVCF3 module. We learned how to read VCF file. Homework Create Sep24_PythonHomework.py Do question #1, #2,Read More...

3 PM – Intro To Python – Sebastian

Today We Did Learned how to get input from the shell: input() Learned how to add part of one string to another (+=) Reviewed if, elif, else Homework Homework due in GoogleRead More...

5:30 PM – Intro To Python – Richard

Today We Did: We continued building our robot, but this time making our code more re-usable. We learned how to call a function inside another function, and how to re-use parameters. CodeRead More...

6 PM – Python OOP – Gamas

Today We Did We installed Python 3.10 We installed Pycharm community edition We started learning about Python dictionary. Homework Create new python file in Pycharm. Sep28_DictionaryHomework.py Copy codes from page 92 toRead More...

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