Python

SCSS to CSS, Create a file watcher in PyCharm

I recently found a way to convert automatically SCSS files to CSS with PyCharm. Today, we will see how to create a file watcher and let it take care of everything.

Read More

Pycharm file template == Productivity

I just discovered how to create a PyCharm file template, which is very useful for saving time. As developers, we are often required to create new files with a structure similar

Read More