Python Programming Cookbook

About the author

Sebastian is a full stack programmer, who has strong experience in Java and Scala enterprise web applications.

He is currently studying Computers Science in UBA (University of Buenos Aires) and working a full time job at a .com company as a Semi-Senior developer, involving architectural design, implementation and monitoring.

He also worked in automating processes (such as data base backups, building, deploying and monitoring applications).

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.

Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

In this ebook, we provide a compilation of Python examples that will help you kick-start your own projects. We cover a wide range of topics, from multi-threaded programming to web development with Django. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

Python Programming Cookbook includes:

  1. CSV Reader / Writer Example
  2. Decorator Tutorial
  3. Threading / Concurrency Example
  4. Logging Example
  5. Django Tutorial
  6. Dictionary Example
  7. Sockets Example
  8. Map Example
  9. Subprocess Example
  10. Send Email Example
WCG eBooks are professionally designed, downloadable collections of popular WCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button