10 AM – Intro To Python – Indo – Gamas
Today We Did We reviewed input from shell. All inputs from shell are String data type. Even if you enter a number, it will still be String. If you want to compareRead More...
Today We Did We reviewed input from shell. All inputs from shell are String data type. Even if you enter a number, it will still be String. If you want to compareRead 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...