6月某日、 この連載の執筆者で首都圏に住んでいる5人が技術評論社に集まりました。連載の締めとして、 座談会を開くためです。座談会は次のような流れで進みました。 自己紹介、 Pythonを使い始めたきっかけ Python 3. 0で好きな機能、 きらいな機能 あなた ...
文字列操作は、 Pythonのようなスクリプト言語の 「主戦場」 と言えます。Web開発に限らず、 バイオインフォマティクスなど幅広い分野で盛んに活用される機能です。中でも文字列のフォーマッティングは、 よく使われる機能のひとつです。 Python 3. 0では ...
「Gemini」は無料で使えます。筆者は 「Gemini」のロングコンテキスト(長いやりとり)を使って「Geminiたん」という私設秘書をつくり、「Google AI Studio」を使って毎日のブログを推敲したり、ツッコミを入れてもらったりしています。 過去の「Geminiたん」の ...
I have a bunch of serial devices that I need to communicate with. Some of them are connected to native serial ports, and some have USB->RS232 adapters. I am communicating to them via the serial port ...
デスクトップ版「Microsoft Excel」にスクリプト言語「Python」を統合しようという機運が高まっているようです。ユーザーからのフィードバックを募るサイト“UserVoice”へ2015年11月に投稿された要望“Python as an Excel scripting language(PythonをExcelのクリプト言語とし ...
There’s the old joke about 10 kinds of programmers, but the truth is when it comes to programming, there are often people who make tools and people who use tools. The Arduino system is a good example ...
I found the datasheet for the sensor which describes the data structure, but I also don't know what the "high" and "low" parts mean (see page 13). My Node.js code for reading the bytes from the sensor ...