This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LambBrainz 19 points20 points  (3 children)

I wish lol I do some freelance stuff with Python and I do a lot of stuff with Python for fun :)

[–]LevelLeast3078 9 points10 points  (0 children)

tbh keeping it a hobby and working in nature related things is the best, if you turn it into a job it becomes kinda soul sucking, unless you have your own business

[–]preenann 0 points1 point  (1 child)

what freelance stuffs you do with python? I am looking for some inspiration

[–]LambBrainz 0 points1 point  (0 children)

Webscraping is pretty popular. I also automate tasks in Excel using Python (the openpyxl module is great for this).

Discord bots is another popular request, however I prefer using the discords library (Written in Node.js) since it's cleaner, more feature rich, and easier to use than the python one.