What can I do with Python?

Systems programming e.g. searching for files, launching other programs etc (sometimes called shell tools)GUI’s -tkinterInternet Scripting – web scraping (getting information from websites so you can use it yourself). Also networking tasks. Can also do web development using DjangoDatabase programmingGame programming – pygame, cgkit, pigletRobot control programming – PyRo

JD

Related Python Mentoring answers

All answers ▸

Make a program that asks the user for a series of numbers until they either want to output the average or quit the program.


Why would I use dictionaries instead of a list?


Write a simple number guessing game, give the user 3 tries to guess a number between 1 and 10


Create an rock, paper, scissors game. The user should input one option, and the computer should play randomly.