Python Engineering at Microsoft: Embedding Python in a C++ project with Visual Studio
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/06/14/embedding-python-in-a-cpp-project-with-visual-studio/
Watch the video version of this post on VS Toolbox
Let's get started
In this post, we're going to walk through a sample project that demonstrates scripting a C++ application with Python using CPytho
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/06/14/embedding-python-in-a-cpp-project-with-visual-studio/
Watch the video version of this post on VS Toolbox
Let's get started
In this post, we're going to walk through a sample project that demonstrates scripting a C++ application with Python using CPytho
Matthew Rocklin: Dask Release 0.18.0
Link: https://matthewrocklin.com/blog//work/2018/06/13/dask-0.18.0
This work is supported by Anaconda Inc.
I’m pleased to announce the release of Dask version 0.18.0. This is a major
release with breaking changes and new features.
The last release was 0.17.5 on May
Link: https://matthewrocklin.com/blog//work/2018/06/13/dask-0.18.0
This work is supported by Anaconda Inc.
I’m pleased to announce the release of Dask version 0.18.0. This is a major
release with breaking changes and new features.
The last release was 0.17.5 on May
Ned Batchelder: Geeky shirts
Link: https://nedbatchelder.com//blog/201806/geeky_shirts.html
I wear t-shirts a lot. A lot of them feature geeky topics. They’re are fun
because they start conversations among the people I hang out with. The best
times are when someone can take the geeky idea,
Link: https://nedbatchelder.com//blog/201806/geeky_shirts.html
I wear t-shirts a lot. A lot of them feature geeky topics. They’re are fun
because they start conversations among the people I hang out with. The best
times are when someone can take the geeky idea,
Talk Python to Me: #166 Continuous deliver with Python
Link: https://talkpython.fm/episodes/show/166/continuous-deliver-with-python
We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous
Link: https://talkpython.fm/episodes/show/166/continuous-deliver-with-python
We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous
talkpython.fm
Episode #166 Continuous deliver with Python - [Talk Python To Me Podcast]
Talk Python To Me is a podcast for developers who are passionate about Python. Learn about the language and related technologies.
Import Python: ImportPython 176 - Continuous Delivery with Docker, Kubernetes, and GoCD, Python's GIL implemention
Link: http://importpython.com/blog/post/importpython-176-continuous-delivery-docker-kubernetes-and-gocd-pythons-gil-implemention
Worthy
Read
Free Webinar: Continuous Delivery with Docker, Kubernetes, and GoCD
Link: http://importpython.com/blog/post/importpython-176-continuous-delivery-docker-kubernetes-and-gocd-pythons-gil-implemention
Worthy
Read
Free Webinar: Continuous Delivery with Docker, Kubernetes, and GoCD
ImportPython
ImportPython 176 - Continuous Delivery with Docker, Kubernetes, and GoCD, Python's GIL implemention - ImportPython Weekly Blog
All Things Python.
Continuum Analytics Blog: Introducing Dask for Scalable Machine Learning
Link: https://www.anaconda.com/blog/developer-blog/introducing-dask-for-scalable-machine-learning/
Although Python contains several powerful libraries for machine learning, unfortunately, they don’t always scale well to large datasets. This has forced data scientists to use tools outside of the Pyt
Link: https://www.anaconda.com/blog/developer-blog/introducing-dask-for-scalable-machine-learning/
Although Python contains several powerful libraries for machine learning, unfortunately, they don’t always scale well to large datasets. This has forced data scientists to use tools outside of the Pyt
Anaconda
Introducing Dask for Scalable Machine Learning - Anaconda
Learn how easy Dask-ml makes it for data scientists to scale their machine learning workloads from their laptops to thousands of nodes on a cluster.
NumFOCUS: Diversity and Metrics in Software Communities — Notes from the DISC Unconference
Link: https://www.numfocus.org/blog/diversity-and-metrics-in-software-communities-notes-from-the-disc-unconference
The post Diversity and Metrics in Software Communities — Notes from the DISC Unconference appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/diversity-and-metrics-in-software-communities-notes-from-the-disc-unconference
The post Diversity and Metrics in Software Communities — Notes from the DISC Unconference appeared first on NumFOCUS.
NumFOCUS
Diversity and Metrics in Software Communities — Notes from the DISC Unconference - NumFOCUS
Red Hat Developers: Using the STOMP Protocol with Apache ActiveMQ Artemis Broker
Link: https://developers.redhat.com/blog/2018/06/14/stomp-with-activemq-artemis-python/
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP pro
Link: https://developers.redhat.com/blog/2018/06/14/stomp-with-activemq-artemis-python/
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP pro
Red Hat Developer
Using the STOMP Protocol with Apache ActiveMQ Artemis Broker | Red Hat Developer
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP
Talk Python to Me: #166 Continuous delivery with Python
Link: https://talkpython.fm/episodes/show/166/continuous-delivery-with-python
We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous
Link: https://talkpython.fm/episodes/show/166/continuous-delivery-with-python
We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous
talkpython.fm
Continuous delivery with Python
We have evolved from, 'It builds, ship it!' to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous delivery. This means, once a check-in is validated by the…
Full Stack Python: Configure Python 3, Flask and Gunicorn on Ubuntu 18.04 LTS
Link: https://www.fullstackpython.com/blog/python-3-flask-gunicorn-ubuntu-1804-bionic-beaver.html
Ubuntu Linux's latest Long Term Support (LTS)
operating system version is
18.04 and was released in April 2018.
The 18.04 update is code named "Bionic Beaver" and it includes
Python 3 by default. How
Link: https://www.fullstackpython.com/blog/python-3-flask-gunicorn-ubuntu-1804-bionic-beaver.html
Ubuntu Linux's latest Long Term Support (LTS)
operating system version is
18.04 and was released in April 2018.
The 18.04 update is code named "Bionic Beaver" and it includes
Python 3 by default. How
Fullstackpython
Configure Python 3, Flask and Gunicorn on Ubuntu 18.04 LTS
Instructions for configuring Ubuntu 18.04 Bionic Beaver with Python 3, Flask and Green Unicorn (Gunicorn). Great post on fullstackpython.com!
Python Bytes: #82 Let's make a clear Python 3 statement
Link: https://pythonbytes.fm/episodes/show/82/let-s-make-a-clear-python-3-statement
Link: https://pythonbytes.fm/episodes/show/82/let-s-make-a-clear-python-3-statement
pythonbytes.fm
Let's make a clear Python 3 statement
News and announcements from the Python community for the week of Jun 15th, 2018
Ned Batchelder: Math factoid of the day: 56
Link: https://nedbatchelder.com//blog/201806/math_factoid_of_the_day_56.html
56 is the sum of six
consecutive primes (3 + 5 + 7 + 11 + 13 + 17), and is a prionic number,
being the product of two consecutive numbers (7 × 8).
Link: https://nedbatchelder.com//blog/201806/math_factoid_of_the_day_56.html
56 is the sum of six
consecutive primes (3 + 5 + 7 + 11 + 13 + 17), and is a prionic number,
being the product of two consecutive numbers (7 × 8).
Brandon Rhodes: Learning SymPy while eliminating trigonometry from rotations
Link: http://rhodesmill.org/brandon/2018/sympy/
I have played with Python’s
SymPy symbolic math library before,
but for the first time last week I used it to solve a real problem!
In the process I had to confront three errors
in my understanding of
Link: http://rhodesmill.org/brandon/2018/sympy/
I have played with Python’s
SymPy symbolic math library before,
but for the first time last week I used it to solve a real problem!
In the process I had to confront three errors
in my understanding of
Weekly Python StackOverflow Report: (cxxx) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/06/cxxx-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-06-16 18:06:47 GMTInterleave 4 lists of same length python - [14/7
Link: http://python-weekly.blogspot.com/2018/06/cxxx-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-06-16 18:06:47 GMTInterleave 4 lists of same length python - [14/7
Blogspot
(cxxx) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Marcos Dione: identity-countries-languages-and-currencies
Link: http://www.grulic.org.ar/~mdione/glob//posts/identity-countries-languages-and-currencies/
I started watching PyCon's videos.
One of the first ones I saw is Amber Brown's "How we do identity wrong".
I think she[1] is right in raising not only the notion of not assuming things
related to
Link: http://www.grulic.org.ar/~mdione/glob//posts/identity-countries-languages-and-currencies/
I started watching PyCon's videos.
One of the first ones I saw is Amber Brown's "How we do identity wrong".
I think she[1] is right in raising not only the notion of not assuming things
related to
Python Piedmont Triad User Group: PYPTUG Monthly meeting: Wrangling Geospatial Data
Link: http://www.pyptug.org/2018/06/pyptug-monthly-meeting-wrangling.html
DetailsCome join PYPTUG at out next monthly meeting (June 26th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never programm
Link: http://www.pyptug.org/2018/06/pyptug-monthly-meeting-wrangling.html
DetailsCome join PYPTUG at out next monthly meeting (June 26th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never programm
www.pyptug.org
PYPTUG Monthly meeting: Wrangling Geospatial Data
Details Come join PYPTUG at out next monthly meeting (June 26th 2018) to learn more about the Python programming language, modules and t...
Mike Driscoll: PyDev of the Week: Qumisha Goss
Link: http://www.blog.pythonlibrary.org/2018/06/18/qumisha-goss/
This week we welcome Qumisha Goss as our PyDev of the Week. Q is a librarian from Detroit who gave one of the best keynotes I’ve ever seen at PyCon US this year. For some reason, the people who upload
Link: http://www.blog.pythonlibrary.org/2018/06/18/qumisha-goss/
This week we welcome Qumisha Goss as our PyDev of the Week. Q is a librarian from Detroit who gave one of the best keynotes I’ve ever seen at PyCon US this year. For some reason, the people who upload
Andre Roberge: Approximate fun
Link: https://aroberge.blogspot.com/2018/06/approximate-fun.html
Newest addition to https://github.com/aroberge/experimental> python -m experimental experimental console version 0.9.6. [Python version: 3.6.1]
Link: https://aroberge.blogspot.com/2018/06/approximate-fun.html
Newest addition to https://github.com/aroberge/experimental> python -m experimental experimental console version 0.9.6. [Python version: 3.6.1]
Blogspot
Approximate fun
Newest addition to https://github.com/aroberge/experimental > python -m experimental e...
Mike Driscoll: ReportLab: PDF Publishing with Python is now Available!
Link: http://www.blog.pythonlibrary.org/2018/06/18/reportlab-pdf-publishing-with-python-is-now-available/
My latest book, ReportLab: PDF Processing with Python is now available for purchase.
ReportLab has been around since the year 2000 and has remained the primary package that Python developers use for
Link: http://www.blog.pythonlibrary.org/2018/06/18/reportlab-pdf-publishing-with-python-is-now-available/
My latest book, ReportLab: PDF Processing with Python is now available for purchase.
ReportLab has been around since the year 2000 and has remained the primary package that Python developers use for
Real Python: The Ultimate List of Python YouTube Channels
Link: https://realpython.com/python-youtube-channels/
We couldn’t find a good, up-to-date list of Python developer or Python programming YouTube channels online.
Learning Python on YouTube is a viable option these days, and we’re excited about what this
Link: https://realpython.com/python-youtube-channels/
We couldn’t find a good, up-to-date list of Python developer or Python programming YouTube channels online.
Learning Python on YouTube is a viable option these days, and we’re excited about what this
Realpython
The Ultimate List of Python YouTube Channels – Real Python
We couldn't find a good and updated list of Python developer or Python programming YouTube channels online. So we created our own list with the best and most Pythonic YouTubers.
NumFOCUS: NumFOCUS 2018 Google Summer of Code Cohort, Part 2
Link: https://www.numfocus.org/blog/google-summer-of-code-2018-cohort-2
The post NumFOCUS 2018 Google Summer of Code Cohort, Part 2 appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/google-summer-of-code-2018-cohort-2
The post NumFOCUS 2018 Google Summer of Code Cohort, Part 2 appeared first on NumFOCUS.
NumFOCUS
NumFOCUS 2018 Google Summer of Code Cohort, Part 2 - NumFOCUS