Tuesday, March 2, 2021

Django web framework

 Video tutorial https://www.youtube.com/watch?v=F5mRW0jo-U4

2 comments:

What are 'Piecewise Functions'?

 A single function that uses different equations depending on the input , like f(x) = x for x < 0 and f(x) = x^2 for x >0. Such func...