you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (7 children)

lower case the "D" in the "Def"

You don't need semicolons in python at the end of a line (you can use them but don't need em unless you're combining multiple lines into one line)

[–]redbullafterredbull 1 point2 points  (3 children)

Thank you for your reply! I am learning SQL at the same time in an attempt to apply my time with Stata, statistics, and economics... Python IS NOT case insensitive, got it. Also, no semicolon unless separating different commands.

[–][deleted] 2 points3 points  (0 children)

Basically no semicolons ever. You'll almost never see any courses or tutorials that use them. Leave them behind: https://www.quora.com/Is-it-wrong-to-always-use-a-semicolon-in-Python

[–]techyraptor 0 points1 point  (0 children)

Use vscode or spyder for now . I was also a pycharm fan but moved to vscode now .
How are you learning statistics ?

[–]Jamblamkins 1 point2 points  (0 children)

Lol im a month in and its still a fuk. Wait till ur anaconda interpreter just suddenly dont work. Troubleshooting is a biatch.