Continuum Analytics Blog: CyberPandas: Extending Pandas with Richer Types
Link: https://www.anaconda.com/blog/developer-blog/cyberpandas-extending-pandas-with-richer-types/
By Tom Augspurger, Data Scientist at Anaconda Over the past couple months, Anaconda has supported a major internal refactoring of pandas. The outcome is a new extension array interface that will enabl
Link: https://www.anaconda.com/blog/developer-blog/cyberpandas-extending-pandas-with-richer-types/
By Tom Augspurger, Data Scientist at Anaconda Over the past couple months, Anaconda has supported a major internal refactoring of pandas. The outcome is a new extension array interface that will enabl
Anaconda
CyberPandas: Extending Pandas with Richer Types - Anaconda
Over the past couple months, Anaconda has supported a major internal refactoring of pandas. The outcome is a new extension array interface that will enable an ecosystem of rich array types. Using the new interface, we’ve built a library called cyberpandas:…
NumFOCUS: Project Jupyter Receives ACM Software System Award
Link: https://www.numfocus.org/blog/jupyter-2017-acm-software-system-award
The post Project Jupyter Receives ACM Software System Award appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/jupyter-2017-acm-software-system-award
The post Project Jupyter Receives ACM Software System Award appeared first on NumFOCUS.
NumFOCUS
Project Jupyter Receives ACM Software System Award - NumFOCUS
Jupyter recognized by premiere computing society: NumFOCUS is proud to announce that the Steering Council of Project Jupyter, a fiscally sponsored project of NumFOCUS, has been awarded the 2017 ACM Software System Award for developing a software system that…
Ned Batchelder: PyCon 2018
Link: https://nedbatchelder.com//blog/201805/pycon_2018.html
PyCon 2018 is over, and of course I enjoyed the hell out of it. I tweeted a
bit this year, so I’ll tell the story partly with tweets.I did a talk about Big-O notation: Big-O: How Code Slows as Data G
Link: https://nedbatchelder.com//blog/201805/pycon_2018.html
PyCon 2018 is over, and of course I enjoyed the hell out of it. I tweeted a
bit this year, so I’ll tell the story partly with tweets.I did a talk about Big-O notation: Big-O: How Code Slows as Data G
Continuum Analytics Blog: How to Generate Custom Anaconda Parcels for Cloudera CDH with Anaconda Enterprise 5
Link: https://www.anaconda.com/blog/developer-blog/how-to-generate-custom-anaconda-parcels-for-cloudera-cdh-with-anaconda-enterprise-5/
As part of our partnership with Cloudera, we offer a freely available Anaconda parcel for Cloudera CDH based on Python 2.7 and the Anaconda Distribution. The Anaconda parcel has been very well-receive
Link: https://www.anaconda.com/blog/developer-blog/how-to-generate-custom-anaconda-parcels-for-cloudera-cdh-with-anaconda-enterprise-5/
As part of our partnership with Cloudera, we offer a freely available Anaconda parcel for Cloudera CDH based on Python 2.7 and the Anaconda Distribution. The Anaconda parcel has been very well-receive
Anaconda
Generate Custom Parcels for Cloudera CDH with Anaconda Enterprise 5 - Anaconda
As part of our partnership with Cloudera, we offer a freely available Anaconda parcel for Cloudera CDH based on the Anaconda Distribution. Anaconda Enterprise 5 offers a self-service feature to generate custom Anaconda parcels and installers.
PythonClub - A Brazilian collaborative blog about Python: Upload de Arquivos com Socket e Struct
Link: http://pythonclub.com.br/upload-de-arquivos-com-socket-e-struct.html
Apesar de termos muitas formas de enviarmos arquivos para servidores hoje em dia, como por exemplo o scp e rsync, podemos usar o python com seus modulos built-in para enviar arquivos a servidores usan
Link: http://pythonclub.com.br/upload-de-arquivos-com-socket-e-struct.html
Apesar de termos muitas formas de enviarmos arquivos para servidores hoje em dia, como por exemplo o scp e rsync, podemos usar o python com seus modulos built-in para enviar arquivos a servidores usan
PythonClub
Upload de Arquivos com Socket e Struct
Apesar de termos muitas formas de enviarmos arquivos para servidores hoje em dia, como por exemplo o scp e rsync, podemos usar o python com seus módulos built-in para enviar arquivos a servidores usando struct para serializar os dados e socket para criar…
Django Weblog: Django 2.1 alpha 1 released
Link: https://www.djangoproject.com/weblog/2018/may/17/django-21-alpha-1/
Django 2.1 alpha 1 is now available. It represents the first stage in the 2.1 release cycle and is an opportunity for you to try out the changes coming in Django 2.1.
Django 2.1 has a smorgasbord of n
Link: https://www.djangoproject.com/weblog/2018/may/17/django-21-alpha-1/
Django 2.1 alpha 1 is now available. It represents the first stage in the 2.1 release cycle and is an opportunity for you to try out the changes coming in Django 2.1.
Django 2.1 has a smorgasbord of n
Wesley Chun: Creating Hangouts Chat bots with Python
Link: http://wescpy.blogspot.com/2018/05/creating-hangouts-chat-bots-with-python.html
NOTE: The code featured here is also available as a video + overview post as part of this developers series from Google.IntroductionEarlier today at Google I/O, the Hangouts Chat team (including yours
Link: http://wescpy.blogspot.com/2018/05/creating-hangouts-chat-bots-with-python.html
NOTE: The code featured here is also available as a video + overview post as part of this developers series from Google.IntroductionEarlier today at Google I/O, the Hangouts Chat team (including yours
Blogspot
Creating Hangouts Chat bots with Python
NOTE: The code featured here is also available as a video + overview post as part of this developers series from Google. Introduction ...
Brad Lucas: Unzip File If Necessary
Link: http://blog.bradlucas.com/posts/2018-05-18-unzip-file-if-necessary/
Ran into a situation where an external vendor started sending csv files gzipped. The trouble was they started zipping only larger files. Since the system that ingested the files would break on a gz fi
Link: http://blog.bradlucas.com/posts/2018-05-18-unzip-file-if-necessary/
Ran into a situation where an external vendor started sending csv files gzipped. The trouble was they started zipping only larger files. Since the system that ingested the files would break on a gz fi
Bradlucas
Brad Lucas: Unzip File If Necessary
Brad Lucas - Clojure Programmer - Blog
Brad Lucas: Unzip File If Necessary
Link: http://blog.bradlucas.com/posts/2018-05-17-unzip-file-if-necessary/
Ran into a situation where an external vendor started sending csv files gzipped. The trouble was they started zipping only larger files. Since the system that ingested the files would break on a gz fi
Link: http://blog.bradlucas.com/posts/2018-05-17-unzip-file-if-necessary/
Ran into a situation where an external vendor started sending csv files gzipped. The trouble was they started zipping only larger files. Since the system that ingested the files would break on a gz fi
Bradlucas
Brad Lucas: Unzip File If Necessary
Brad Lucas - Clojure Programmer - Blog
Codementor: My blog post about making a simple desktop environment
Link: https://www.codementor.io/goproducti/my-blog-post-about-making-a-simple-desktop-environment-jnbatk028
My article about making a tiny DE.
Link: https://www.codementor.io/goproducti/my-blog-post-about-making-a-simple-desktop-environment-jnbatk028
My article about making a tiny DE.
www.codementor.io
My blog post about making a simple desktop environment | Codementor
My article about making a tiny DE.
Yasoob Khalid: Python local/global scopes
Link: https://pythontips.com/2018/05/18/python-local-global-scopes/
How’s everyone? I am back with another tip/gotcha which might trip beginner programmers. This one relates to Python scopes so if you are already familiar with them then this article might not be very
Link: https://pythontips.com/2018/05/18/python-local-global-scopes/
How’s everyone? I am back with another tip/gotcha which might trip beginner programmers. This one relates to Python scopes so if you are already familiar with them then this article might not be very
Python Tips
Python local/global scopes
How’s everyone? I am back with another tip/gotcha which might trip beginner programmers. This one relates to Python scopes so if you are already familiar with them then this article might not be ve…
NumFOCUS: NumFOCUS Awards Development Grants to Open Source Projects – Spring 2018
Link: https://www.numfocus.org/blog/numfocus-awards-development-grants-to-open-source-projects-spring-2018
The post NumFOCUS Awards Development Grants to Open Source Projects – Spring 2018 appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/numfocus-awards-development-grants-to-open-source-projects-spring-2018
The post NumFOCUS Awards Development Grants to Open Source Projects – Spring 2018 appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Awards Development Grants to Open Source Projects - Spring 2018 - NumFOCUS
NumFOCUS intends to distribute $60,000 in small developments grants to our sponsored and affiliated projects in 2018. Thanks to a successful fundraising year in 2017, NumFOCUS is able to provide funding to help the projects improve usability, grow their communities…
Python Bytes: #78 Setting Expectations for Open Source Participation
Link: https://pythonbytes.fm/episodes/show/78/setting-expectations-for-open-source-participation
Link: https://pythonbytes.fm/episodes/show/78/setting-expectations-for-open-source-participation
pythonbytes.fm
Setting Expectations for Open Source Participation
News and announcements from the Python community for the week of May 18th, 2018
EuroPython: EuroPython 2018: Call for Proposals closes on Sunday
Link: https://blog.europython.eu/post/174049845802
We would like to remind you that our two week call for proposals (CFP) closes on Sunday.Submit your proposal !Submissions will be open until Sunday, May 20.If you’d like to submit a talk, please see o
Link: https://blog.europython.eu/post/174049845802
We would like to remind you that our two week call for proposals (CFP) closes on Sunday.Submit your proposal !Submissions will be open until Sunday, May 20.If you’d like to submit a talk, please see o
Weekly Python StackOverflow Report: (cxxvi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/05/cxxvi-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-05-19 16:55:29 GMTWhat is the best way to interleave two lists? -
Link: http://python-weekly.blogspot.com/2018/05/cxxvi-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-05-19 16:55:29 GMTWhat is the best way to interleave two lists? -
python-weekly.blogspot.co.uk
(cxxvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Codementor: How do I get started with Python?
Link: https://www.codementor.io/milesak60/how-do-i-get-started-with-python-jokq2peaq
Getting started with Python made easy
Link: https://www.codementor.io/milesak60/how-do-i-get-started-with-python-jokq2peaq
Getting started with Python made easy
www.codementor.io
How do I get started with Python? | Codementor
Getting started with Python made easy
PythonDebugging.com: Python Debugging Tips
Link: https://pythondebugging.com/articles/python-debugging-tips
When it comes to debugging, there’s a lot of choices that you can make. It is hard to give generi
Link: https://pythondebugging.com/articles/python-debugging-tips
When it comes to debugging, there’s a lot of choices that you can make. It is hard to give generi
Codementor: How I learned Python
Link: https://www.codementor.io/chirgeo/how-i-learned-python-jpdljbpvs
python
Link: https://www.codementor.io/chirgeo/how-i-learned-python-jpdljbpvs
python
Codementor: Python: party with Strings
Link: https://www.codementor.io/milesak60/python-party-with-strings-jps4ek1k1
Simplify string processing in Python 3.6.5 and later
Link: https://www.codementor.io/milesak60/python-party-with-strings-jps4ek1k1
Simplify string processing in Python 3.6.5 and later
www.codementor.io
Python: party with Strings | Codementor
Simplify string processing in Python 3.6.5 and later
Mike Driscoll: PyDev of the Week: Kai Willadsen
Link: http://www.blog.pythonlibrary.org/2018/05/21/pydev-of-the-week-kai-willadsen/
This week we welcome Kai Willadsen (@kywe) as our PyDev of the Week! He is the maintainer of the Meld project, a cross-platform visual diff and merge tool written in Python. You can catch up with Kai
Link: http://www.blog.pythonlibrary.org/2018/05/21/pydev-of-the-week-kai-willadsen/
This week we welcome Kai Willadsen (@kywe) as our PyDev of the Week! He is the maintainer of the Meld project, a cross-platform visual diff and merge tool written in Python. You can catch up with Kai
Full Stack Python: Monitoring Django Projects with Rollbar
Link: https://www.fullstackpython.com/monitor-django-projects-web-apps-rollbar.html
One fast way to scan for exceptions and errors in your
Django web application projects is to add a few lines of
code to include a hosted monitoring tool.
In this tutorial we will learn to add the
Rol
Link: https://www.fullstackpython.com/monitor-django-projects-web-apps-rollbar.html
One fast way to scan for exceptions and errors in your
Django web application projects is to add a few lines of
code to include a hosted monitoring tool.
In this tutorial we will learn to add the
Rol