PyCon.DE & PyData Karlsruhe: Fin Aid
Link: http://de.pycon.org/blog/fin-aid/
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend PyCon.DE. Please follow the instructions belo
Link: http://de.pycon.org/blog/fin-aid/
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend PyCon.DE. Please follow the instructions belo
de.pycon.org
PyConDE & PyData Karlsruhe
German Python & PyData conference. October 24-28, Karlsruhe Germany. PyCon.DE is where Pythonistas in Germany can meet to learn about new and upcoming Python libraries, tools, software and data science.
Damián Avila: Some thoughts about the 2017 ACM Software System Award for Project Jupyter
Link: http://www.damian.oquanta.info/posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.html
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award!
As part of the Jupyter Steering Council, I am one of the official recipients of the award, b
Link: http://www.damian.oquanta.info/posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.html
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award!
As part of the Jupyter Steering Council, I am one of the official recipients of the award, b
Damian's blog
Some thoughts about the 2017 ACM Software System Award for Project Jup
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award!
As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
Python Insider: Python 3.7.0b4, final 3.7 beta, now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/vo7OgsISIdQ/python-370b4-final-37-beta-now.html
Python 3.7.0b4 is the final beta preview of Python 3.7, the next feature release of Python. Beta releases are intended to give you the opportunity to test new features and bug fixes and to prepare you
Link: http://feedproxy.google.com/~r/PythonInsider/~3/vo7OgsISIdQ/python-370b4-final-37-beta-now.html
Python 3.7.0b4 is the final beta preview of Python 3.7, the next feature release of Python. Beta releases are intended to give you the opportunity to test new features and bug fixes and to prepare you
Blogspot
Python Insider: Python 3.7.0b4, final 3.7 beta, now available for testing
Python Engineering at Microsoft: Python in Visual Studio Code – April 2018 Release
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-in-visual-studio-code-april-2018-release/
We are pleased to announce that the April 2018 release of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extension from
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-in-visual-studio-code-april-2018-release/
We are pleased to announce that the April 2018 release of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extension from
Continuum Analytics Blog: Anaconda’s Damian Avila on the 2017 ACM Software System Award for Jupyter
Link: https://www.anaconda.com/blog/developer-blog/anacondas-damian-avila-on-the-2017-acm-software-system-award-for-jupyter/
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award! As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
Link: https://www.anaconda.com/blog/developer-blog/anacondas-damian-avila-on-the-2017-acm-software-system-award-for-jupyter/
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award! As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
Anaconda
Anaconda's Damian Avila on the 2017 ACM Software System Award for Jupyter - Anaconda
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award! As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I wanted to highlight that I am just one member of a large…
Python Engineering at Microsoft: Python at Microsoft: Meet us at Build and PyCon US!
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-at-microsoft-meet-us-at-build-and-pycon-us/
Next week are the Microsoft Build conference in Seattle, WA on May 7-9, and the PyCon conference in Cleveland, OH on May 9-17, and we (the Microsoft Python team) will be at both conferences looking fo
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-at-microsoft-meet-us-at-build-and-pycon-us/
Next week are the Microsoft Build conference in Seattle, WA on May 7-9, and the PyCon conference in Cleveland, OH on May 9-17, and we (the Microsoft Python team) will be at both conferences looking fo
Peter Bengtsson: Fastest Python datetime parser
Link: https://www.peterbe.com/plog/fastest-python-datetime-parser
tl;dr; It's ciso8601.
I have this Python app that I'm working on. It has a cron job that downloads a listing of every single file listed in an S3 bucket. AWS S3 publishes a manifest of .csv.gz files.
Link: https://www.peterbe.com/plog/fastest-python-datetime-parser
tl;dr; It's ciso8601.
I have this Python app that I'm working on. It has a cron job that downloads a listing of every single file listed in an S3 bucket. AWS S3 publishes a manifest of .csv.gz files.
Peterbe
Fastest Python datetime parser - Peterbe.com
Patrick Kennedy: Testing a Flask Application using pytest
Link: http://www.patricksoftwareblog.com/testing-a-flask-application-using-pytest/
Introduction
I recently started using pytest and it is an incredible test framework for python! After reading Brian Okken’s book titled “Python Testing with pytest“, I was convinced that I wanted to
Link: http://www.patricksoftwareblog.com/testing-a-flask-application-using-pytest/
Introduction
I recently started using pytest and it is an incredible test framework for python! After reading Brian Okken’s book titled “Python Testing with pytest“, I was convinced that I wanted to
Patrick Kennedy: Testing a Flask Application using pytest
Link: http://www.patricksoftwareblog.com/testing-a-flask-application-using-pytest/
Introduction
I recently started using pytest and it is an incredible test framework for python! After reading Brian Okken’s book titled “Python Testing with pytest“, I was convinced that I wanted to
Link: http://www.patricksoftwareblog.com/testing-a-flask-application-using-pytest/
Introduction
I recently started using pytest and it is an incredible test framework for python! After reading Brian Okken’s book titled “Python Testing with pytest“, I was convinced that I wanted to
Peter Bengtsson: Fastest Python datetime parser
Link: https://www.peterbe.com/plog/fastest-python-datetime-parser
tl;dr; It's ciso8601.
I have this Python app that I'm working on. It has a cron job that downloads a listing of every single file listed in an S3 bucket. AWS S3 publishes a manifest of .csv.gz files.
Link: https://www.peterbe.com/plog/fastest-python-datetime-parser
tl;dr; It's ciso8601.
I have this Python app that I'm working on. It has a cron job that downloads a listing of every single file listed in an S3 bucket. AWS S3 publishes a manifest of .csv.gz files.
Peterbe
Fastest Python datetime parser - Peterbe.com
Python Engineering at Microsoft: Python at Microsoft: Meet us at Build and PyCon US!
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-at-microsoft-meet-us-at-build-and-pycon-us/
Next week are the Microsoft Build conference in Seattle, WA on May 7-9, and the PyCon conference in Cleveland, OH on May 9-17, and we (the Microsoft Python team) will be at both conferences looking fo
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-at-microsoft-meet-us-at-build-and-pycon-us/
Next week are the Microsoft Build conference in Seattle, WA on May 7-9, and the PyCon conference in Cleveland, OH on May 9-17, and we (the Microsoft Python team) will be at both conferences looking fo
Continuum Analytics Blog: Anaconda’s Damian Avila on the 2017 ACM Software System Award for Jupyter
Link: https://www.anaconda.com/blog/developer-blog/anacondas-damian-avila-on-the-2017-acm-software-system-award-for-jupyter/
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award! As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
Link: https://www.anaconda.com/blog/developer-blog/anacondas-damian-avila-on-the-2017-acm-software-system-award-for-jupyter/
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award! As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
Anaconda
Anaconda's Damian Avila on the 2017 ACM Software System Award for Jupyter - Anaconda
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award! As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I wanted to highlight that I am just one member of a large…
Python Engineering at Microsoft: Python in Visual Studio Code – April 2018 Release
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-in-visual-studio-code-april-2018-release/
We are pleased to announce that the April 2018 release of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extension from
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/02/python-in-visual-studio-code-april-2018-release/
We are pleased to announce that the April 2018 release of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extension from
Python Insider: Python 3.7.0b4, final 3.7 beta, now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/vo7OgsISIdQ/python-370b4-final-37-beta-now.html
Python 3.7.0b4 is the final beta preview of Python 3.7, the next feature release of Python. Beta releases are intended to give you the opportunity to test new features and bug fixes and to prepare you
Link: http://feedproxy.google.com/~r/PythonInsider/~3/vo7OgsISIdQ/python-370b4-final-37-beta-now.html
Python 3.7.0b4 is the final beta preview of Python 3.7, the next feature release of Python. Beta releases are intended to give you the opportunity to test new features and bug fixes and to prepare you
Damián Avila: Some thoughts about the 2017 ACM Software System Award for Project Jupyter
Link: http://www.damian.oquanta.info/posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.html
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award!
As part of the Jupyter Steering Council, I am one of the official recipients of the award, b
Link: http://www.damian.oquanta.info/posts/some-thoughts-about-the-2017-acm-software-system-award-for-project-jupyter.html
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award!
As part of the Jupyter Steering Council, I am one of the official recipients of the award, b
Damian's blog
Some thoughts about the 2017 ACM Software System Award for Project Jup
I am very happy to inform you that Project Jupyter has been awarded the 2017 ACM Software System Award!
As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
As part of the Jupyter Steering Council, I am one of the official recipients of the award, but I
PyCon.DE & PyData Karlsruhe: Fin Aid
Link: http://de.pycon.org/blog/fin-aid/
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend PyCon.DE. Please follow the instructions belo
Link: http://de.pycon.org/blog/fin-aid/
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend PyCon.DE. Please follow the instructions belo
de.pycon.org
PyConDE & PyData Karlsruhe
German Python & PyData conference. October 24-28, Karlsruhe Germany. PyCon.DE is where Pythonistas in Germany can meet to learn about new and upcoming Python libraries, tools, software and data science.
Mike Driscoll: Exporting Data from PDFs with Python
Link: http://www.blog.pythonlibrary.org/2018/05/03/exporting-data-from-pdfs-with-python/
There are many times where you will want to extract data from a PDF and export it in a different format using Python. Unfortunately, there aren’t a lot of Python packages that do the extraction part v
Link: http://www.blog.pythonlibrary.org/2018/05/03/exporting-data-from-pdfs-with-python/
There are many times where you will want to extract data from a PDF and export it in a different format using Python. Unfortunately, there aren’t a lot of Python packages that do the extraction part v
Wallaroo Labs: Wallaroo: We’ve heard your feedback, here’s what’s coming
Link: https://blog.wallaroolabs.com/2018/05/wallaroo-weve-heard-your-feedback-heres-whats-coming/
Its been over a year since I wrote the first blog post introducing Wallaroo to the world. We’ve covered a lot of ground since then; from introducing the Python API that is our primary product, to rele
Link: https://blog.wallaroolabs.com/2018/05/wallaroo-weve-heard-your-feedback-heres-whats-coming/
Its been over a year since I wrote the first blog post introducing Wallaroo to the world. We’ve covered a lot of ground since then; from introducing the Python API that is our primary product, to rele
Wallaroolabs
Wallaroo: We’ve heard your feedback, here’s what’s coming
Official blog of the Wallaroo Labs Engineering team
Reuven Lerner: Freelancers Show #300 — live!
Link: https://blog.lerner.co.il/freelancers-show-300-live/
As you may know, I’ve been a panelist on the Freelancers Show podcast for a few years. It’s one of the high points of my week to chat with my co-panelists, discuss various aspects of freelancing/cons
Link: https://blog.lerner.co.il/freelancers-show-300-live/
As you may know, I’ve been a panelist on the Freelancers Show podcast for a few years. It’s one of the high points of my week to chat with my co-panelists, discuss various aspects of freelancing/cons
Lerner Consulting Blog
Freelancers Show #300 — live! - Lerner Consulting Blog
As you may know, I’ve been a panelist on the Freelancers Show podcast for a few years. It’s one of the high points of my week to chat with my co-panelists, discuss various aspects of freelancing/consulting, and to interview interesting people who can help…