-
Book Overview & Buying
-
Table Of Contents
Python Illustrated
By :
Let’s move on to the second part of this chapter: which of the bigger topics should you explore based on what you want to do with Python? Well, there are actually a lot of things you can do with Python. So, there is quite a list of different paths you might take and what you should explore for each. Let’s get started with my personal favorite: software developer.
Software developers build all sorts of applications and programs. These range from small command-line utilities to elaborate web applications such as banking portals. They pretty much turn ideas into working products.
Python helps here by being the language that these software developers can write their apps in. Python offers frameworks, readability, and tons of third-party packages.
Is that what you want to be? Well, if you want to go into software development, you’ll have to take your Python skills to the next level. Being able to do Python at...