Python の `random.sample` 関数を使用した置換なしのランダムサンプリング方法と、その実践的な応用(トランプのシャッフルなど)について説明しています。 `timeit` モジュールを用いたコード実行時間の正確な測定方法を紹介し、グローバル変数やローカル変数 ...
クラスの小テストや学習用の問題集を作るとき、「全員が同じ問題順だと、答えを教え合ってしまう…」と悩んだことはありませんか?かといって、手作業で何種類もの問題パターンを作るのは、非常に手間がかかります。 この面倒な作業を、Pythonを使えば ...
In this article, I'll be exploring the basics of Python, i.e. variables, input and output. You'll need Python (2.7+), a computer, and some free time. Variables Simply put, variables are like envelopes ...
In this article, I'll be exploring the basics of Python, i.e. variables, input and output. You'll need Python (2.7+), a computer, and some free time. Variables Simply put, variables are like envelopes ...