Giter VIP home page Giter VIP logo

python_exercises's Introduction

python exercises

Pythonの基礎的な処理を学ぶためのリポジトリです。

Setup

以下のソフトウェアをインストールしておいてください

  • Git
  • Python
    • Pythonは3系を使います
  • プログラムを開発するための、好きなエディタ

Git、Pythonの細かい使い方や文法についてはここでは触れません。困ったときは、以下のサイトなどを参考にしてみてください。

How to begin

  1. 右上にある「fork」というボタンから、本リポジトリをfork(=コピー)してください。
  2. forkしたリポジトリを、git cloneによって手元の端末に取ってきます。これで準備は完了です。
  3. 各フォルダの中にあるREADMEには、そのエクササイズで達成すべき課題が書かれています。Pointで示されているヒントをもとに、処理を完成させてください。
  4. 処理は、各フォルダ内にex01.pyというようなexで始まる名前のファイルを作成してその中に実装してください(ex始まりのファイルは.gitignoreされています)
  5. 各フォルダには、解答例が配置されています。わからない場合は、そちらを参考にしてください。

Exercises

  • Let's Execute Python
    • Pythonプログラムを実行してみよう
  • Collections
    • Pythonで配列のデータを処理してみよう
  • Find Pattern
    • 文字列の中から特定のパターンを見つけてみよう
  • Class
    • Pythonのクラスと単体テストについて知ろう
  • Use Packages
    • 便利なライブラリを使って処理を実装してみよう
  • Exception & logging
    • 例外を処理し、記録しよう

python_exercises's People

Contributors

icoxfog417 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.