30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may...

Results 388 30-Days-Of-Python issues
Sort by recently updated
recently updated
newest added

The previous statement was incorrect.

There is a typo in line 63. The property "is_marred" of person dictionary an then this line "del person['is_married'] # Removes the is_married item" fails

here 03_operators.md inside example-number part on the very last part there print('Exponentiation: ', 2 ** 3) # 9 it means 2 * 2 * 2 it should be # 8...

Minor typo. Caused confusion when I tested for the exercise.

added 16_Day_Python_date_time Chinese support

add 15_Day_Python_type_errors Chinese support