Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Category: Python

  • Home
  • Python

Lưu dữ liệu với định dạng HDF5 bằng h5py

December 15, 2021December 15, 2021 duongnt.bk1 Comment on Lưu dữ liệu với định dạng HDF5 bằng h5py

Đôi khi training data của ta vượt quá dung lượng memory. Định dạng HDF5 cho phép ta đọc dữ liệu từ thiết bị lưu trữ nhanh nhất và hiệu quả nhất có thể.

Python, Vietnamese deep-learning, hdf5, python

Store training data in HDF5 format with h5py

December 14, 2021February 2, 2022 duongnt.bk1 Comment on Store training data in HDF5 format with h5py

Sometimes, our training dataset is too big to fit into memory. The HDF5 format can help us access data from disk as fast and efficiently as possible.

English, Python deep-learning, hdf5, python

Đọc file Numpy bằng C# và NumSharp

November 18, 2021December 6, 2022 duongnt.bk1 Comment on Đọc file Numpy bằng C# và NumSharp

Có nhiều thư viện hỗ trợ tính toán khoa học trong C#. Một trong số đó là NumSharp, một bản port của Numpy. Hôm nay, ta sẽ dùng nó để đọc file Numpy.

C#, Python, Vietnamese C#, numpy, python

How to read Numpy files in C# with NumSharp

November 17, 2021December 6, 2022 duongnt.bk3 Comments on How to read Numpy files in C# with NumSharp

There are many library to support scientific computing in C#. One of them is NumSharp, a port of Numpy in C#. Today, we will use it to read Numpy files.

C#, English, Python C#, numpy, python

Exchange data between a Python and a C# .NET app via Redis

October 3, 2021October 3, 2021 duongnt.bkLeave a Comment on Exchange data between a Python and a C# .NET app via Redis

The third article in a series about Redis-based distributed caching. We will see how Redis can help us exchange data between a Python and a C# .NET application.

C#, English, Python C#, cache, python, redis

Trao đổi dữ liệu giữa ứng dụng Python và C# .NET thông qua Redis

October 3, 2021October 3, 2021 duongnt.bk1 Comment on Trao đổi dữ liệu giữa ứng dụng Python và C# .NET thông qua Redis

Bài thứ 3 trong loạt bài về Redis. Chúng ta sẽ tìm hiểu cách dùng Redis làm trung gian để trao đổi dữ liệu giữa ứng dụng Python và C# .NET.

C#, Python, Vietnamese C#, cache, python, redis

Kết nối với Redis bằng aioredis và Python

September 21, 2021September 29, 2021 duongnt.bk1 Comment on Kết nối với Redis bằng aioredis và Python

Đây là bài đầu tiên trong loạt 3 bài về distributed caching dùng Redis. Chúng ta sẽ tìm hiểu về aioredis, một package cho phép kết nối non-blocking tới Redis.

Python, Vietnamese cache, python, redis

Connect to Redis with aioredis and Python

September 21, 2021September 29, 2021 duongnt.bk2 Comments on Connect to Redis with aioredis and Python

The first article in a series about Redis-based distributed caching. We will take a look at aioredis, a Python library to make non-blocking calls to Redis.

English, Python aioredis, cache, python, redis

Kiểm tra xem mật khẩu đã bị lộ hay chưa bằng passpwnedcheck

August 20, 2021September 3, 2021 duongnt.bk1 Comment on Kiểm tra xem mật khẩu đã bị lộ hay chưa bằng passpwnedcheck

Làm thế nào để kiểm tra xem mật khẩu của ta đã bị lộ hay chưa mà lại không cần gửi mật khẩu đó cho bên thứ ba? Câu trả lời nằm tại đây.

Python, Vietnamese password, python, security

Check for leaked passwords with passpwnedcheck

August 20, 2021September 3, 2021 duongnt.bk1 Comment on Check for leaked passwords with passpwnedcheck

How can we check our password against a list of leaked passwords without actually disclosing it? Let’s find out in my newest article.

English, Python password, python, security

Posts navigation

Older posts
Newer posts
Copyright © 2026 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress