The Python Corner
  • About Us
    About us Privacy Policy
  • Our Friends
    EmacsWorld Dave's Newsletter
  • Newsletter
  • Gift Shop
  • Search
Navigation bar avatar
✕

    The Python Corner


    only for Pythonistas
    • When To Use Generators in Python

      By Davide Mastromatteo

      Posted on April 17, 2018

      Let's talk about when to use generators in Python [Read More]
      Tags:
      • Featured
      • Generators
      • Python
    • Lambdas and functions in Python

      By Davide Mastromatteo

      Posted on December 13, 2017

      How lambdas can improve your code's readability and maintainability [Read More]
      Tags:
      • Featured
      • First Class Objects
      • Lambda
      • Python
    • The art of avoiding nested code

      By Davide Mastromatteo

      Posted on December 4, 2017

      The fifth statement of Tim Peter's "Zen of Python" is: "Flat is better than nested". So, let's explore some tips to make our code flatter and avoid nested code in Python! :) [Read More]
      Tags:
      • Featured
      • Functools
      • List Comprehension
      • Maps
      • Python
    • Logging in Python

      By Davide Mastromatteo

      Posted on August 29, 2017

      Do you always write log routines to make your program be verbose in the production environment? No? Well, you'd better have a look at this article. [Read More]
      Tags:
      • Featured
      • Logging
      • Python
    • Writing a FUSE filesystem in Python

      By Davide Mastromatteo

      Posted on February 27, 2017

      In this article, we will see how to create a FUSE filesystem in Python. Don't worry, it's easier than you thought, [Read More]
      Tags:
      • Featured
      • Filesystem
      • Fuse
      • Linux
      • Python
    • Working with Exception in Python

      By Davide Mastromatteo

      Posted on January 10, 2017

      To know how exception works in Python is really important. Exceptions are not just used to control the program's errors but also to manage the program's flow and in this post, we will discuss this specific topic [Read More]
      Tags:
      • Error Handling
      • Exception
      • Featured
      • Programming
      • Python
    • Python Metaclasses

      By Davide Mastromatteo

      Posted on December 22, 2016

      "Metaclasses are deeper magic than 99% of users should ever worry about. If you wonder whether you need them, you don't". That's what Tim Peters once said. But aren't you curious to know something about them? :) [Read More]
      Tags:
      • Abstract Base Classes
      • Featured
      • Metaclasses
      • Programming
      • Python
    • Newer Posts
    • Older Posts
    • RSS
    • Email me
    • GitHub
    • Patreon
    • Mastodon

    Davide Mastromatteo  •  2025  •  thepythoncorner.com

    Powered by Beautiful Jekyll