Day 18 of 100: had some trouble implementing the API with react, got an operational database error each time I tried to make changes from the admin. Took over a week, couldn't solve it, just had to start a new model from scratch 😣😣
#100DaysOfCode#Python#webdevelopment
Machine Learning Crash Course
For Software Engineers. From Google. For Free.
This will help you:
▫️Solve problems that seem impossible today
▫️Reduce the time you spend programming
▫️Customize and scale your products
Link: https://t.co/rhAahvuvKW
@KJKAfrica In the first line of code, in the for statement conditions, the variable "l" was incremented which is not defined, the correct variable should have been "i" because JavaScript is case sensitive