Should You Learn Python 2 or Python 3?

Should You Learn Python 2 or Python 3?

Image source: from Instagram Before the advent of Python 3, Python was, in my eyes, a solid and reliable language, with a rich history, simple syntax, powerful features, and a wealth of libraries that left programmers from other languages in awe, exclaiming: “Life is short, I must use Python…” This situation persisted until the emergence … Read more

NumPy Library to Drop Support for Python 2

NumPy Library to Drop Support for Python 2

(Click the public account above to quickly follow) NumPy is a scientific computing library for Python that provides matrix operations and is generally used alongside SciPy and matplotlib. Today, on NumPy’s GitHub homepage, it was announced that the NumPy library will drop support for Python 2 starting January 1, 2019. Excerpt from ‘Python Developers’: The … Read more