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 provided code appears to be a function that summarizes text using sentence extraction. However, there are potential issues with how it handles invalid inputs.', 'Current Behavior:', 'The code assumes...

Great work. Thank you. I suggest adding links to run code samples in an online playground where users can run the code, edit it, save for later and share with...

Hi, I think this document is great and I hope it can be translated into Simplified Chinese. I will try to translate it, and I hope to get your permission...

**Error in example for Casting in section Checking Data types and Casting for the following code;** ```# int to float num_int = 10 print('num_int',num_int) # 10 num_float = float(num_int) print('num_float:',...

change file: 03_operators.md (line:78) ```py print('Exponentiation: ', 2 ** 3) # 9 it means 2 * 2 * 2 ``` to ```py print('Exponentiation: ', 2 ** 3) # 8 it...

Translated into Chinese. README Add the Chinese language.