<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>PythonLand 新着記事</title>
  <link>https://pythonland.tech/</link>
  <description>Pythonを初心者から中級者まで無料で学べる学習サイト PythonLand の新着・更新記事</description>
  <language>ja</language>
  <atom:link href="https://pythonland.tech/feed.xml" rel="self" type="application/rss+xml" />
  <lastBuildDate>Fri, 28 Aug 2026 00:00:00 +0900</lastBuildDate>
  <item>
    <title>Plotlyの使い方｜Pythonでポートフォリオを可視化（ホバー・期間選択）｜PythonLand</title>
    <link>https://pythonland.tech/interactive-portfolio-plotly.html</link>
    <guid isPermaLink="true">https://pythonland.tech/interactive-portfolio-plotly.html</guid>
    <pubDate>Fri, 28 Aug 2026 00:00:00 +0900</pubDate>
    <description>Plotly 6.8.0で実行して確認した実装ガイド。ホバーの「1.0118M」をhovertemplateで円単位に直し、rangeselectorで期間を切替え、make_subplotsとwrite_htmlでポートフォリオを1画面にまとめます。</description>
  </item>
  <item>
    <title>Pythonで保有銘柄の損益を計算する｜pandasで平均取得単価・実現損益｜PythonLand</title>
    <link>https://pythonland.tech/portfolio-profit-loss-pandas.html</link>
    <guid isPermaLink="true">https://pythonland.tech/portfolio-profit-loss-pandas.html</guid>
    <pubDate>Wed, 26 Aug 2026 00:00:00 +0900</pubDate>
    <description>Pythonで保有銘柄の損益を計算する方法をpandasの実コードで解説。移動平均方式の平均取得単価、含み損益と実現損益の切り分け、配当込みトータルリターン、全銘柄の損益一覧を返す関数まで。pandas 3.0.3で実行した出力つき。</description>
  </item>
  <item>
    <title>Matplotlibでローソク足チャートを描く｜Pythonで移動平均線・出来高も｜PythonLand</title>
    <link>https://pythonland.tech/candlestick-chart-matplotlib.html</link>
    <guid isPermaLink="true">https://pythonland.tech/candlestick-chart-matplotlib.html</guid>
    <pubDate>Wed, 26 Aug 2026 00:00:00 +0900</pubDate>
    <description>Matplotlibだけで株価チャートを描く手順を実コードで解説。barとvlinesでローソク足の実体とヒゲを自作し、日本語の文字化け対策、移動平均線と出来高の2段構成、土日・休場日の空白を消す連番x軸まで。matplotlib 3.11.1で実行した図つき。</description>
  </item>
  <item>
    <title>「スッキリわかるPython入門 第2版」レビュー｜dokopyの制限を整理</title>
    <link>https://pythonland.tech/sukkiri-python-nyumon-review.html</link>
    <guid isPermaLink="true">https://pythonland.tech/sukkiri-python-nyumon-review.html</guid>
    <pubDate>Sat, 15 Aug 2026 00:00:00 +0900</pubDate>
    <description>「スッキリわかるPython入門 第2版」の目玉は、ブラウザだけで動く実行環境dokopyです。公式マニュアルの制限（保存不可・ファイルアクセス不可・外部ライブラリに制限）と目次を突き合わせ、どの章まで進めるかを整理しました。初版との違いも扱います。</description>
  </item>
  <item>
    <title>「Effective Python 第3版」は第2版と何が違う？目次突合で検証｜PythonLand</title>
    <link>https://pythonland.tech/effective-python-3rd-review.html</link>
    <guid isPermaLink="true">https://pythonland.tech/effective-python-3rd-review.html</guid>
    <pubDate>Sat, 15 Aug 2026 00:00:00 +0900</pubDate>
    <description>第3版で増えた35項目のうち16項目（46%）が「ロバストネス」と「パフォーマンス」の2章に集中。並行処理・内包表記・辞書は新規ゼロでした。両版の公開目次を1項目ずつ突き合わせ、買い替えの可否と読み始める時期の判断材料をまとめています。</description>
  </item>
  <item>
    <title>「独習Python 第2版」は初版と何が違う？目次突合レビュー｜PythonLand</title>
    <link>https://pythonland.tech/dokushu-python-2nd-review.html</link>
    <guid isPermaLink="true">https://pythonland.tech/dokushu-python-2nd-review.html</guid>
    <pubDate>Sat, 01 Aug 2026 00:00:00 +0900</pubDate>
    <description>「独習Python 第2版」は初版と何が違うのか。翔泳社公式の目次を両版で突き合わせ、第2版で新設された3つの節（型アノテーション・Enum・ジェネリクス）と非同期処理の扱いを検証しました。初版を持っている方が買い直すべきかの判断材料をまとめます。</description>
  </item>
  <item>
    <title>退屈なことはPythonにやらせよう 第3版｜第2版との違いと新設4章</title>
    <link>https://pythonland.tech/automate-boring-stuff-python-3rd-review.html</link>
    <guid isPermaLink="true">https://pythonland.tech/automate-boring-stuff-python-3rd-review.html</guid>
    <pubDate>Sat, 01 Aug 2026 00:00:00 +0900</pubDate>
    <description>2026年3月刊「退屈なことはPythonにやらせよう 第3版」を第2版と章単位で比較。新設4章（コマンドライン・SQLite・OCR・音声認識）、消えた入力検証の章、Playwright追加、無料の英語原著と日本語版の使い分けまで公式情報をもとに整理しました。</description>
  </item>
  <item>
    <title>証券会社のCSVをpandasで読み込む｜文字化け(cp932)と桁区切りの対処｜PythonLand</title>
    <link>https://pythonland.tech/broker-csv-pandas-import.html</link>
    <guid isPermaLink="true">https://pythonland.tech/broker-csv-pandas-import.html</guid>
    <pubDate>Mon, 13 Jul 2026 00:00:00 +0900</pubDate>
    <description>証券会社(SBI・楽天など)の保有銘柄CSVをpandasで読み込む方法を経験者向けに解説。cp932での文字化け対策、説明行をskiprowsで飛ばす方法、桁区切りカンマの数値化(thousands)と日付変換、UnicodeDecodeErrorの対処まで実コードで。投資分析シリーズ第3回。</description>
  </item>
  <item>
    <title>yfinanceの使い方｜Python株価取得と取得できるデータ一覧【日本株】</title>
    <link>https://pythonland.tech/yfinance-stock-data-fetch.html</link>
    <guid isPermaLink="true">https://pythonland.tech/yfinance-stock-data-fetch.html</guid>
    <pubDate>Mon, 15 Jun 2026 00:00:00 +0900</pubDate>
    <description>Pythonのyfinanceの使い方を実測つきで解説。取得できるデータを株価・企業情報・配当・財務までカテゴリ別に一覧化し、日本株（.T）と日経平均は取得可・TOPIXは不可という検証結果と代替ETF、期間指定や複数銘柄の一括取得までまとめました。</description>
  </item>
  <item>
    <title>Pythonポートフォリオは何を作る？評価される作品例と作り方｜PythonLand</title>
    <link>https://pythonland.tech/python-portfolio-ideas.html</link>
    <guid isPermaLink="true">https://pythonland.tech/python-portfolio-ideas.html</guid>
    <pubDate>Mon, 15 Jun 2026 00:00:00 +0900</pubDate>
    <description>Pythonのポートフォリオに何を作ればいい？転職・就職・案件獲得で「評価される題材」を目的別に厳選し、量産品で埋もれないテーマの選び方、GitHubでの見せ方（README・デプロイ）まで実例リンクつきで解説します。当サイトには動くサンプルが200本あります。</description>
  </item>
  <item>
    <title>Python株価スクレイピングは禁止？規約とrobots.txtの確認方法｜PythonLand</title>
    <link>https://pythonland.tech/finance-web-scraping.html</link>
    <guid isPermaLink="true">https://pythonland.tech/finance-web-scraping.html</guid>
    <pubDate>Mon, 15 Jun 2026 00:00:00 +0900</pubDate>
    <description>Pythonで株価をスクレイピングする前に確認すべき3点を解説。Yahoo!ファイナンスやみんかぶが自動取得を禁止している事実を出典つきで示し、robots.txtをコードで判定する方法、法的な注意点まで。株価はyfinance等のライブラリや公式APIを使うのが安全です。</description>
  </item>
  <item>
    <title>Pythonで何ができる？作れるもの一覧【実例つき】｜PythonLand</title>
    <link>https://pythonland.tech/python-what-you-can-make.html</link>
    <guid isPermaLink="true">https://pythonland.tech/python-what-you-can-make.html</guid>
    <pubDate>Fri, 12 Jun 2026 00:00:00 +0900</pubDate>
    <description>Pythonで何が作れる？デスクトップアプリ・業務自動化・Webアプリ・データ分析・AI・ゲームまで、カテゴリ別の「作れるもの」を動く実例つきで紹介。あえてPythonが不得意なことも正直に解説します。実例サンプル200本つき。</description>
  </item>
  <item>
    <title>Python練習アプリ・お題集【初心者向け】レベル別×苦手ドリル｜PythonLand</title>
    <link>https://pythonland.tech/python-practice-apps.html</link>
    <guid isPermaLink="true">https://pythonland.tech/python-practice-apps.html</guid>
    <pubDate>Fri, 12 Jun 2026 00:00:00 +0900</pubDate>
    <description>Python初心者向けの練習アプリ・お題を、レベル別セット（超初級〜中級）と「苦手スキル別ドリル」（リスト・辞書が苦手→このお題、関数が苦手→このお題）で提示。全お題に動作確認済みの完成コードつき。30日練習プランも。</description>
  </item>
  <item>
    <title>Python入門書を終えたら次は何を作る？迷子にならない練習ロードマップ｜PythonLand</title>
    <link>https://pythonland.tech/python-next-steps.html</link>
    <guid isPermaLink="true">https://pythonland.tech/python-next-steps.html</guid>
    <pubDate>Fri, 12 Jun 2026 00:00:00 +0900</pubDate>
    <description>「Python入門書は終えたけど、次に何をすればいいかわからない」という方へ。写経から自作へ進む3段階学習法、最初の2週間で作る10本のアプリ、目的別の練習メニューまで、入門後の迷子を抜け出す具体的なロードマップを示します。</description>
  </item>
  <item>
    <title>Pythonで作る画像ビューア＆編集アプリ｜Tkinter×Pillow 完全ガイド｜PythonLand</title>
    <link>https://pythonland.tech/python-tkinter-image-editor-guide.html</link>
    <guid isPermaLink="true">https://pythonland.tech/python-tkinter-image-editor-guide.html</guid>
    <pubDate>Tue, 09 Jun 2026 00:00:00 +0900</pubDate>
    <description>TkinterとPillowで画像ビューア＆簡易編集アプリを作る完全ガイド。拡大縮小・回転・明るさ/コントラスト調整・グレースケール・Undo/Redo無限段・ドラッグ&amp;ドロップを、動作する完全なソースコード付きで機能別に解説します。</description>
  </item>
  <item>
    <title>Pythonで作る録音アプリ「AudioRecorderApp」｜マイク選択・波形・音量メーター付き｜PythonLand</title>
    <link>https://pythonland.tech/audio-recorder-app-python-tkinter.html</link>
    <guid isPermaLink="true">https://pythonland.tech/audio-recorder-app-python-tkinter.html</guid>
    <pubDate>Tue, 09 Jun 2026 00:00:00 +0900</pubDate>
    <description>PythonのtkinterとPyAudioで作る日本語対応の録音アプリ。マイクデバイス選択、matplotlibによるリアルタイム波形表示、音量メーター、WAV保存までを完全なソースコード付きで解説します。初心者から中級者向けのGUIアプリ開発チュートリアル。</description>
  </item>
</channel>
</rss>
