30-Days-Of-Python
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...
Tuples in Python are similar to lists, but they are immutable, meaning once they are created, their elements cannot be changed or modified. This immutability makes tuples useful in situations...
The pseudo-code example for Nested Conditions in Day 9 has an indentation issue. Although this can't be compiled as it is no proper python, it should adhere to corect indentation....
In Example 2 of Day 13, it says: ``` # Filter numbers: let's filter out positive even numbers from the list below numbers = [-8, -7, -3, -1, 0, 1,...
Go to the data folder and use the [countries_data.py](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/data/countries-data.py) file. This is the level 3 exercise 3 for day 10. I am struggling with how exactly i import and use...
the change will make the sample easier to understand. The old version will mislead the beginners. They might think they're supposed to get a string output 'WELCOME TO PYTHON'
I was wondering if this is something that is included, I mean I'm alreayd on Day8 and my goal after this is to know python enough for coding interview. It...
Translate the 7 day into Chinese