13 search resultsShowing 1~13 results

Stocked
hiron2225

@hiron2225

sbtのprojectディレクトリについて

今までなんとなくでやってきたので、自戒を込めてメモです。 sbtでサブプロジェクトを定義する方法を調べている最中に見つけたものです。 初期状態 sbtでプロジェクトを作成すると、だいたいこんな構...

0
0
Comment0
hiron2225

@hiron2225

Pythonで1行の標準入力を1行で展開する

小ネタです。 AtCoderやPaizaなど、Web上のプログラミングテストみたいなものを受けるとき、 標準入力に半角スペース区切りで入力が渡される みたいな場合が多いです。そのときに1行で標準...

3
2
Comment3
hiron2225

@hiron2225

Pythonのプロパティ宣言

Pythonでも、C#等によく似たプロパティを扱えます。 C#を例として見ていきます。 例:C#のプロパティ Exam.cs public class Exam { private int _m...

14
17
Comment0
hiron2225

@hiron2225

仮想環境のPythonをバージョンアップする

Pythonの仮想環境を構築し、その後Pythonのバージョンが上がった際、どうやって仮想環境のPythonのバージョンを変えるか、うまく記事が見つけられませんでした。 そこで、自分で試した結果...

21
15
Comment0

13 search resultsShowing 1~13 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in