{"componentChunkName":"component---src-templates-post-template-js","path":"/posts/udemy-step-up-python","result":{"data":{"markdownRemark":{"id":"74c08f15-0378-5e04-8bb5-ed0554dd27e5","html":"<p>Udemy で「Pythonステップアップ速習講座―仮想環境のしくみ、開発環境を整えるツール、クラスを使ったコーディング、定番パッケージ」というコースをリリースしました。</p>\n<p>どんなコースなのか、この記事で少し紹介させていただきます。</p>\n<p>※ 著者が出した Udemy 講座の一覧は <a href=\"https://www.nextskill.co.jp/courses\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">こちら</a> です。</p>\n<h2 id=\"コース概要\" style=\"position:relative;\"><a href=\"#%E3%82%B3%E3%83%BC%E3%82%B9%E6%A6%82%E8%A6%81\" aria-label=\"コース概要 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>コース概要</h2>\n<p>近年、Python はデータ分析を中心にとてもよく使われています。\nプログラミングの入門としても、Python を学習する方はとても多いです</p>\n<p>しかし、Python で if・for・関数といった基本的なコーディングはできても、そこからさらにステップアップした知識を身に付ける機会は多くありません。\n例えば、<strong>開発環境の整え方</strong>や、<strong>クラスを使ったコーディング</strong>については、あまりよく分かっていないという方も多いです。</p>\n<p>そこでこの講座では、Python でアプリケーションを実装するときに役立つ実践的な知識を、短時間で素早く身につけていきます。\nこのコースでは、Python でアプリケーションを実装することを意識して、Python の様々な要素を学習します。</p>\n<h3 id=\"このコースで学ぶこと\" style=\"position:relative;\"><a href=\"#%E3%81%93%E3%81%AE%E3%82%B3%E3%83%BC%E3%82%B9%E3%81%A7%E5%AD%A6%E3%81%B6%E3%81%93%E3%81%A8\" aria-label=\"このコースで学ぶこと permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>このコースで学ぶこと</h3>\n<ul>\n<li><strong>Python の丁寧なセットアップ</strong></li>\n<li><strong>venv による「仮想環境」の仕組み</strong></li>\n<li><strong>Visual Studio Code での開発環境の整え方</strong></li>\n<li><strong>クラスや「型」を使ったプログラミング</strong></li>\n<li><strong>便利な定番パッケージ（ロガー、デバッガ、自動テストなど）</strong></li>\n</ul>\n<h2 id=\"主な対象者\" style=\"position:relative;\"><a href=\"#%E4%B8%BB%E3%81%AA%E5%AF%BE%E8%B1%A1%E8%80%85\" aria-label=\"主な対象者 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>主な対象者</h2>\n<ul>\n<li>Python でプログラムを自分なりに書くことはできるが、開発環境の整え方やクラスの使い方などはあまりよく分かっていない方</li>\n<li>機械学習やデータ分析で Python をよく使っているが、アプリケーションを実装するときに役立つ知識を学びたい方</li>\n<li>他の言語の経験から Python をなんとなく書くことはできるが、Python でより実践的なコードを書くための知識をつけたい方</li>\n</ul>\n<h2 id=\"このコースの特徴\" style=\"position:relative;\"><a href=\"#%E3%81%93%E3%81%AE%E3%82%B3%E3%83%BC%E3%82%B9%E3%81%AE%E7%89%B9%E5%BE%B4\" aria-label=\"このコースの特徴 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>このコースの特徴</h2>\n<p>ここから、このコースの特徴を紹介させていただきます。</p>\n<h2 id=\"python-で自分なりにコードを書ける前提で、ステップアップするための知識を解説\" style=\"position:relative;\"><a href=\"#python-%E3%81%A7%E8%87%AA%E5%88%86%E3%81%AA%E3%82%8A%E3%81%AB%E3%82%B3%E3%83%BC%E3%83%89%E3%82%92%E6%9B%B8%E3%81%91%E3%82%8B%E5%89%8D%E6%8F%90%E3%81%A7%E3%80%81%E3%82%B9%E3%83%86%E3%83%83%E3%83%97%E3%82%A2%E3%83%83%E3%83%97%E3%81%99%E3%82%8B%E3%81%9F%E3%82%81%E3%81%AE%E7%9F%A5%E8%AD%98%E3%82%92%E8%A7%A3%E8%AA%AC\" aria-label=\"python で自分なりにコードを書ける前提で、ステップアップするための知識を解説 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Python で自分なりにコードを書ける前提で、ステップアップするための知識を解説</h2>\n<p>Python の入門の書籍や講座は世の中にとてもたくさんあります。</p>\n<p>しかし、そこからステップアップするための情報源は多くありません。</p>\n<p>この講座では、Python に入門済みの方に向けて、より実践的なコードを書けるようステップアップするための知識を解説します。</p>\n<h2 id=\"他の言語経験者がさくっと-python-の基本をおさえるのにもおすすめ\" style=\"position:relative;\"><a href=\"#%E4%BB%96%E3%81%AE%E8%A8%80%E8%AA%9E%E7%B5%8C%E9%A8%93%E8%80%85%E3%81%8C%E3%81%95%E3%81%8F%E3%81%A3%E3%81%A8-python-%E3%81%AE%E5%9F%BA%E6%9C%AC%E3%82%92%E3%81%8A%E3%81%95%E3%81%88%E3%82%8B%E3%81%AE%E3%81%AB%E3%82%82%E3%81%8A%E3%81%99%E3%81%99%E3%82%81\" aria-label=\"他の言語経験者がさくっと python の基本をおさえるのにもおすすめ permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>他の言語経験者がさくっと Python の基本をおさえるのにもおすすめ</h2>\n<p>機械学習などの流行により、他の言語の経験者が急に Python にふれることになるケースも多いです。</p>\n<p>他の言語の経験者なら Python で if・for・関数といった基本的なコードを書くのは簡単ですが、しっかりしたコードを書くには Python 特有の知識が必要になります。</p>\n<p>このコースはそのような方にも向けて、Python で実践的なコードを書くための知識を短時間で学べるようになっています。</p>\n<h2 id=\"おわりに\" style=\"position:relative;\"><a href=\"#%E3%81%8A%E3%82%8F%E3%82%8A%E3%81%AB\" aria-label=\"おわりに permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>おわりに</h2>\n<p>Python は情報源が多く入門のハードルが低いですが、さらにステップアップするための情報はあまりまとまっていません。</p>\n<p>この講座が Python のステップアップの役に立てば嬉しいです。</p>\n<p>最後に、著者が出した Udemy 講座の一覧（割引クーポン付き）は、以下のページにまとまっています。</p>\n<p><a href=\"https://www.nextskill.co.jp/courses\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https://www.nextskill.co.jp/courses</a></p>\n<p>ご興味ある方はこちらからアクセスしてみてください。</p>","fields":{"slug":"/posts/udemy-step-up-python","tagSlugs":["/tag/python/"],"autoRecommendPosts":["python-practical-books","udemy-mnist-app","udemy-crafting-shell","udemy-learning-application-architecture-with-reversi"]},"frontmatter":{"date":"2023-07-21T03:11:43.114Z","description":"Udemy で「Pythonステップアップ速習講座―仮想環境のしくみ、開発環境を整えるツール、クラスを使ったコーディング、定番パッケージ」というコースをリリースしました。\nどんなコースなのか、この記事で少し紹介させていただきます。","tags":["python"],"title":"Udemy で「Pythonステップアップ速習講座」をリリースしました","socialImage":null,"recommendPosts":null}}},"pageContext":{"slug":"/posts/udemy-step-up-python"}},"staticQueryHashes":["251939775","3942705351","401334301"]}