BLOG

Latest Articles

wget command not found [SOLVED]

There are two possible reasons for wget command not found error. Either the wget package is not installed on your server or PATH variable is wrongly set.

By omercakmak · 4 min read · Tips and Tricks

How to use pip requirements file? [SOLVED]

A pip requirements file is used in Python projects to specify the dependencies of the project, and to ensure that these dependencies can be easily installed on …

By omercakmak · 5 min read · Python

HackerRank Solution: Python Capitalize! [4 Methods]

In this tutorial we will cover following solutions for hacker rank problem capitalize in python Solution-1: Using for loop, Solution-2: Using a user- defined …

By bashiralam · 5 min read · Hacker Rank Python