Python Developer Interviews

Python Developer Interview Questions

"Python developers are responsible for developing code to build products using the python programming language. In an interview context, expect to be quizzed on your technical skills through different kinds of computing problems or brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific discipline such as web development, application development, or system development."

6,381 python developer interview questions shared by candidates

Write a valid HTML + Python Page that will count numbers from 1 to 1,000,000? i. Display every 10th number in the series in Bold ii. Display every 3rd number in the series in Italics iii. Bonus: Underline every Prime number in this series.
avatar

Python Developer Internship

Interviewed at Bincom ICT Solutions

3.6
Dec 19, 2020

Write a valid HTML + Python Page that will count numbers from 1 to 1,000,000? i. Display every 10th number in the series in Bold ii. Display every 3rd number in the series in Italics iii. Bonus: Underline every Prime number in this series.

1) 10 mins to code the game rock-paper-scissors. Extensions: Make it first to 5 wins. Have an option to play 2-player or play against the computer. 2) 10 mins to code a game of hangman. Extensions: Have a certain number of lives before game over. Make it randomly choose from a list of possible words. 3) 10 mins to code the game naughts and crosses. Extensions: Have an option to play 2-player or play against the computer
avatar

Summer Python Tutor

Interviewed at FunTech

4.2
Apr 19, 2022

1) 10 mins to code the game rock-paper-scissors. Extensions: Make it first to 5 wins. Have an option to play 2-player or play against the computer. 2) 10 mins to code a game of hangman. Extensions: Have a certain number of lives before game over. Make it randomly choose from a list of possible words. 3) 10 mins to code the game naughts and crosses. Extensions: Have an option to play 2-player or play against the computer

Most languages have a built in sort method that will sort an array of strings alphabetically. Demonstrate how to sort an array of strings by the length of each string, shortest strings first. Hint: clean, small code wins.
avatar

Python Developer

Interviewed at Ignite Solutions

4.2
Nov 21, 2019

Most languages have a built in sort method that will sort an array of strings alphabetically. Demonstrate how to sort an array of strings by the length of each string, shortest strings first. Hint: clean, small code wins.

Write a function that takes an array of integers and returns that array rotated by N positions using Python or Ruby or JavaScript. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]
avatar

Python Developer

Interviewed at Ignite Solutions

4.2
Nov 21, 2019

Write a function that takes an array of integers and returns that array rotated by N positions using Python or Ruby or JavaScript. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]

Viewing 331 - 340 interview questions

Glassdoor has 6,381 interview questions and reports from Python developer interviews. Prepare for your interview. Get hired. Love your job.