http://www.aparat.com/v/4RZGY
Django for #IOT: From Hackathon to Production by Anna Schneider It’s Friday night of hackathon weekend. The latest snazzy Internet-connected thingy is sitting on the table next to your beverage of choice, the device’s #API docs are open in a browser tab, and your fingers are itching to write some Django. What’s the fastest way to get started? And next month when you come back to it, what will you want to upgrade?
https://realpython.com/blog/python/getting-started-with-django-channels/#.WLWLY9_IJ0s.linkedin
In this tutorial, we will use #Django_Channels to create a real-time application that updates a list of users as they log in and out.
Django Channels Logo
With #WebSockets (via Django Channels) managing the communication between the client and the server, whenever a user is authenticated, an event will be broadcasted to every other connected user. Each user’s screen will change automatically, without them having to reload their browsers.
The library allows us to store user-specific data into a #session object.
The session object has a dict-like interface (operations like session[key] = value, value = session[key] etc. are present).
Before processing the session in a web-handler, you have to register the session #middleware in #aiohttp.web.Application.
https://github.com/aio-libs/aiohttp-session
We’re excited that you’ve chosen to develop on the #LinkedIn#platform. Our Developer Program enables you to create innovative professional applications that make the best use of LinkedIn. When you develop on the LinkedIn platform you are agreeing to be bound by the following terms, so please take a few minutes to read over the LinkedIn #API Terms of Use below.
Last revised on February 12, 2015.
https://developer.linkedin.com/legal/api-terms-of-use
http://www.csestack.org/python-libraries-for-data-science/
As per the DIKW Pyramid Model, #Data_Science job revolves around finding the information, knowledge from Raw Data. And it can be bundled into the stack of 4 entities:
source of #data
manage and store data
analyze the data
display analyzed output (#visualization, statistics)
https://www.ibm.com/blogs/bluemix/tag/bluemix/
#Bluemix#IoT
https://pypi.python.org/pypi/micropython-iot
#Micropython#IoT libraries and tools
https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Scikit_Learn_Cheat_Sheet_Python.pdf
#Scikit_learn is an open source Python library that implements a range of #machine_learning , preprocessing, cross-#validation and #visualization algorithms using a unified interface...
https://www.ibm.com/blogs/bluemix/2015/04/tutorial-using-a-raspberry-pi-python-iot-twilio-bluemix/
#IoT#Python app with a #Raspberry_Pi and #Bluemix
https://www.obeythetestinggoat.com/pages/book.html#toc
"Test-Driven Web Development with Python" aims to teach #TDD for web programming. It uses a concrete example — the development of a website, from scratch — to explain the TDD metholology and how it applies to building web applications. It covers the #Selenium browser-automation tool, #unit_testing, mocking, and interacting with Web technologies from the basics of static content, database integration, throught the inescapable JavaScript, and onto more advanced (and trendy) topics like #NoSQL, #websockets and Async programming.