Posts by Tag

Python

Triangular differences

4 minute read

Câu đố thứ 533 trong cuốn The Big Book of Brain Games: 1,000 PlayThinks of Art, Mathematics & Science (tựa tiếng Việt: 1000 câu đó tự duy về Toán, Khoa h...

List of (solvable) puzzles in krazydad.com

2 minute read

Jim Bumgardners’s site is a really great resources of interesting puzzles. When I was a kid, I used to download a lot of puzzles here to entertain myself. At...

[IP Adventure] Eight queens puzzle

2 minute read

Mô hình hóa (modeling) là một trong ba kỹ năng quan trọng để giải quyết những vấn đề thực tế, bên cạnh mô phỏng (simulation) và tối ưu hóa (optimization). Kỹ...

Tips and tricks in Python (part 1)

3 minute read

Interesting utilities divmod(a, b) # built-in method returns tuple (a // b, a % b) np.isclose(a, b) # avoid numerical errors

An unstoppable script and how to stop it

3 minute read

In a previous article, we have constructed an infinite script in Python. That means the script does not simply stop itself once the execution has been begun....

Documentation in Python

2 minute read

This blog post is my summary of an article about documenting python code in Real Python. I also append to the post some tools relating to documentation.

Back to Top ↑

infinite

An unstoppable script and how to stop it

3 minute read

In a previous article, we have constructed an infinite script in Python. That means the script does not simply stop itself once the execution has been begun....

Back to Top ↑

terminal

An unstoppable script and how to stop it

3 minute read

In a previous article, we have constructed an infinite script in Python. That means the script does not simply stop itself once the execution has been begun....

Ubuntu installation in dual boot mode

2 minute read

Ubuntu 20.04 LTS has been released since April 2020. The post is about what should be taken into account during installation process. This is mostly written ...

Back to Top ↑

markdown

Back to Top ↑

handmade

Back to Top ↑

shortest

Back to Top ↑

installation

Ubuntu installation in dual boot mode

2 minute read

Ubuntu 20.04 LTS has been released since April 2020. The post is about what should be taken into account during installation process. This is mostly written ...

Back to Top ↑

ubuntu

Ubuntu installation in dual boot mode

2 minute read

Ubuntu 20.04 LTS has been released since April 2020. The post is about what should be taken into account during installation process. This is mostly written ...

Back to Top ↑

game

A nine-point game

1 minute read

Một trò chơi chiến thuật đơn giản dành cho hai người.

Back to Top ↑

two players

A nine-point game

1 minute read

Một trò chơi chiến thuật đơn giản dành cho hai người.

Back to Top ↑

puzzle

A nine-point game

1 minute read

Một trò chơi chiến thuật đơn giản dành cho hai người.

Back to Top ↑

documentation

Documentation in Python

2 minute read

This blog post is my summary of an article about documenting python code in Real Python. I also append to the post some tools relating to documentation.

Back to Top ↑

profile

Back to Top ↑

invariant

An elementary math problem

less than 1 minute read

Long time ago, I created a table-based problem which requires technique of invariant to be solved. I’m pretty sure that my solution (at that time) was only a...

Back to Top ↑

coloring

An elementary math problem

less than 1 minute read

Long time ago, I created a table-based problem which requires technique of invariant to be solved. I’m pretty sure that my solution (at that time) was only a...

Back to Top ↑

events

Lựa chọn tuổi 18

4 minute read

“Hãy chọn đại học Khoa học Tự nhiên” - mảnh giấy với dòng chữ viết vội và vết mực còn mới nằm gọn trong tay. Hừm, có lẽ là một trò đùa vô ích của một người n...

Back to Top ↑

LaTeX

Back to Top ↑

git/github

Milestones in learning git/github

1 minute read

I have learned git/github since 2019. They have been great tools for me ever since I started my path. The article intend to show stages of my git/github disc...

Back to Top ↑

meme

Back to Top ↑

IP

Back to Top ↑

probability

Nhảy cầu kính

4 minute read

Squid Game là một series được phát hành trên Netflix vào tháng 09/2021. Nó kể về một cuộc thi nơi 456 người chơi đánh cược mạng sống của bản thân trong khi t...

Back to Top ↑

Gurobi

Hướng dẫn lấy Gurobi academic license

2 minute read

TLDR: Người dùng với mục đích học thuật được phép sử dụng Gurobi Optimizer miễn phí với academic license. Tuy nhiên cách nhận giấy phép phổ biến nhất có vẻ n...

Back to Top ↑