Python tricks 101, what every new programmer should know.

Peter Nistrup
Towards Data Science
6 min readSep 13, 2019

--

A pretty picture to catch your eye.

Python is more popular than ever and people are proving on a daily basis that Python is a very powerful and easy-to-pick-up language.

I’ve been coding in Python for a few years, the last 6 months professionally, and here’s some of the things I wish I knew when I first started out:

  1. String manipulation

--

--