<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuta-nakata</author_name>
  <author_url>https://blog.hatena.ne.jp/yuta-nakata/</author_url>
  <blog_title>Yuta NakataのBlog</blog_title>
  <blog_url>https://www.yuta-nakata.net/</blog_url>
  <categories>
    <anon>IT</anon>
    <anon>Python</anon>
  </categories>
  <description>現場のエンジニア目線でPythonのコードの書き方について、初学者から未経験エンジニアに知ってもらいたい内容です。 一般的な話が多く、現場のスタイルに制限されるものではないので色々なところで使えるかと思います。 やってほしくないこと 変数名をカタカナ日本語にしない # だめなコード a = [1, 2, 3, 4, 5] goukei = sum(a) # 良いコード a = [1, 2, 3, 4, 5] total = sum(a) goukeiは日本語です。 適切な英単語に書き換えましょう。 ただし、Pythonには予約語といって使うべきではない単語があります（例えば、sumなど）。 そ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.yuta-nakata.net%2Fentry%2F2024%2F02%2F03%2F131640&quot; title=&quot;Pythonマスターへの近道: きれいなコードでプロになる - Yuta NakataのBlog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-02-03 13:16:40</published>
  <title>Pythonマスターへの近道: きれいなコードでプロになる</title>
  <type>rich</type>
  <url>https://www.yuta-nakata.net/entry/2024/02/03/131640</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
