記載者あばば
新聞奨学生の記事は こちらから
![](https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmVWFGmovGq7S9mL3iMqxhUmQcDJLKf98QXx6xTMaGnups/%E3%81%8F%E3%81%BE.jpg)
まずは前回の復習から!
前回は対話型でpython起動しても1行ずつしかできないということで、プログラミングファイルを作ったところまでした。
それでは今回は2行以上のプログラミングを書いてみましょう。
![](https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmVWFGmovGq7S9mL3iMqxhUmQcDJLKf98QXx6xTMaGnups/%E3%81%8F%E3%81%BE.jpg)
前回作ったプログラムファイルに以下をコピーして貼り付けて保存してみよう。
print("Hello world!")
print("Hello world2")
input()
3行目のinput()がないと表示がされないので注意です。
さて、ファイルを保存したところでコマンドプロンプトを開きましょう。
![](https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmVWFGmovGq7S9mL3iMqxhUmQcDJLKf98QXx6xTMaGnups/%E3%81%8F%E3%81%BE.jpg)
cmdと起動すると黒い画面がでてきます。これがコマンドプロンプトになります。
これをパチパチたたけるようになるとプログラマーのふりをすることができます。
さて、今までクリックなどでフォルダなどを移動してきましたが。
コマンドプロンプトではそれができません。
cd というコマンドで移動していきます。(チェンジディレクトリの略で場所を変える!という意味っぽい)
まずはDにプログラムファイルが保存してあるのでDに移動しましょう。
cd /d D:
と入力してDに移動しましょう。
dirと入力してディレクトリを確認しましょう。
実は↑の二つの画像は同じ意味。
いっつもクリックでファイル移動だったけど。
クリックのかわりに「cd」をつかっていきましょう。
それではdai2kaiフォルダの中に入りましょう。
53という数字はバイト数。1KBって書いてあるけど本当は53byteだったわけですね。
![](https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmVWFGmovGq7S9mL3iMqxhUmQcDJLKf98QXx6xTMaGnups/%E3%81%8F%E3%81%BE.jpg)
目的のプログラムファイルがあるディレクトリまでいくことができたので、pythonで動かしましょう。
コマンドプロンプトで python test.pyと入力しましょう。
![](https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmVWFGmovGq7S9mL3iMqxhUmQcDJLKf98QXx6xTMaGnups/%E3%81%8F%E3%81%BE.jpg)
今回のまとめ
コマンドプロンプトでディレクトリ移動とpython ファイル名.pyでpythonで実行を覚えておいてくれればOK
次回はグラフの描写にチャレンジ。
![](https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmVWFGmovGq7S9mL3iMqxhUmQcDJLKf98QXx6xTMaGnups/%E3%81%8F%E3%81%BE.jpg)
誰でもできるように!ってことで極力躓かないようにマニュアルレベルの速度でやっていますが。
もう少し早く!とかここよくわかんね!とかあれば気軽にコメントください。
以上、あばばでした。
おっ、プログラミングですか。すごいですね。職業病なのか、私は、仕事以外ではコードを書く気がまったく起こりません(笑)
子ども達に教える、とかなれば話は別なんですが↓
https://steemit.com/volunteer/@nota69/en-kr-jp-programming-classroom-my-volunteer
ところで「python」を選択した理由って何かありますか? 「java」や「solidity」でないのは何故なのかなー、と。
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
すごくないですwwww
本職からみたら失笑物じゃないっすか!@nota69さんも人が悪いw
僕も全然家で勉強する気なかったですが、技術力が低すぎた&使える言語が「Java」くらいしかないってことでほかの言語を覚えないとーってことで始めました。
またSteemitする人がプログラムかけたら、記事とか持って増えないかなぁ・・・とw思った次第です。
何故、「Python」か?
きっかけは@torachibiさんの記事かなぁ・・・
upvoteを集計してグラフで書くみたいな、面白いことやってるwwwwって思って、集計が手集計じゃなくて自動化させてみたいって思ったところからでした。
「Java」はあばばは辛うじてかけるので、新しい言語ってことで除外しました。
「solidity」については知らなかったです。
そんな感じかなぁ
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
なるほど、それで Python を! やっぱり凄いです!! 新しい言語にチャレンジなんて、私の場合、仕事でやらざるを得ない状況に追い込まれない限りはできないですから。向上心が素晴らしいです。私は唯一自主的に、というのが solidity でした♪
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
とかいいつつやっぱり自主的にやってるじゃないっすかwwwww
やはりこの業界の人は何かしらやってるんだなぁ・・・と再認識。
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
newbie卒業、おめでとうございます!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
ありがとうございます。
@matenroさんの背中が近いようで遠いw
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
ジリジリと確実に差が縮まってますよ(笑)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @abamogeteru! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :
Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word
STOP
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
すごい! むずかしくて頭がいかれそーだぁ。あたしにゃ無理だっす💗
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
いあいあー暇なときに少しずつみたいな感じでいければー
小学校でプログラミングの授業始まるみたいですよー。
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
ここがわからないーとかあれば
記事で質問に答える感じでb
気が向いたらチャレンジしてみてください。
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Newbie卒業おめでとうございます (^^)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
ありがとうございます。
本当の闘いはこれからだーみたいな感じですかね。
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit