Giter Site home page Giter Site logo

python-interview-prep's Introduction

Python Interview Preparation

Thanks for interviewing at Stripe. To make sure that we can use our time best in the interviews, we'd like to have you do some setup on your laptop in advance. If you don't have a laptop, let your recruiter know and they will supply you with a loaner laptop for your in-person interviews.

First, clone or download this repository to your computer via the links on the right (creating a fork of the repository is not necessary).

Note, we will be working with Python 3 (Python 3.6 or later). See the RealPython installation guide, if you haven't installed Python 3 yet.

We'll create a virtual environment with venv and install some Python packages that will be useful in your interviews.

If for some reason you must use Python 2.7, use virtualenv to create the virtual environment.

Create a new virtual environment called interview_env and activate it.

$ python3 -m venv ./interview_env
$ source ./interview_env/bin/activate

The activate script is for Bash and Zsh on Mac or Linux. For other shells, such as Fish or Csh, see the venv documentation.

On Windows (assuming cmd.exe):

> python -m venv .\interview_env
> .\interview_env\Scripts\activate

Next, install some requirements into the activated virtual environment:

(interview_env) $ pip install -r interview_requirements.txt

Finally, in that activated virtual environment, verify that your environment supports TLS 1.2 or later:

(interview_env) $ python verify_tls.py
TLS 1.2 supported; no action required.

If you see a response that begins with Error, follow the instructions it provides. MacOS SSL debugging may be helpful.

python-interview-prep's People

Contributors

georgevreilly-stripe avatar azsorkin-stripe avatar ibrahim-stripe avatar rob-stripe avatar tm-stripe avatar adunham-stripe avatar chrisconley-stripe avatar danielhfrank avatar df-stripe avatar thatneat avatar ptarjan avatar cpriyank avatar drapeau-stripe avatar qaisjp-stripe avatar shale-stripe 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.