This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Tag: Featured
-
UX Design Tips to Create Apps People Love to Use
Building an app can help your business reach a variety of goals. For some businesses, the app might be a central part of what they are trying to achieve.
-
I love a challenge
I love a challenge, I been a bit lazy lately in my training, my bike training is on track, the running and swimming portion of triathlon have been suffering, there is going to be a change.
-
Convert a IPython Notebook into a Python file via command line
There are several ways to convert, start a notebook with –script flag will save .py file alongside .ipynb on every save. You can also (as ipynb is JSON), load it, loop through it and eval code cell in the current namespace. If you don’t want to output a Python script every time you save, or […]