John D K

John D K

Python How to check string for substring

In python you can test a string if it contains

Better programmer: do working plan

Every programmer wants to be a better one, to receive

Learn Python for Beginners Complete Tutorial

Why python? Python is easier to learn in comparison to

Programming Best Practices - practical tips

Programming Best Practices for any language like: * JavaScript * Java * Python

IntelliJ/PyCharm performance and beauty tips

This post contains some productivity, performance and code beautifying tips.

Add SSH key and Permission denied (publickey)

If you have generated SSH key pair which you are

Python String Methods Tutorial

Strings(sequence of characters) are widely used in programming and

Python how to decrease image size keeping quality

If you need to optimize your site you could be

Python Regex Cheat Sheet with Examples

In this post: * Regular Expression Basic examples * Example find any

Python while loop examples

A python while loop is a control statement that allows