In this post I’ll discuss how to change the Jupyter notebook startup folder in Anaconda which is installed on a Windows system. I find it easier to work in a startup folder where I keep all my development workspaces. So
How to create a vector in Python using numpy
Mathematically, a vector is a tuple of n real numbers where n is an element of the Real (R) number space. Each number n (also called a scalar) represents a dimension. For example, the vector v = (x, y, z)
Difference between ndarray and array in numpy
numpy.array() is just a method which returns an array object of the type ndarray. Since the name of the method is array, developers who are new to Python often tend to confuse that numpy.array returns an array object of some
How to install a Python package in Eclipse
In my previous blog I talked about How to install Python PyDev plugin in Eclipse. In this blog, I’ll show how to install a python package in Eclipse using pip. pip is a tool for installing Python packages. To use
How to install Python PyDev plugin in Eclipse
Eclipse is a favourite tool for Java/JEE developers (including me 🙂 ). When I started learning Python, I wanted to use Eclipse as my preferred IDE for Python development. I found out that PyDev is one good open source plugin