Python: Create 28 Tests for 28 days of python teaching/training/testing
Budget: $30 – $250 USD
We are making a python course/tests to teach/test students
We want to create 28 python challenges/tests, along with Unit tests to test the solution written by the student
Topics for 28 days of python training are listed in following link
1. https://www.codingforentrepreneurs.com/courses/30-days-python/
2. https://www.youtube.com/playlist?list=PLEsfXFp6DpzQjDBvhNy5YbaBx9j-ZsUe6
For each topic( Day 3 - Day 30 ) your task is to
1. Create a new challenge. Solution of this challenge should not be available on the net by searching on Google. This is very important. Otherwise, Students would search a problem/solution and answer it.
2. Need to develop Unit tests to run automatic validation. pyunit
Eg. python -m unittest -v test
3. For each day tests, you can divide it in to multiple smaller tests or it can be one big test/problem. Up to you.
4. You will upload these tests in our coding platform. Will show how to add, run and test.
We want to create 28 python challenges/tests, along with Unit tests to test the solution written by the student
Topics for 28 days of python training are listed in following link
1. https://www.codingforentrepreneurs.com/courses/30-days-python/
2. https://www.youtube.com/playlist?list=PLEsfXFp6DpzQjDBvhNy5YbaBx9j-ZsUe6
For each topic( Day 3 - Day 30 ) your task is to
1. Create a new challenge. Solution of this challenge should not be available on the net by searching on Google. This is very important. Otherwise, Students would search a problem/solution and answer it.
2. Need to develop Unit tests to run automatic validation. pyunit
Eg. python -m unittest -v test
3. For each day tests, you can divide it in to multiple smaller tests or it can be one big test/problem. Up to you.
4. You will upload these tests in our coding platform. Will show how to add, run and test.