Anaconda and Microsoft Partner for Machine Learning

Anaconda released a statement that they are partnering with Microsoft to “deliver Python-powered machine learning”. Anaconda is a data science distribution of the Python programming language. If you go check out the statement, you will find that Microsoft is specifically planning to “embed Anaconda into Azure Machine Learning, Visual Studio and SQL Server”. I used

Anaconda and Microsoft Partner for Machine Learning Read More »

wxPython: All About Accelerators

The wxPython toolkit supports using keyboard shortcuts via the concept of Accelerators and Accelerator Tables. You can also bind directly to key presses, but in a lot of cases, you will want to go with Accelerators. The accelerator gives to the ability to add a keyboard shortcut to your application, such as the ubiquitous “CTRL+S”

wxPython: All About Accelerators Read More »

Malicious Libraries Found on Python Package Index (PyPI)

Malicious code has been found on the Python Package Index (PyPI), the most popular location for sharing Python packages. This was reported by Slovak National Security Office which was then picked up by Bleeping Computer among other places (i.e. Reddit). The attack vector used typosquatting, which is basically someone uploading a package with a misspelled

Malicious Libraries Found on Python Package Index (PyPI) Read More »