Download large file in python with requests

This page summarizes the projects mentioned and recommended in the original post on /r/codehunter

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • requests

    A simple, yet elegant, HTTP library.

  • Requests is a really nice library. I'd like to use it for downloading big files (>1GB).The problem is it's not possible to keep whole file in memory; I need to read it in chunks. And this is a problem with the following code:

  • pyFTPclient

    FTP client written in python with monitoring and reconnection

  • If you need a small client (Python 2.x /3.x) which can download big files from FTP, you can find it here. It supports multithreading & reconnects (it does monitor connections) also it tunes socket params for the download task.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • urllib3 v2.0.0 is now generally available!

    2 projects | /r/Python | 26 Apr 2023
  • Development environment for the Python requests package

    1 project | dev.to | 12 Mar 2023
  • Ask HN: How do you become a better Python developer?

    1 project | news.ycombinator.com | 16 Feb 2023
  • Urllib3 raised $26,000 and shipped v2.0 in 2022

    2 projects | news.ycombinator.com | 4 Jan 2023
  • Weird question - Is it better you put args in the class itself or in the method - and how can you not need to enter class?

    1 project | /r/learnpython | 24 Dec 2022