A course will help you to practice basics of Python to meet minimum requirements for Trainee Developer position.
This is a self-learning course with automated knowledge testing. See more details about an approach...
-
Ensure that your workstation has installed
Python 3.10+ -
Fork the repository
-
Turn on workflows in your forked repository
-
Solve a task challenge CHALLANGE_0
-
Commit results
-
See Actions to ensure your solution is correct
-
Move to next task challenge CHALLANGE_1, CHALLANGE_2, ..., etc.
-
The finish the course make green job icon in Actions
COMMIT ANY LOCAL CHANGES BEFORE START THIS ACTIVITY
git remote add root https://github.com/illegal-knowledge/welcome-to-python.git
git fetch --all
git rebase root/master
git push
git remote remove root