(We’re all aboutChatOpsaround here).Hubotis a customizable chat bot. It can ship code, act as the interface to a CI server, and announce deployments, among many other things, all within a chat window. And, with
metadata() gives access to most of the information that you can see on PyPI. You can for instance see that this version of pip requires either Python 2.7, or Python 3.5 or higher. With files(), you get a listing of all files that make up the pip package. In this case, there are ...
A charming 17th-century alley is lined with secondhand bookstores and antiquarian shops. London, England Platform 9 3/4 Kings Cross Station pays tribute to its role in Britain's best-selling book series. See All 544 Things To Do in London Cool...
cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. JSON is described best here: http://www.json.org/ It's like XML, but fat-free. You use it to move data around, store things, or just general...
This was my attempt to make a voice assistant similar to JARVIS (in iron man movie) Let's be honest, it's not as intelligent as in the movie, but it can do a lot of cool things and automate your daily tasks you do on your personal computers/laptops. Built with Features For a cool...
(Learn to Walk before Riding a Bike) While it’s true that one can do data science or machine learning in a language other than Python, just about all serious work done in the data science field is done with Python as the minimum required language. As a result, learning Python is like...
But with this python trick we can do that using one line of code and without using any temporary variables. Example x,y = 11, 34 print x print y x,y = y,x print x print y Output Running the above code gives us the following result − 11 34 34 11 Transpose a Matrix Transposing...
$ python server.py Socket created Socket bind complete Socket now listening Connected with 127.0.0.1:59954 So we can see that the client connected to the server. Try the above steps till you get it working perfect. We accepted an incoming connection but closed it immediately. This was not ve...
But we’re not dumbing-down – Tingbot teaches users Python: a real industrial programming language that could get you a job at Dropbox or build the next Uber. What can Tingbot do? With a Raspberry Pi at it’s core, Tingbot can do pretty much anything you can think of. That said,...
By day I write code to control broadcast television graphics systems. Mostly I do that with Javascript, Java and Python. By night I develop games with the excellent Unreal and Unity Engines, write native apps for android, make web apps with node and React, and dabble in whatever is the cu...