Python-Journey-from-Novice-to-Expert by Packt Publishing
###What You Will Learn:
- Get Python up and running on Windows, Mac, and Linux in no time
- Grasp the fundamental concepts of coding, along with the basics of data structures and control flow
- Understand when to use the functional or the object oriented programming approach
- Implement objects in Python by creating classes and defining methods
- Extend class functionality using inheritance
- Exploit object-oriented programming in key Python technologies such as Kivy and Django
- Understand how and when to use the functional programming paradigm
- Understand the power of generators and co-routines without digressing into lambda calculus
- Use the multiprocessing library, not just locally but also across multiple machines
###Note The big.zip file placed at Module 2\Chapter13\case_study needs to be extracted before running the code.
###Related Products