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 ▸

Create a python code to sum the number from 1 to 10.


Write a function that takes a string, and outputs that string formatted in camelcase. (alternating upper and lower case for each character, e.g. cAmElCaSe)


Define a function that takes in the age of the user and adds it to an output sentence such as "You are ..... old".


Explain how you would write a python program that takes a rectangle and a point in a 2D space as command-line arguments and checks if they intersect.