Git Product home page Git Product logo

exadel-python-course-2021's Introduction

exadel-python-course-2021

Exadel Python Course 2021 for employees.

TASKS.

How to get started

  1. Install Python
    1. Download & install the latest Python version.
    2. Make sure that Python is available through the command line, check its location (where python - Windows, which python - Linux). You may need to update your PATH variable.
    3. Try to run Python REPL via command line:
      python
      You should see output like:
      Python 3.8.5 (default, May 27 2021, 13:30:53) 
      [GCC 9.3.0] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> 
  2. Install IDE of your choice:
  3. Install git (if not installed yet)
  4. Sign up to GitHub (if you do not have account yet)
  5. Fork(?) this repository. If you wish, create your own private repo instead, but follow the structure defined here.
  6. Add your mentor as a contributor to your repository so that he/she can review your PRs.
  7. Clone your forked repository & run hello_world.py
    git clone https://github.com/{your-github-nick}/exadel-python-course-2021.git
    cd exadel-python-course-2021
    python tasks/task00/hello_world.py
  8. In the end you should see Hello, World! line in console.

Repository structure

Place your solutions inside tasks folder, create a separate folder for every task. Treat every task folder as a separate project.

Example:

tasks/
    task00/
        hello_world.py
    task99/
        super_app.py
        requirements.txt

Solution & review workflow

  • Create a separate branch for each task like:
    git checkout -b taskXX
  • Create a separate folder for your task:
    tasks/taskXX
    
  • Solve it :)
  • Commit & push your solution
  • Once ready with your solution:
    • Open a Pull Request (PR) to main from task branch
    • Add your mentors as PR reviewers
    • Resolve PR comments
    • Once PR is approved, merge it to main branch

exadel-python-course-2021's People

Contributors

minotru avatar 0leksiileshchenko 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.