American Young Coder

AYC logo

5 PM – Intro To Python – Darin

Today We Do We reviewed the second quiz. We started Python Digital drawing using Turtle. Homework Create a new file “Oct10_Turtle4ShapesHomework.py” Draw these shapes using t.goto() and t.penup() and t.pendown() Look atRead More...

5 PM – Intro To Python – Abigail

Today We We learned about user input. We learned what is a Strings and what is an Integer. We learned how to convert Strings into Integers Homework (Upload your homework into yourRead More...

8 PM – AI and Machine Learning – Joel

Today We Did We started Single Digit Prediction project. We started creating the number_label(file_path) function. Homework Add codes inside number_label(file_path) function so when you call like following print(number_label("/kaggle/input/numerical-images/numbers/mnist_png/Hnd/Sample0")) print(number_label("/kaggle/input/numerical-images/numbers/mnist_png/Hnd/Sample0/")) It will printRead More...