Continuum Analytics Blog: Deep Learning with GPUs in Anaconda Enterprise
Link: https://www.anaconda.com/blog/developer-blog/deep-learning-with-gpus-in-anaconda-enterprise/
AI is a hot topic right now. While a lot of the conversation surrounding advanced AI techniques such as deep learning and machine learning can be chalked up to hype, the underlying tools have been pro
Link: https://www.anaconda.com/blog/developer-blog/deep-learning-with-gpus-in-anaconda-enterprise/
AI is a hot topic right now. While a lot of the conversation surrounding advanced AI techniques such as deep learning and machine learning can be chalked up to hype, the underlying tools have been pro
Anaconda
Deep Learning with GPUs in Anaconda Enterprise - Anaconda
AI is a hot topic right now. While a lot of the conversation surrounding advanced AI techniques such as deep learning and machine learning can be chalked up to hype, the underlying tools have been proven to provide real value. Even better, the tools aren’t…
EuroPython: EuroPython 2018: Late Bird Rates and Day Passes
Link: https://blog.europython.eu/post/175849791367
We will be switching to the late bird rates for tickets on Monday next week (July 16), so this is your last chance to get tickets at the regular rate, which is about 30% less than the late bird rate.E
Link: https://blog.europython.eu/post/175849791367
We will be switching to the late bird rates for tickets on Monday next week (July 16), so this is your last chance to get tickets at the regular rate, which is about 30% less than the late bird rate.E
EuroPython Blog
EuroPython 2018: Late Bird Rates and Day Passes
We will be switching to the late bird rates for tickets on Monday next week (July 16), so this is your last chance to get tickets at the regular rate, which is about 30% less than the late bird...
Python Bytes: #86 Make your NoSQL async and await-able with uMongo
Link: https://pythonbytes.fm/episodes/show/86/make-your-nosql-async-and-await-able-with-umongo
Link: https://pythonbytes.fm/episodes/show/86/make-your-nosql-async-and-await-able-with-umongo
pythonbytes.fm
Make your NoSQL async and await-able with uMongo
News and announcements from the Python community for the week of Jul 13th, 2018
Twisted Matrix Labs: Twisted 18.7.0 Released
Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/Pu9RPiiCkWY/twisted-187-released.html
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 18.7!The highlights of this release are:better support for async/await coroutines in regards to exception and
Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/Pu9RPiiCkWY/twisted-187-released.html
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 18.7!The highlights of this release are:better support for async/await coroutines in regards to exception and
Twistedmatrix
Twisted 18.7.0 Released
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 18.7! The highlights of this release are: ...
Mike Driscoll: Guido Retires as BDFL
Link: http://www.blog.pythonlibrary.org/2018/07/13/guido-retire-as-bdfl/
Guido van Rossum, the creator of Python, and the Benevolent Dictator for Life (BDFL) has retired as the BDFL with no successor named as of July 12, 2018. See the following email from the Python Commit
Link: http://www.blog.pythonlibrary.org/2018/07/13/guido-retire-as-bdfl/
Guido van Rossum, the creator of Python, and the Benevolent Dictator for Life (BDFL) has retired as the BDFL with no successor named as of July 12, 2018. See the following email from the Python Commit
Bhishan Bhandari: Copying mutable objects in Python
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/NV1m3HKM15k/
An assignment statement in python does not create copies of objects. It binds the name to the object. While working with mutable objects and/or collections of mutable objects, it creates inconsistenci
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/NV1m3HKM15k/
An assignment statement in python does not create copies of objects. It binds the name to the object. While working with mutable objects and/or collections of mutable objects, it creates inconsistenci
The Tara Nights
Copying mutable objects in Python - The Tara Nights
An assignment statement in python does not create copies of objects. It binds the name to the object. While working with mutable objects and/or collections of mutable objects, it creates inconsistencies and hence it would be of interest to us to have ways…
Bhishan Bhandari: Copying mutable objects in Python
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/NV1m3HKM15k/
An assignment statement in python does not create copies of objects. It binds the name to the object. While working with mutable objects and/or collections of mutable objects, it creates inconsistenci
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/NV1m3HKM15k/
An assignment statement in python does not create copies of objects. It binds the name to the object. While working with mutable objects and/or collections of mutable objects, it creates inconsistenci
The Tara Nights
Copying mutable objects in Python - The Tara Nights
An assignment statement in python does not create copies of objects. It binds the name to the object. While working with mutable objects and/or collections of mutable objects, it creates inconsistencies and hence it would be of interest to us to have ways…
Talk Python to Me: #169 Becoming a Python content creator
Link: https://talkpython.fm/episodes/show/169/becoming-a-python-content-creator
Corey Schafer has been building his YouTube channel of tutorials for many years. He recently made the big shift into making this hobby project his full time job. You'll hear about how Corey made that
Link: https://talkpython.fm/episodes/show/169/becoming-a-python-content-creator
Corey Schafer has been building his YouTube channel of tutorials for many years. He recently made the big shift into making this hobby project his full time job. You'll hear about how Corey made that
talkpython.fm
Becoming a Python content creator
Corey Schafer has been building his YouTube channel of tutorials for many years. He recently made the big shift into making this hobby project his full time job. You'll hear about how Corey made that transition, what it takes to 'go pro', and even a little…
Justin Mayer: Python Development Environment on macOS High Sierra
Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/
While installing Python and Virtualenv on macOS High Sierra can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python development
Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/
While installing Python and Virtualenv on macOS High Sierra can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python development
Hackercodex
Hacker Codex
Hacker Codex features tutorials on Linux servers, Python development, and MacOS tinkering.
pgcli: Release v1.10.0
Link: http://pgcli.com/v1.10.0.html
Pgcli is a command line interface for Postgres database that does
auto-completion and syntax highlighting. You can install this version using:
$ pip install -U pgcli
This release adds new special co
Link: http://pgcli.com/v1.10.0.html
Pgcli is a command line interface for Postgres database that does
auto-completion and syntax highlighting. You can install this version using:
$ pip install -U pgcli
This release adds new special co
Weekly Python StackOverflow Report: (cxxxiv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/07/cxxxiv-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-14 20:51:04 GMTRemove item from list based on the next item in
Link: http://python-weekly.blogspot.com/2018/07/cxxxiv-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-14 20:51:04 GMTRemove item from list based on the next item in
Blogspot
(cxxxiv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Django Weblog: DjangoCon AU 2018: Tickets on sale
Link: https://www.djangoproject.com/weblog/2018/jul/14/djangocon-au-2018-tickets/
DjangoCon Australia, the cute little sibling conference to DjangoCons EU
and US, is on again next month in sunny Sydney.
A one-day event packed full of content, DjangoCon AU is run as a
Specialist Tra
Link: https://www.djangoproject.com/weblog/2018/jul/14/djangocon-au-2018-tickets/
DjangoCon Australia, the cute little sibling conference to DjangoCons EU
and US, is on again next month in sunny Sydney.
A one-day event packed full of content, DjangoCon AU is run as a
Specialist Tra
Bhishan Bhandari: Idiomatic Python – Use of Falsy and Truthy Concepts
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/h9dh9M4fy3U/
Out of many, one reason for python’s popularity is the readability. Python has code style guidelines and idioms and these allow future readers of the code to comprehend to the intentions of it. It is
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/h9dh9M4fy3U/
Out of many, one reason for python’s popularity is the readability. Python has code style guidelines and idioms and these allow future readers of the code to comprehend to the intentions of it. It is
The Tara Nights
Idiomatic Python - Use of Falsy and Truthy Concepts - The Tara Nights
Out of many, one reason for python’s popularity is the readability. Python has code style guidelines and idioms and these allow future readers of the code to comprehend to the intentions of it. It is highly important that the code is readable and concise.…
EuroPython Society: Invitation to the EuroPython Society General Assembly 2018
Link: https://www.europython-society.org/post/175911344495
We would like to invite all EuroPython attendees and EuroPython Society
(EPS) members to attend this
year’s EPS General Assembly (GA), which we will run as in-person meeting
at the upcoming EuroPyt
Link: https://www.europython-society.org/post/175911344495
We would like to invite all EuroPython attendees and EuroPython Society
(EPS) members to attend this
year’s EPS General Assembly (GA), which we will run as in-person meeting
at the upcoming EuroPyt
EuroPython Society
Invitation to the EuroPython Society General Assembly 2018
We would like to invite all EuroPython attendees and EuroPython Society (EPS) members to attend this year’s EPS General Assembly (GA), which we will run as in-person meeting at the upcoming EuroPython...
EuroPython: EuroPython 2018: Delaying switch to Late Bird Tickets by one day - please use your coupons today !
Link: https://blog.europython.eu/post/175912024162
Since we still have quite a few people with discount coupons who haven’t bought their tickets yet, we are extending the regular ticket sales by one day.Switch to Late Bird Tickets on July 17, 00:00 CE
Link: https://blog.europython.eu/post/175912024162
Since we still have quite a few people with discount coupons who haven’t bought their tickets yet, we are extending the regular ticket sales by one day.Switch to Late Bird Tickets on July 17, 00:00 CE
EuroPython Blog
EuroPython 2018: Delaying switch to Late Bird Tickets by one day - please use your coupons today !
Since we still have quite a few people with discount coupons who haven’t bought their tickets yet, we are extending the regular ticket sales by one day.
Switch to Late Bird Tickets on July 17, 00:00...
Switch to Late Bird Tickets on July 17, 00:00...
Bhishan Bhandari: Idiomatic Python – Looping Approaches
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/mrCtKkIhOqg/
Python has it’s own unique techniques and guidelines for looping. Through this article, I will present a few examples on bad and better approaches on looping. While the end goal can be achieved using
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/mrCtKkIhOqg/
Python has it’s own unique techniques and guidelines for looping. Through this article, I will present a few examples on bad and better approaches on looping. While the end goal can be achieved using
The Tara Nights
Idiomatic Python - Looping Approaches - The Tara Nights
Python has it’s own unique techniques and guidelines for looping. Through this article, I will present a few examples on bad and better approaches on looping. While the end goal can be achieved using both sets of the codes to follow, the purpose is to highlight…
Stefan Behnel: A really fast Python web server with Cython
Link: http://blog.behnel.de/posts/fast-python-web-server-with-cython.html
Shortly after I wrote about speeding up Python web frameworks with Cython,
Nexedi posted an article about their attempt to build
a fast multicore web server for Python
that can compete with the perfor
Link: http://blog.behnel.de/posts/fast-python-web-server-with-cython.html
Shortly after I wrote about speeding up Python web frameworks with Cython,
Nexedi posted an article about their attempt to build
a fast multicore web server for Python
that can compete with the perfor
Stefans Welt
A really fast Python web server with Cython
Shortly after I wrote about speeding up Python web frameworks with Cython,
Nexedi posted an article about their attempt to build
a fast multicore web server for Python
that can compete with the perfor
Nexedi posted an article about their attempt to build
a fast multicore web server for Python
that can compete with the perfor
Mike Driscoll: PyDev of the Week: Katharine Jarmul
Link: http://www.blog.pythonlibrary.org/2018/07/16/pydev-of-the-week-katharine-jarmul/
This week we welcome Katharine Jarmul (@kjam) as our PyDev of the Week! Katherine is the co-author of Data Wrangling with Python . She is also the co-founder of KIProtect. You can catch up with the pr
Link: http://www.blog.pythonlibrary.org/2018/07/16/pydev-of-the-week-katharine-jarmul/
This week we welcome Katharine Jarmul (@kjam) as our PyDev of the Week! Katherine is the co-author of Data Wrangling with Python . She is also the co-founder of KIProtect. You can catch up with the pr
Will Kahn-Greene: Thoughts on Guido retiring as BDFL of Python
Link: http://bluesock.org/~willkg/blog/dev/python/guido_retiring_bdfl.html
I read the news of Guido van Rossum announcing his retirement as BDFL of
Python and it made me a bit sad.
I've been programming in Python for almost 20 years on a myriad of open
source projects, tools
Link: http://bluesock.org/~willkg/blog/dev/python/guido_retiring_bdfl.html
I read the news of Guido van Rossum announcing his retirement as BDFL of
Python and it made me a bit sad.
I've been programming in Python for almost 20 years on a myriad of open
source projects, tools
Will's blog
Thoughts on Guido retiring as BDFL of Python
I read the news of Guido van Rossum announcing his retirement as BDFL of
Python and it made me a bit sad.
I've been programming in Python for almost 20 years on a myriad of open
source projects, tools
Python and it made me a bit sad.
I've been programming in Python for almost 20 years on a myriad of open
source projects, tools
Mike Driscoll: ANN: Jupyter Notebook 101 Kickstarter
Link: http://www.blog.pythonlibrary.org/2018/07/16/ann-jupyter-notebook-101-kickstarter/
I am happy to announce my latest Kickstarter which is to raise funds to create a book on Jupyter Notebook!
Jupyter Notebook 101 will teach you all you need to know to create and use Notebooks effectiv
Link: http://www.blog.pythonlibrary.org/2018/07/16/ann-jupyter-notebook-101-kickstarter/
I am happy to announce my latest Kickstarter which is to raise funds to create a book on Jupyter Notebook!
Jupyter Notebook 101 will teach you all you need to know to create and use Notebooks effectiv