-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e395aea
commit 8c4f01e
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# PythonAssessment | ||
|
||
Self Assessment for Python Developers | ||
## Self Assessment for Python Developers | ||
|
||
Go through the questions and try to answer as many as possible. | ||
|
||
Then check the answers and compare | ||
|
||
## Python Tutorial | ||
And never forget to take 1-2 hours to go through the Python Tutorials to get familiar with the Standard Library :) | ||
|
||
### Python 2 | ||
https://docs.python.org/2.7/tutorial/index.html | ||
|
||
### Python 3 | ||
https://docs.python.org/3.9/tutorial/index.html |