NI-Lab.

nilog:

← 前の日 2020-04-29 次の日 →
← 一年前 一年後 →
Twitter (2020-04-29)
RT @gradle:
📣 Gradle 6.4 RC3 is out and ready for testing. 🔬

https://gradl.es/2xYram7

Try out:
☕ Java Modules support
⚙️ precompiled Groovy DSL script plugins
📁 a single lock file per project

and please report any 🐛 via GitHub.
[t] 2020-04-29 10:13:59
関連するかも情報
RT @minecraftearth:
Are you up for a Challenge? We've got a HEFTY update for you today, with plenty of new content to sink your pickaxe into!
✨ The first Challenge Season is here!
📔 There's a new Player Journal to fill!
🐓🐖🐄🐑🐇
...and a herd of new Mob variants!

http://redsto.ne/earthcloghttps://twitter.com/minecraftearth/status/1255225122430091266/video/1
[t] 2020-04-29 10:13:55
RT @gradle:
📣 Gradle 6.4 RC3 is out and ready for testing. 🔬

https://gradl.es/2xYram7

Try out:
☕ Java Modules support
⚙️ precompiled Groovy DSL script plugins
📁 a single lock file per project

and please report any 🐛 via GitHub.
[t] 2020-04-29 10:13:59
RT @PokemonGOAppJP:
🎁相棒レベルに関わらず、相棒がギフトを持ってきてくれるようになります!ギフトを持ってきてくれると、相棒のアイコンの上に通知が表示されます。
https://pokemongolive.com/post/raidbattleupdate-april2020 https://twitter.com/PokemonGOAppJP/status/1255206495710560257/photo/1
[t] 2020-04-29 10:14:11
RT @Minecraft:
Imposing colosseums; towering cathedrals; mountain ranges all the way to the build height: it took streamer TrooperJoe over 10,000 hours to build this awe-inspiring city.

Take a tour of this master architect’s ever-expanding project:

http://redsto.ne/worldofwondershttps://twitter.com/Minecraft/status/1255180483517992960/photo/1
[t] 2020-04-29 10:15:00
ジャクソン5だ(*´∀`)

「“オール鈴木”の同グループ初のタイトルは「きっと福がくる」」「幼少期から箏や尺八などの和楽器に触れてきた福の経験と音楽プロデューサーのTeddyLoidのサウンドが融合」

鈴木福、4きょうだい集結の音楽プロジェクト『SUZUKI5』始動 https://www.oricon.co.jp/news/2161082/full/
[t] 2020-04-29 10:16:31
RT @motoyawata_shi:
驚かないで聞いて欲しい
今見えている小高い山は何も無い所から建設残土や廃材が数十m積み上がってできた人口の山、ゴミの山なのだ

行徳富士
市川市民なら一度は耳にした事があるだろうか

約40年前から不法投棄が始まったとされる行徳富士の歴史についてまとめたので是非見て欲しい https://twitter.com/motoyawata_shi/status/998556315424251904/photo/1
[t] 2020-04-29 10:18:55
RT @motoyawata_shi:
行徳富士の入り口は今も残っているが残念ながら立ち入りは固く禁じられているので登頂する事は出来ない

それにしてもここが臨海部だと信じられないような自然、偽りの自然が広がっているのが行徳富士だ https://twitter.com/motoyawata_shi/status/998557775054565377/photo/1
[t] 2020-04-29 10:19:01
RT @sugn74:
鳥が動いて光るアレ作ってみた!
#PartyParrot https://twitter.com/sugn74/status/1255180314957082625/video/1
[t] 2020-04-29 10:19:24
「except 節では丸括弧で囲ったタプルという形で複数の例外を指定できます」
「except (RuntimeError, TypeError, NameError):」

8. エラーと例外 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/tutorial/errors.html
[t] 2020-04-29 10:26:26
「else 節を設ける場合、全ての except 節よりも後ろに置かなければなりません。 else 節は try 節で全く例外が送出されなかったときに実行されるコードを書くのに役立ちます」

8. エラーと例外 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/tutorial/errors.html
[t] 2020-04-29 10:29:28
【話題のキーワード】
1. 薄皮饅頭
2. 深酒
3. しもやけ
4. 昭和の日
5. キラメイシルバー
6. ツイートアクティビティ
7. ねずみ物語
8. 前広
9. イトヲカシ
https://search.yahoo.co.jp/realtime #buzzbot
[t] 2020-04-29 10:30:52
「例外クラスでは、普通のクラスができることなら何でも定義することができますが、通常は単純なものにしておきます。大抵は、いくつかの属性だけを提供し、例外が発生したときにハンドラがエラーに関する情報を取り出せるようにする程度にとどめます」
[t] 2020-04-29 10:31:20
「複数の別個の例外を送出するようなモジュールを作成する際には、そのモジュールで定義されている例外の基底クラスを作成するのが一般的なプラクティスです」

8. エラーと例外 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/tutorial/errors.html
[t] 2020-04-29 10:31:50
「もし try 文の実行中に例外が発生したら、その例外は except 節によって処理されるでしょう。もしその例外が except 節によって処理されなければ、 finally 節が実行された後に、その例外が再送出されます」

8. エラーと例外 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/tutorial/errors.html
[t] 2020-04-29 10:34:28
「except 節または else 節の実行中に例外が発生することがあり得ます。その場合も、 finally 節が実行された後に例外が再送出されます」

8. エラーと例外 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/tutorial/errors.html
[t] 2020-04-29 10:34:29
list, tuple, range

「基本的なシーケンス型は 3 つあります: リスト、タプル、range オブジェクトです」

組み込み型 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/library/stdtypes.html#typesseq
[t] 2020-04-29 10:43:58
「リストはミュータブルなシーケンスで、一般的に同種の項目の集まりを格納するために使われます」

組み込み型 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/library/stdtypes.html
[t] 2020-04-29 10:46:19
「タプルはイミュータブルなシーケンスで、一般的に異種のデータの集まり (組み込みの enumerate() で作られた 2-タプルなど) を格納するために使われます」

組み込み型 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/library/stdtypes.html
[t] 2020-04-29 10:46:19
「bytes はバイトの不変なシーケンスです」
「bytearray オブジェクトは bytes オブジェクトの可変なバージョンです」

組み込み型 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview
[t] 2020-04-29 10:47:36
「set および frozenset という、2つの組み込みの集合型があります」
「set はミュータブルで、add() や remove() のようなメソッドを使って内容を変更できます」
「frozenset 型はイミュータブルで、ハッシュ可能 です」

組み込み型 — Python 3.8.2 ドキュメント https://docs.python.org/ja/3/library/stdtypes.html#set-types-set-frozenset
[t] 2020-04-29 10:49:21
2020年04年29日のnilogをすべて表示する

- NI-Lab.
- Mastodon (@nilab@mastodon-japan.net)
- Twitter (@nilab)
- Timelog (@nilab)
- はてなブックマーク (id:nilab)

Web Services by Yahoo! JAPAN