BLOG

Latest Articles

git pull command examples [5 Methods]

Git pull is the process of fetching and merging committed changes from a remote project to your local server. It is combination of git fetch and git merge

By admin · 9 min read · GIT

Python filter() function Usage [10+ Examples]

python filter, python filter list, python filter function, filter list, list filter, python filter array, python3 filter, filter example, python array …

By bashiralam · 14 min read · Python

Python Multiline Comments [Methods & Examples]

Python does not support multiline comments but does have docstring. We can achieve multiline comments in python by writing consecutive single line comments.

By bashiralam · 8 min read · Python