Data Analysis with Python Projects - Demographic Data Analyzer

Tell us what’s happening:

So I was trying to do the assignment all alone as there is no specific place to seek help from, one thing that is really demotivating me is I dont know how to start doing the assignment. The instructions were quite unclear and I really do not know how to start this properly. I shows an option to import from github in the given replit link. when I do import the data, some data are not visible, it appears as some links (I will provide screenshots)

There are some youtube channels, I tried to take inspiration and wrote the exact code but it didn’t run and shown me some link which was in the readme file. I am really serious about this course and I really enjoy doing it so please I really need help from the experienced professionals.

I need to know how to start properly.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

Data Analysis with Python Projects - Demographic Data Analyzer

Your replit environment isn’t configured correctly, this happens. If you get a strange error like this you can always search this forum, someone else has certainly encountered it.

https://forum.freecodecamp.org/t/scientific-computing-with-python-projects-arithmetic-formatter/644338

Click the three dots “…” in the file menu and select “show hidden files”

Edit .replit

Make sure you have this run = line, it might say something like run = Use run command. Change it to run = "python3 main.py"

Screenshot 2023-07-03 174819

The problem is fixed. Thanks a lot.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.