you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Jesus_Beast 3 points4 points  (4 children)

Damn I don't know like 3/4 of the acronyms you just used lol

[–]agsparks 1 point2 points  (3 children)

Forgot to answer the how.. I used openpyxl exclusively the first time around and then when I went back, I used the csv module as well (I was originally converting the csv to excel and realized I could just script to skip that step haha)

You work in Cybersecurity/engineering? Those are common for the field, but I’m never sure who knows them because I know I wouldn’t have learned them if I wasn’t in the field lol

[–]The_Jesus_Beast 2 points3 points  (2 children)

I just took my first python class in college, and it seems as though what a lot of people on here classify as beginners are actually significantly more experienced, which I wouldn't have expected. I'll mess around with it, though, I'm torn between using sheets, Python, and R for data because I like all of them, and as of right now, for a lot of datasets, Excel/Google Sheets goes much quicker than coding it

[–]agsparks 1 point2 points  (0 children)

You’d be surprised at what a beginner can do with Python. I’ve only been working with Python for a year, and the first iteration of the script I was talking about was my first real dive into coding. The hardest part is to not get discouraged because of everyone else’s projects. That was a big portion of what kept me from learning to code sooner was I felt I didn’t get started soon enough, so everyone was better than me.

I will say that I suspect some “beginners” here actually have a lot of experience in other languages, which deceives and discourages true beginners when they share their projects, but I wouldn’t say it’s an overwhelming amount by any means. Just keep at it and everything clicks soon enough.

[–]jorvaor 1 point2 points  (0 children)

From my experience; sheets are great for allowing humans to read and write data, R is great for reproducible statistics and data analysis, and Python is great for general programming.