Reading Time: 1 minutesPyDoc in Python PyDoc in Python PyDoc is a command line tool, just like perldoc in Perl. It is shipped with Python installation. It provides documentation on modules by enabling […]
65 Handy Third-Party Modules
Reading Time: 4 minutesHandy Third-Party Modules in Python Handy Third-Party Modules in Python Python has a huge collection of third-party modules, owing to its large community. Here's a list of most commonly used […]
53 Handy Standard Library Modules
Reading Time: 3 minutesHandy Standard Library Modules in Python Handy Standard Library Modules in Python Python comes with over 200 standard library modules. In the following list, I provide to you the most […]
Taking a screenshot on a Mac
Reading Time: 1 minutesTaking a screenshot on a Mac Taking a screenshot on a Mac Here's how to take a screenshot on a Mac: Press Command-Shift-4. Move the crosshair pointer to where you […]
Python: Regular Expressions (Regex)
Reading Time: 10 minutesRegular Expressions in Python Regular Expressions in Python A Regular Expression (also known as RegEx) is a sequence of characters which make up a search pattern, which attempts to match […]
Working with binary files in Python
Reading Time: 5 minutesWorking with binary files in Python Working with binary files in Python Table of Contents Binary Files & Distinction between r/w and rb/wb Writing text to a binary file […]
Serialization in Python using pickle, shelve & json modules
Reading Time: 9 minutesSerialization in Python Serialization in Python Serialization: The process of converting native language objects into a sequence of bytes or objects of an interchange format, which are either stored in […]
Python: Double Underscore Methods and Attributes
Reading Time: 3 minutesDouble Underscore Methods and Attributes in Python Double Underscore Methods and Attributes in Python The builtin dir() method, when applied on a string, or a function, class, dict, tuple etc. […]
Python: Generators
Reading Time: 4 minutesGenerators in Python Generators in Python Hi. In this article, we'll see how Generators work in Python. Before looking at Generators, there is another Python concept you should be familiar […]
Google Chrome: Recovering accidentally deleted bookmarks in Chrome [Windows]
Reading Time: 2 minutesRecovering accidentally deleted bookmarks in Chrome Recovering accidentally deleted bookmarks in Chrome If you have accidentally deleted a bookmark in Google Chrome, or wished to delete a bookmark but deleted […]


