Deep Gravity
384 subscribers
60 photos
35 videos
17 files
495 links
Download Telegram
A great YouTube channel for learning Python

Link to the channel

#Python

🔭 @DeepGravity
#Python developers survey 2019

Hey #Pythonista,

This is the third iteration of the official Python Developers Survey. With this survey, we aim to identify how the Python development world looks today and how it compares to last year. In 2018 we received 20,000 responses from Python developers, who shared their experience to help us map out an accurate landscape of the Python community.

The results of this survey serve as a major source of knowledge about the current state of the Python community, so we encourage you to participate and take this 10-minute survey and make an invaluable contribution to the community.

After the survey is over, we will publish the aggregated results and randomly choose 100 winners (from those who complete the survey in its entirety), who will each receive an amazing Python Surprise Gift Pack.

Thank you for contributing to this community effort!

Let’s get started with the survey!

🔭 @DeepGravity
#Python programming language creator retires, saying: 'It's been an amazing ride'

Guido van #Rossum, the creator of the hugely popular Python programming language, is leaving cloud file storage firm Dropbox and heading into retirement.

That ends his six and half years with the company, which hired in him in 2013 because so much of its functionality was built on Python. And, after last year stepping down from his leadership role over Python decision making, that means the Python creator is officially retiring.

His recruitment at Dropbox made sense for the tech company. Dropbox has about four million lines of Python code and it's the most heavily used language for its back-end services and desktop app.

Read the article here

🔭 @DeepGravity
20 useful #Python tips and tricks you should know

Link to the paper

🔭 @DeepGravity
#DeepLearning with #PyTorch

Download a free copy of the book and learn how to get started with #AI / #ML development using PyTorch

#Python

🔭 @DeepGravity
The Mind at Work: Guido van #Rossum on how #Python makes thinking in code easier

A conversation with the creator of the world’s most popular programming language on removing brain friction for better work

“You primarily write your code to communicate with other coders, and, to a lesser extent, to impose your will on the computer.”
—Guido van Rossum

Link

🔭 @DeepGravity
17 #Statistical Hypothesis Tests in #Python (Cheat Sheet)

Link

🔭 @DeepGravity
Image Data Augmentation for #TensorFlow 2, #Keras and #PyTorch with Albumentations in #Python

TL;DR Learn how to create new examples for your dataset using image augmentation techniques. Load a scanned document image and apply various augmentations. Create an augmented dataset for Object Detection.

Article

🔭 @DeepGravity
secml: A #Python Library for Secure and Explainable #MachineLearning

We present secml, an open-source Python library for secure and explainable machine learning. It implements the most popular attacks against machine learning, including not only test-time evasion attacks to generate adversarial examples against deep neural networks, but also training-time poisoning attacks against support vector machines and many other algorithms. These attacks enable evaluating the security of learning algorithms and of the corresponding defenses under both white-box and black-box threat models. To this end, secml provides built-in functions to compute security evaluation curves, showing how quickly classification performance decreases against increasing adversarial perturbations of the input data. secml also includes explainability methods to help understand why adversarial attacks succeed against a given model, by visualizing the most influential features and training prototypes contributing to each decision. It is distributed under the Apache License 2.0, and hosted at https://gitlab.com/secml/secml.

Paper

🔭 @DeepGravity