Forwarded from هشتگ تبلیغ تخصصی
💯 ما بهت آموزشی میدیم که بتونی از اون در بازار کار برنامهنویسی استفاده کنی و درآمد داشته باشی!
📩 و یا به آیدی زیر پیام بده:
Please open Telegram to view this post
VIEW IN TELEGRAM
Python 3 Beginners.pdf
9.5 MB
#Python 3 : 400 exercises and solutions for beginners
🖥 badjpg
This useful Python script allows you to hide useful information inside a JPG image using steganography techniques.
▪ Github
git clone https://github.com/basicW/badjpg.git
This useful Python script allows you to hide useful information inside a JPG image using steganography techniques.
▪ Github
git clone https://github.com/basicW/badjpg.git
🖥 zarr - Python library for implementing compressed N-dimensional arrays
- pip install zarr
Zarr provides classes and functions for working with N-dimensional arrays, which behave like #NumPy arrays, but the data is divided into chunks and each chunk is compressed. If anyone is familiar with HDF5, Zarr arrays provide similar functionality, but they are more convenient.
Also, unlike HDF5, Zarr has better multithreading support.
- pip install zarr
Zarr provides classes and functions for working with N-dimensional arrays, which behave like #NumPy arrays, but the data is divided into chunks and each chunk is compressed. If anyone is familiar with HDF5, Zarr arrays provide similar functionality, but they are more convenient.
Also, unlike HDF5, Zarr has better multithreading support.