Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Wednesday, April 15, 2020

Go for ML Infrastructure Engineering

"Python will (and should) remain the most popular language for data science and machine learning engineering. However, when it comes to machine learning infrastructure, we’re happy with Go."

I definitely want to learn more...

https://towardsdatascience.com/why-we-deploy-machine-learning-models-with-go-not-python-a4e35ec16deb
https://github.com/cortexlabs/cortex

Monday, April 22, 2019

Review: Pyodide (Python in the Browser)

Although I'm not experienced in Python (at this point), I continue to keep watch on the advances the Python community is making. Like staff data engineer Mike Droettboom says, "a standard Python interpreter that runs entirely in the browser" will dramatically improve the game of data computation on the web.

Read Article

https://venturebeat.com/2019/04/16/mozilla-details-pyodide-a-project-that-aims-to-bring-python-to-web-browsers/

In-Depth Article by Mozilla

https://hacks.mozilla.org/2019/04/pyodide-bringing-the-scientific-python-stack-to-the-browser/

Other like-tools

Existing projects trying to address the current data engineering problems with the browser:

  1. Transcrypt
  2. Brython
  3. Skulpt
  4. PyPyJs

Monday, November 5, 2018

Jupyter Notebooks - what is it?

I stumbled upon this article and became very curious as to what a Jupyter notebook is.


Main website



Online Tutorials

Seems pretty cool for people interested in Data Science and crunching data especially using Python (or iPython). So, I decided to watch some YouTube videos to learn a little more.



Thursday, March 24, 2016

Installing Python, pip

Dev,

I've installed Python 2.7.11 and 3.5.1 onto my Windows machine. I've set both in my PATH. Interestingly, version 2.7.11 is installed on the main C:\ drive and version 3.5.1 is installed in my C:\Program Files. At first, version 3.5.1 sets its location to my User folder, but I wanted All Users to have access to this Python.

Anyhow, once set, I run in the Command Line and seems the latest version runs (i.e. 3.5.1).

Below are some basic commands.

Download Links

https://www.python.org/downloads/release/python-2711/
https://www.python.org/downloads/release/python-351/

Basic Commands

Is Python installed, Find Version

$ python --version

Is PIP installed

$ pip list

References

https://www.python.org/
https://en.wikipedia.org/wiki/Pip_(package_manager)
http://stackoverflow.com/questions/4750806/how-do-i-install-pip-on-windows

http://stackoverflow.com/questions/11425106/python-pip-install-fails-invalid-command-egg-info
http://stackoverflow.com/questions/4750806/how-do-i-install-pip-on-windows
http://stackoverflow.com/questions/15031694/installing-python-packages-from-local-file-system-folder-with-pip

https://pypi.python.org/pypi/slack-cli/0.1.0