Ian Ozsvald: Keynote at EuroPython 2018 on “Citizen Science”
Link: http://ianozsvald.com/2018/07/27/keynote-at-europython-2018-on-citizen-science/
I’ve just had the privilege of giving my first keynote at EuroPython (and my second keynote this year), I’ve just spoken on “Citizen Science”. I gave a talk aimed at engineers showing examples of proj
Link: http://ianozsvald.com/2018/07/27/keynote-at-europython-2018-on-citizen-science/
I’ve just had the privilege of giving my first keynote at EuroPython (and my second keynote this year), I’ve just spoken on “Citizen Science”. I gave a talk aimed at engineers showing examples of proj
Entrepreneurial Geekiness
Keynote at EuroPython 2018 on "Citizen Science" - Entrepreneurial Geekiness
I’ve just had the privilege of giving my first keynote at EuroPython (and my second keynote this year), I’ve just spoken on “Citizen Science”. I gave a talk aimed at engineers showing examples of projects around healthcare and humanitarian topics using Python…
Continuum Analytics Blog: Faster Machine Learning – Deep Learning with GPUs
Link: https://www.anaconda.com/blog/company-blog/faster-machine-learning-deep-learning-gpus/
The Big Deal With GPUsIf you’ve been following data science and machine learning, you’ve probably heard the term GPU. But what exactly is a GPU? And why are they so popular all of a sudden? What A GPU
Link: https://www.anaconda.com/blog/company-blog/faster-machine-learning-deep-learning-gpus/
The Big Deal With GPUsIf you’ve been following data science and machine learning, you’ve probably heard the term GPU. But what exactly is a GPU? And why are they so popular all of a sudden? What A GPU
Anaconda
Faster Machine Learning—Deep Learning with GPUs - Anaconda
The experts at Anaconda discuss how data scientists are using GPUs to impact deep learning and speed up their models on Anaconda Enterprise.
Python Bytes: #88 Python has brought computer programming to a vast new audience
Link: https://pythonbytes.fm/episodes/show/88/python-has-brought-computer-programming-to-a-vast-new-audience
Link: https://pythonbytes.fm/episodes/show/88/python-has-brought-computer-programming-to-a-vast-new-audience
pythonbytes.fm
Python has brought computer programming to a vast new audience
News and announcements from the Python community for the week of Jul 27th, 2018
PyCharm: PyCharm 2018.2.1 RC Out Now
Link: http://feedproxy.google.com/~r/Pycharm/~3/xbPr0yqLKBs/
PyCharm 2018.2.1 Release Candidate is now available, with various bug fixes. Get it now from our Confluence page
Improved in This Version
A rendering issue (IDEA-195614) that affected Linux users of
Link: http://feedproxy.google.com/~r/Pycharm/~3/xbPr0yqLKBs/
PyCharm 2018.2.1 Release Candidate is now available, with various bug fixes. Get it now from our Confluence page
Improved in This Version
A rendering issue (IDEA-195614) that affected Linux users of
PyCharm Blog
PyCharm 2018.2.1 RC Out Now
PyCharm 2018.2.1 Release Candidate is now available, with various bug fixes. Get it now from our Confluence page Improved in This Version A rendering issue (IDEA-195614) that affected Linux users o…
Bhishan Bhandari: Python Subprocess
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/7Xq-77SZHig/
Through this post, we will discuss and see via examples the purpose of subprocess, how to spawn processes, how to connect to their input/output and error pipes, etc. subprocess As the name suggests, s
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/7Xq-77SZHig/
Through this post, we will discuss and see via examples the purpose of subprocess, how to spawn processes, how to connect to their input/output and error pipes, etc. subprocess As the name suggests, s
The Tara Nights
Python Subprocess - The Tara Nights
Through this post, we will discuss and see via examples the purpose of subprocess, how to spawn processes, how to connect to their input/output and error pipes, etc.
Semaphore Community: Building and Testing an API Wrapper in Python
Link: https://semaphoreci.com/community/tutorials/building-and-testing-an-api-wrapper-in-python
This article is brought with ❤ to you by Semaphore.Introduction
Most websites we use provide an HTTP API to enable developers
to access their data from their own applications. For developers utilizin
Link: https://semaphoreci.com/community/tutorials/building-and-testing-an-api-wrapper-in-python
This article is brought with ❤ to you by Semaphore.Introduction
Most websites we use provide an HTTP API to enable developers
to access their data from their own applications. For developers utilizin
Semaphore
Building and Testing an API Wrapper in Python - Semaphore
Learn how to write and test a custom Python library to interact with an HTTP API.
Davy Wybiral: Hacked by a USB Device?!
Link: http://davywybiral.blogspot.com/2018/07/hacked-by-usb-device.html
I made a USB device that forces Windows machines to subscribe to my channel when someone plugs it in. 😃
Link: http://davywybiral.blogspot.com/2018/07/hacked-by-usb-device.html
I made a USB device that forces Windows machines to subscribe to my channel when someone plugs it in. 😃
Blogspot
Hacked by a USB Device?!
I made a USB device that forces Windows machines to subscribe to my channel when someone plugs it in. 😃
Weekly Python StackOverflow Report: (cxxxvi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/07/cxxxvi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-07-29 06:14:37 GMTIn python, why does 0xbin() return False? - [140
Link: http://python-weekly.blogspot.com/2018/07/cxxxvi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-07-29 06:14:37 GMTIn python, why does 0xbin() return False? - [140
Blogspot
(cxxxvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
PyBites: PyBites Twitter Digest - Issue 26, 2018
Link: https://pybit.es/twitter_digest_201826.html
PyPI has a Twitter Account! Follow them!
Welcome to the home of https://t.co/Dp6LQFTOTZ on twitter! You can follow here for announcements about the package… https://t.co/RJmWNKHQey— Python Package Ind
Link: https://pybit.es/twitter_digest_201826.html
PyPI has a Twitter Account! Follow them!
Welcome to the home of https://t.co/Dp6LQFTOTZ on twitter! You can follow here for announcements about the package… https://t.co/RJmWNKHQey— Python Package Ind
PyBites
PyBites Twitter Digest - Issue 26, 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Bhishan Bhandari: Examples of Browser Automations using Selenium in Python
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/3Cs1HHIF5f4/
Browser Automation is one of the coolest things to do especially when there is a major purpose to it. Through this post, I intend to host a set of examples on browser automation using selenium in Pyth
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/3Cs1HHIF5f4/
Browser Automation is one of the coolest things to do especially when there is a major purpose to it. Through this post, I intend to host a set of examples on browser automation using selenium in Pyth
The Tara Nights
Examples of Browser Automations using Selenium in Python
Browser Automation is one of the coolest things to do especially when there is a major purpose to it. Through this post, I intend to host a set of examples on browser automation using selenium in Python so people can take ideas from the code snippets below…
Bill Ward / AdminTome: Python Set: Tutorial for Python Beginners
Link: http://www.admintome.com/blog/python-sets/
In this post I will go over what a Python set is and how to use them in your Python programs. With sets we can manage data just like math sets.
Python sets let us work with sets of values much like w
Link: http://www.admintome.com/blog/python-sets/
In this post I will go over what a Python set is and how to use them in your Python programs. With sets we can manage data just like math sets.
Python sets let us work with sets of values much like w
AdminTome Blog
Python Set: Tutorial for Python Beginners | AdminTome Blog
In this post I will go over what a Python set is and how to use them in your Python programs. With sets we can manage data just like math sets.
Mike Driscoll: PyDev of the Week: Thea Flowers
Link: http://www.blog.pythonlibrary.org/2018/08/06/pydev-of-the-week-thea-flowers/
This week we welcome Thea Flowers (@theavalkyrie) as our PyDev of the Week! Thea is a maintainer of packaging.python.org and the urllib3 package. Thea also is very active in the Python community and i
Link: http://www.blog.pythonlibrary.org/2018/08/06/pydev-of-the-week-thea-flowers/
This week we welcome Thea Flowers (@theavalkyrie) as our PyDev of the Week! Thea is a maintainer of packaging.python.org and the urllib3 package. Thea also is very active in the Python community and i
Podcast.__init__: Helping Teacher's Bring Python Into The Classroom With Nicholas Tollervey
Link: https://www.podcastinit.com/education-with-nicholas-tollervey-episode-173/
There are a number of resources available for teaching beginners to code in Python and many other languages, and numerous endeavors to introduce programming to educational environments. Sometimes thos
Link: https://www.podcastinit.com/education-with-nicholas-tollervey-episode-173/
There are a number of resources available for teaching beginners to code in Python and many other languages, and numerous endeavors to introduce programming to educational environments. Sometimes thos
Podcast.__init__('Python')
Helping Teacher's Bring Python Into The Classroom With Nicholas Tollervey - Episode 173
There are a number of resources available for teaching beginners to code in Python and many other languages, and numerous endeavors to introduce programming to educational environments. Sometimes those efforts yield success and others can simply lead to frustration…
Kushal Das: Job alert: Associate Site Reliability Engineer at FPF
Link: https://kushaldas.in/posts/job-alert-associate-site-reliability-engineer-at-fpf.html
We (at Freedom of the Press Foundation) are looking
for an Associate Site Reliability Engineer.
This position is open to junior and entry-level applicants, and we recognize
the need to provide on-th
Link: https://kushaldas.in/posts/job-alert-associate-site-reliability-engineer-at-fpf.html
We (at Freedom of the Press Foundation) are looking
for an Associate Site Reliability Engineer.
This position is open to junior and entry-level applicants, and we recognize
the need to provide on-th
Chris Moffitt: New Plot Types in Seaborn’s Latest Release
Link: http://pbpython.com/seaborn09.html
Introduction
Seaborn is one of the go-to tools for statistical data visualization in python.
It has been actively developed since 2012 and in July 2018, the author released version 0.9.
This version
Link: http://pbpython.com/seaborn09.html
Introduction
Seaborn is one of the go-to tools for statistical data visualization in python.
It has been actively developed since 2012 and in July 2018, the author released version 0.9.
This version
Pbpython
New Plot Types in Seaborn’s Latest Release
Seaborn release 0.9 contains several new plot types as well as other updates described in this article.
Real Python: Dictionaries in Python
Link: https://realpython.com/python-dicts/
Python provides another composite data type called a dictionary, which is similar to a list in that it is a collection of objects.
Here’s what you’ll learn in this tutorial: You’ll cover the basic cha
Link: https://realpython.com/python-dicts/
Python provides another composite data type called a dictionary, which is similar to a list in that it is a collection of objects.
Here’s what you’ll learn in this tutorial: You’ll cover the basic cha
Realpython
Dictionaries in Python – Real Python
In this tutorial, you'll learn how to work with Python dictionaries to help you process data more efficiently. You'll learn how to create dictionaries, access their keys and values, update dictionaries, and more.
NumFOCUS: Optimization modeling language JuMP joins NumFOCUS Sponsored Projects
Link: https://numfocus.org/blog/optimization-modeling-language-jump-joins-numfocus-sponsored-projects
The post Optimization modeling language JuMP joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
Link: https://numfocus.org/blog/optimization-modeling-language-jump-joins-numfocus-sponsored-projects
The post Optimization modeling language JuMP joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
NumFOCUS
Optimization modeling language JuMP joins NumFOCUS Sponsored Projects - NumFOCUS
JuMP is a modeling interface and a collection of supporting packages for mathematical optimization that is embedded in Julia.
Matthew Rocklin: Building SAGA optimization for Dask arrays
Link: https://matthewrocklin.com/blog//work/2018/08/07/incremental-saga
This work is supported by ETH Zurich, Anaconda
Inc, and the Berkeley Institute for Data
Science
At a recent Scikit-learn/Scikit-image/Dask sprint at BIDS, Fabian Pedregosa (a
machine learning research
Link: https://matthewrocklin.com/blog//work/2018/08/07/incremental-saga
This work is supported by ETH Zurich, Anaconda
Inc, and the Berkeley Institute for Data
Science
At a recent Scikit-learn/Scikit-image/Dask sprint at BIDS, Fabian Pedregosa (a
machine learning research
Kushal Das: vcrpy for web related tests
Link: https://kushaldas.in/posts/vcrpy-for-web-related-tests.html
Couple of weeks ago, Jen pointed me to
vcrpy. This is a
Python implementation of Ruby’s library with same name.
What is vcrpy?
It is a Python module which helps to write faster and simple tests invo
Link: https://kushaldas.in/posts/vcrpy-for-web-related-tests.html
Couple of weeks ago, Jen pointed me to
vcrpy. This is a
Python implementation of Ruby’s library with same name.
What is vcrpy?
It is a Python module which helps to write faster and simple tests invo
Codementor: Python Tuples and Tuple Methods
Link: https://www.codementor.io/mgalarny/python-tuples-and-tuple-methods-m6a1p6lbo
Lists and tuples are standard Python data types that store values in a sequence. Atuple is immutable whereas a list is mutable. Here are some other advantages of tuples over lists (partially from Stac
Link: https://www.codementor.io/mgalarny/python-tuples-and-tuple-methods-m6a1p6lbo
Lists and tuples are standard Python data types that store values in a sequence. Atuple is immutable whereas a list is mutable. Here are some other advantages of tuples over lists (partially from Stac
www.codementor.io
Python Tuples and Tuple Methods | Codementor
Lists and tuples are standard Python data types that store values in a sequence. A`tuple` is **immutable** whereas a `list` is **mutable.** Here are some other advantages of tuples over lists (partially from [Stack Overflow](https://stackoverflow.com/que…