Python Celery - Weekly Celery Tutorials and How-tos: Parallel Monte Carlo with Dask
Link: https://www.distributedpython.com/2018/09/25/dask-delayed/
Today, we will look at how to implement a Monte Carlo simulation
to value an Asian option in a Jupyter notebook; and how to distribute that Monte Carlo
simluation across a cluster using Dask. Don’t wo
Link: https://www.distributedpython.com/2018/09/25/dask-delayed/
Today, we will look at how to implement a Monte Carlo simulation
to value an Asian option in a Jupyter notebook; and how to distribute that Monte Carlo
simluation across a cluster using Dask. Don’t wo
Ned Batchelder: Me on Talk Python To Me
Link: https://nedbatchelder.com//blog/201809/me_on_talk_python_to_me.html
I was the guest on the most recent episode of the Talk Python To Me podcast:
#178: Coverage.py.
It was a really fun conversation. I liked at one point being able to say,
“I’ll answer the
Link: https://nedbatchelder.com//blog/201809/me_on_talk_python_to_me.html
I was the guest on the most recent episode of the Talk Python To Me podcast:
#178: Coverage.py.
It was a really fun conversation. I liked at one point being able to say,
“I’ll answer the
Wingware Blog: Developing and Debugging Python Code Running on Vagrant Containers
Link: https://wingware.com/blog/vagrant
Learn how to use Wing Pro to develop, test, and debug Python Code running in Vagrant containers.
Link: https://wingware.com/blog/vagrant
Learn how to use Wing Pro to develop, test, and debug Python Code running in Vagrant containers.
Wingware
Developing and Debugging Python Code Running on Vagrant Containers - Wing Python IDE
Learn how to use Wing Pro to develop, test, and debug Python Code running in Vagrant containers.
Codementor: Networking: How To Communicate Between Two Python Programs.
Link: https://www.codementor.io/kraftycoder/networking-how-to-communicate-between-two-python-programs-npvlblbjm
Networking is a huge field, so we’ll stick to the level concept that are important for programming. This is basically a beginner intro to networking. I am passionate about security and as I was readin
Link: https://www.codementor.io/kraftycoder/networking-how-to-communicate-between-two-python-programs-npvlblbjm
Networking is a huge field, so we’ll stick to the level concept that are important for programming. This is basically a beginner intro to networking. I am passionate about security and as I was readin
www.codementor.io
Networking: How To Communicate Between Two Python Programs. | Codementor
Networking is a huge field, so we’ll stick to the level concept that are important for programming. This is basically a beginner intro to networking. I am passionate about security and as I was reading and watching videos, I decided to write and share out…
Codementor: Data from Quandl With Celery and Falcon
Link: https://www.codementor.io/bjoernstiel/data-from-quandl-with-celery-and-falcon-npwvy7bnd
This post was originally published on Distributed Python (https://www.distributedpython.com/) on July 10th, 2018.
All source code examples used in this blog post can be found on GitHub: ...
Link: https://www.codementor.io/bjoernstiel/data-from-quandl-with-celery-and-falcon-npwvy7bnd
This post was originally published on Distributed Python (https://www.distributedpython.com/) on July 10th, 2018.
All source code examples used in this blog post can be found on GitHub: ...
www.codementor.io
Data from Quandl With Celery and Falcon | Codementor
This post was originally published on Distributed Python (https://www.distributedpython.com/) on July 10th, 2018.
All source code examples used in this blog post can be found on GitHub: ...
All source code examples used in this blog post can be found on GitHub: ...
Python Software Foundation: CPython Core Developer Sprint 2018
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/tfe6mjqYzYE/cpython-core-developer-sprint-2018.html
This September, twenty-nine core committers arrived at Microsoft’s main campus in Redmond, Washington, USA for the now-annual core developer sprints. These are an opportunity for the core team to have
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/tfe6mjqYzYE/cpython-core-developer-sprint-2018.html
This September, twenty-nine core committers arrived at Microsoft’s main campus in Redmond, Washington, USA for the now-annual core developer sprints. These are an opportunity for the core team to have
Blogspot
CPython Core Developer Sprint 2018
This September, twenty-nine core committers arrived at Microsoft’s main campus in Redmond, Washington, USA for the now-annual core developer...
Stack Abuse: Daily Coding Problem: Programming Puzzles to your Inbox
Link: https://stackabuse.com/daily-coding-problem-practice-programming-puzzles-to-your-inbox/
Like just about any other profession, the key to becoming a great programmer is to practice. Practicing often and consistently is an amazing way, and arguably the best way, to challenge yourself and i
Link: https://stackabuse.com/daily-coding-problem-practice-programming-puzzles-to-your-inbox/
Like just about any other profession, the key to becoming a great programmer is to practice. Practicing often and consistently is an amazing way, and arguably the best way, to challenge yourself and i
Stack Abuse
Daily Coding Problem: Programming Puzzles to your Inbox
Like just about any other profession, the key to becoming a great programmer is to practice. Practicing often and consistently is an amazing way, and arguably t...
Python Anywhere: The PythonAnywhere newsletter, September 2018
Link: https://blog.pythonanywhere.com/168/
Well, our last "monthly" newsletter was in September 2017. We must have shifted the bits in the period left one, or something like that :-)
Anyway, welcome to the September 2018 PythonAnywhere newsle
Link: https://blog.pythonanywhere.com/168/
Well, our last "monthly" newsletter was in September 2017. We must have shifted the bits in the period left one, or something like that :-)
Anyway, welcome to the September 2018 PythonAnywhere newsle
Roberto Alsina: Quick Nikola Feature: document APIs using pdoc
Link: https://ralsina.me/weblog/posts/quick-nikola-feature-document-apis-using-pdoc.html
A user asked in the nikola-discuss if there was a way to use Nikola to document APIs.
Well, there wasn't and now there is. I took pdoc and
wrote a wrapper as a plugin for Nikola.
And now you can just
Link: https://ralsina.me/weblog/posts/quick-nikola-feature-document-apis-using-pdoc.html
A user asked in the nikola-discuss if there was a way to use Nikola to document APIs.
Well, there wasn't and now there is. I took pdoc and
wrote a wrapper as a plugin for Nikola.
And now you can just
Lateral Opinion
Quick Nikola Feature: document APIs using pdoc
A user asked in the nikola-discuss if there was a way to use Nikola to document APIs.
Well, there wasn't and now there is. I took pdoc and
wrote a wrapper as a plugin for Nikola.
And now you can just
Well, there wasn't and now there is. I took pdoc and
wrote a wrapper as a plugin for Nikola.
And now you can just
Dataquest: Understanding Regression Error Metrics
Link: https://www.dataquest.io/blog/understanding-regression-error-metrics/
Human brains are built to recognize patterns in the world around us. For example, we observe that if we practice our programming everyday, our related skills grow. But how do we precisely describe thi
Link: https://www.dataquest.io/blog/understanding-regression-error-metrics/
Human brains are built to recognize patterns in the world around us. For example, we observe that if we practice our programming everyday, our related skills grow. But how do we precisely describe thi
Dataquest
Tutorial: Understanding Linear Regression and Regression Error Metrics
Error metrics are short and useful summaries of the quality of our data. We dive into four common regression metrics and discuss their use cases.
Mike Driscoll: Python 101: Episode #26 – lambdas
Link: http://www.blog.pythonlibrary.org/2018/09/26/python-101-episode-26-lambdas/
In this screencast you will learn how to use lambdas in Python.
You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase the book on Leanpub
Relate
Link: http://www.blog.pythonlibrary.org/2018/09/26/python-101-episode-26-lambdas/
In this screencast you will learn how to use lambdas in Python.
You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase the book on Leanpub
Relate
Stack Abuse: Creating a Neural Network from Scratch in Python
Link: https://stackabuse.com/creating-a-neural-network-from-scratch-in-python/
Introduction
Have you ever wondered how chatbots like Siri, Alexa, and Cortona are able to respond to user queries? Or how the autonomous cars are able to drive themselves without any human help? All
Link: https://stackabuse.com/creating-a-neural-network-from-scratch-in-python/
Introduction
Have you ever wondered how chatbots like Siri, Alexa, and Cortona are able to respond to user queries? Or how the autonomous cars are able to drive themselves without any human help? All
Stack Abuse
Creating a Neural Network from Scratch in Python
This is the first article in the series of articles on "Creating a Neural Network From Scratch in Python". Creating a Neural Network from Scratch in...
PyCon: Pycon 2019 Call for Proposals is Open!
Link: https://pycon.blogspot.com/2018/09/pycon-2019-call-for-proposals-is-open.html
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentations, as well as the hatchery program PyCon Charlas. PyCon is
Link: https://pycon.blogspot.com/2018/09/pycon-2019-call-for-proposals-is-open.html
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentations, as well as the hatchery program PyCon Charlas. PyCon is
Blogspot
Pycon 2019 Call for Proposals is Open!
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentati...
Real Python: Color Spaces and How to Use Them With OpenCV and Python
Link: https://realpython.com/python-opencv-color-spaces/
It may be the era of deep learning and big data, where complex algorithms analyze images by being shown millions of them, but color spaces are still surprisingly useful for image analysis. Simple meth
Link: https://realpython.com/python-opencv-color-spaces/
It may be the era of deep learning and big data, where complex algorithms analyze images by being shown millions of them, but color spaces are still surprisingly useful for image analysis. Simple meth
Realpython
Image Segmentation Using Color Spaces in OpenCV + Python – Real Python
In this introductory tutorial, you'll learn how to simply segment an object from an image based on color in Python using OpenCV. A popular computer vision library written in C/C++ with bindings for Python, OpenCV provides easy ways of manipulating color spaces.
PyCharm: PyCharm 2018.3 EAP 4
Link: http://feedproxy.google.com/~r/Pycharm/~3/WIW6aZJbpkc/
We are working hard on the next version of PyCharm: 2018.3. And we’re looking for some feedback from those of you interested in having a look at the next version already. You can get this week’s Early
Link: http://feedproxy.google.com/~r/Pycharm/~3/WIW6aZJbpkc/
We are working hard on the next version of PyCharm: 2018.3. And we’re looking for some feedback from those of you interested in having a look at the next version already. You can get this week’s Early
PyCharm Blog
PyCharm 2018.3 EAP 4
We are working hard on the next version of PyCharm: 2018.3. And we’re looking for some feedback from those of you interested in having a look at the next version already. You can get this wee…
Reinout van Rees: Utrecht (NL) python meetup september 2018
Link: http://reinout.vanrees.org/weblog/2018/09/26/python-meetup-utrecht.html
Data processing using parser combinators - Werner de Groot
He collaborated with data scientists from Wageningen University. The
scientists did lots of cool programming stuff. But they did not use ve
Link: http://reinout.vanrees.org/weblog/2018/09/26/python-meetup-utrecht.html
Data processing using parser combinators - Werner de Groot
He collaborated with data scientists from Wageningen University. The
scientists did lots of cool programming stuff. But they did not use ve
Jean-Paul Calderone: Asynchronous Object Initialization - Patterns and Antipatterns
Link: http://as.ynchrono.us/2014/12/asynchronous-object-initialization.html
I caught Toshio Kuratomi's post about asyncio initialization patterns (or anti-patterns) on Planet Python. This is something I've dealt with a lot over the years using Twisted (one of the sources of
Link: http://as.ynchrono.us/2014/12/asynchronous-object-initialization.html
I caught Toshio Kuratomi's post about asyncio initialization patterns (or anti-patterns) on Planet Python. This is something I've dealt with a lot over the years using Twisted (one of the sources of
as.ynchrono.us
Asynchronous Object Initialization - Patterns and Antipatterns
I caught Toshio Kuratomi's post about asyncio initialization patterns (or anti-patterns) on Planet Python. This is something I've dealt w...
Python Insider: Python 3.7.1rc1 and 3.6.7rc1 now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/4U66sA2wtWw/python-371rc1-and-367rc1-now-available.html
Python 3.7.1rc1 and 3.6.7rc1 are now available. 3.7.1rc1 is the release preview of the first maintenance release of Python 3.7, the latest feature release of Python. 3.6.7rc1 is the release preview of
Link: http://feedproxy.google.com/~r/PythonInsider/~3/4U66sA2wtWw/python-371rc1-and-367rc1-now-available.html
Python 3.7.1rc1 and 3.6.7rc1 are now available. 3.7.1rc1 is the release preview of the first maintenance release of Python 3.7, the latest feature release of Python. 3.6.7rc1 is the release preview of
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.
Trey Hunner: Stop writing lambda expressions in Python
Link: http://treyhunner.com/2018/09/stop-writing-lambda-expressions/
It’s hard for me to teach an in-depth Python class without discussing lambda expressions.
I almost always get questions about them.
My students tend to see them in code on StackOverflow or they see th
Link: http://treyhunner.com/2018/09/stop-writing-lambda-expressions/
It’s hard for me to teach an in-depth Python class without discussing lambda expressions.
I almost always get questions about them.
My students tend to see them in code on StackOverflow or they see th
Treyhunner
Overusing lambda expressions in Python
Note: This post was originally titled “Stop writing lambda expressions in Python” but I’ve changed the title after deciding that it …