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 ▸

What can be used to iterate through a list in python?


What is the difference between a FOR loop and WHILE loop and how do I write them?


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


Explain the difference between local and global variables