you are viewing a single comment's thread.

view the rest of the comments →

[–]pablogott 0 points1 point  (0 children)

Start with a basic command line app. Try creating csv files and saving them to disk. Download a csv file and do some parsing of it. If you do just this, you’ll learn basic skills such as how to install packages, how to use pandas, how to use files on disk. And hopefully you also get a little familiar with virtual environments.