|
|
|
|
|
by snbk97
1641 days ago
|
|
Since you have past experience in debugging and working on other languages, you wont face much problem with python. The issue you might face with is adapting to framework or other similar tools used in python projects. Python reads pretty close to english, but there could be some surprising bits of code which might be surprising (list comprehesions, idiomatic code, weird decorator functions etc). |
|