Category: Python
-
Python Design Patterns: For Sleek And Fashionable Code
Let’s say it again: Python is a high-level programming language with dynamic typing and dynamic binding. I would describe it as a powerful, high-level dynamic language. Many developers are in love with Python because of its clear syntax, well structured modules and packages, and for its enormous flexibility and range of modern features. In Python,…
-
Threading in Python
Threading is one of best feature of programming language to perform multiple jobs at sametime.It’s one kind of parallely task which means you can run another task while one is going on. Let’s take real time example of kitchen , you put eggs in your microwave to boil while it gettings ready you can collect…