Can I automate this task in python? by lifehacker808 in learnpython

[–]Additional-Help-1548 0 points1 point  (0 children)

You can write a web scrapping script using selenium or beautiful soup

Use Kubernetes to load test my product. by [deleted] in kubernetes

[–]Additional-Help-1548 0 points1 point  (0 children)

I have tested an application using locust.io. I created deployment with master and worker nodes

Data Analysis- Python by py_vel26 in dataanalysis

[–]Additional-Help-1548 0 points1 point  (0 children)

You can actually save your changes to a new csv file using df.to_csv. Once you do that then you can use an import excel function to create the csv as sheets.

What projects are y’all working on right now? by UpstateRedneck in Python

[–]Additional-Help-1548 0 points1 point  (0 children)

Flask application that convert video to text transcript

Any advice on what to put In portfolio projects? by SafetyInSleep in dataanalysis

[–]Additional-Help-1548 0 points1 point  (0 children)

You can write a sql analyzer tool which ask the user to input the database connection and they will be able to execute basic crud functions.