Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Mathematics
5.7K+ articles
Python-gzip
2 posts
Recent Articles
gzip.decompress(s) in Python
Last Updated: 26 March 2020
With the help of gzip.decompress(s) method, we can decompress the compressed bytes of string into original string by using gzip.decompress(s) method.Syntax : gzip.decompre...
read more
Python
Python-gzip
gzip.compress(s) in Python
Last Updated: 23 March 2020
With the help of gzip.compress(s) method, we can get compress the bytes of string by using gzip.compress(s) method.Syntax : gzip.compress(string)Return : Return compressed...
read more
Python
Python-gzip