Home Tags Python News

Tag: Python News

Read the latest news, updates and tutorials on the most versatile programming language of them all – Python. The Packt Hub is the perfect place to read more about how Python continues to grow into one of the most popular programming languages globally. Find out the latest updates, Python development news and much more.

Baidu brings AI on smartphones with Mobile Deep learning – 28th...

0
Baidu open sources its Mobile deep learning, IBM’s HPC research and more in today’s data science news. Open source announcements in News Baidu brings AI on...

Anaconda brings Python to Microsoft, machine learning in analytics – 26th...

0
Anaconda brings Python to Microsoft, machine learning in analytics catches fire and more in today’s data science news. Anaconda, Microsoft team up to deliver...

Why you should use Keras for deep learning

0
A lot of people rave about TensorFlow and Theano, but there are is one complaint you hear fairly regularly: that they can be a...

Is Python edging R out in the data science wars?

1
When it comes to the ‘lingua franca’ of data science, there seems to be a face-off between R and Python. R has long been...

Basics of Jupyter Notebook and Python

0
In this article by Cyrille Rossant, coming from his book, Learning IPython for Interactive Computing and Data Visualization - Second Edition, we will see...

Installing NumPy, SciPy, matplotlib, and IPython

0
This article written by Ivan Idris, author of the book, Python Data Analysis, will guide you to install NumPy, SciPy, matplotlib, and IPython. We can...

OpenCV: Tracking Faces with Haar Cascades

0
Conceptualizing Haar cascades When we talk about classifying objects and tracking their location, what exactly are we hoping to pinpoint? What constitutes a recognizable part...

Python Testing: Installing the Robot Framework

0
How to do it... Be sure to activate your virtualenv sandbox. Install by typing: easy_install robotframework. Using any type of window navigator, go to <virtualenv root>/build/robotframework/doc/quickstart and...

Python Multimedia: Enhancing Images

0
Adjusting brightness and contrast One often needs to tweak the brightness and contrast level of an image. For example, you may have a photograph that...

wxPython 2.8: Advanced Building Blocks of a User Interface

0
Displaying collections of data and managing complex window layouts are a task that most UI developers will be faced with at some point. wxPython...