タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

pythonとcookbookに関するdarwiniaのブックマーク (2)

  • String Formatting - Python - mkaz.blog

    String Formatting Cookbook Python v2.7 introduced a new string formatting method, that is now the default in Python3. I started this string formatting cookbook as a quick reference to help me format numbers and strings. Thanks to other contributors I’ve expanded the examples over time. Python 3.6 introduced, formatted string literals, often referred to as f-strings as another method to help format

  • Python クックブック 第2版

    このは、Pythonそのものを教えようとするではなく、特定のタスクに対応するための特定の概念やテクニックを(ときにトリックも)示したものである。収録したレシピは、初歩的で一般性の高いタスクから、高度、あるいは専門的なタスクまで、最上のテクニックを示している。あなたのPythonレベル、もっと一般的に言えばプログラミングスキルが、どの程度のものであるにせよ、このから何らかの価値あるものを得ていただけると信じるものである。――Pythonコミュニティの英知を集めた実践的なコードを収録。Pythonを使いこなすための決定版。 訳者まえがき まえがき 1章 テキスト 1.0 イントロダクション 1.1 文字列を1文字ずつ処理する 1.2 キャラクタとその文字コード値を相互変換 1.3 オブジェクトが文字列のようなものかテストする 1.4 文字列の整形 1.5 文字列両端のスペースを刈り込む

    Python クックブック 第2版
  • 1