Ok i have a daily csv file that i am trying to get python to post to my database every day. I have used curl befor to post it but i want to set python up so that it post it for me is there a way to do this that is simple to under stand for a new python coder.

Recommended Answers

All 2 Replies

If you are looking for http requests in python, the requests module should provide the necessary tools.
Otherwise, there is a pycurl ...

Idk what I really need to use im trying to add and update files on my database like im using curl but with python.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.