![]() |
Can't even get started - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Can't even get started (/thread-29109.html) |
Can't even get started - dr6 - Aug-18-2020 Hi. I might post here lots.... I'm learning Python, planning to specialise in data analysis. I'm used to Stata - importing a .csv is trivial, doing an OLS is trivial. In Python I need to download Python, then I need to download PyCharm to code, but then I was told to use Jupyter, which apparently means installing something called Anaconda. Then I'll need to use something called pip, numpy, pandas, matplotlib and so on. I took CodeAcademy's intro to Python class and have a reasonable grasp of syntax, functions, dictionaries, mathematical operators, strings, loops and so on but still feel like I'm a month away from being able to import a .csv with two variables and regress one on the other. I want to smash my laptop, or at least give up. But I will persist. I'm reading Wes McKinney's "Python for Data Analysis (2nd edition)". It mentions running command prompt and typing "python" to check that the message returns whatever version of Anaconda you have installed. I did this and it returned a different message - just a default Python. I uninstalled Python and typed python again and it opened up the Windows Store! I tried uninstalling and reinstalling Anaconda but it still opens the Windows store when I type "python" in the command prompt. So I can't even get past the beginning of the preliminaries of the Data Analysis book. I am incredibly frustrated. I hear so many good things about Python and can envisage finding it incredibly powerful once I'm familiar with how it works, but I can't even get started! I can't even do a simple freaking regression! What do I need to do to get the command prompt to return what the book says it should? Many thanks for your help! By the way: I really have no idea what this command prompt thing means, or whether it's important to change it so it returns what the book says it should. RE: Can't even get started - Larz60+ - Aug-18-2020
|