Made With Mu: Mu Release Candidate
Link: https://madewith.mu/mu/releases/2018/07/16/release_candidate-1.html
The release candidate for Mu 1.0.0 is out!
This is the last step before the final release of Mu 1.0. Apart from a few
minor bug fixes, the biggest change from beta 17 is the inclusion of various
trans
Link: https://madewith.mu/mu/releases/2018/07/16/release_candidate-1.html
The release candidate for Mu 1.0.0 is out!
This is the last step before the final release of Mu 1.0. Apart from a few
minor bug fixes, the biggest change from beta 17 is the inclusion of various
trans
Made With Mu
Mu Release Candidate
The release candidate for Mu 1.0.0 is out! This is the last step before the final release of Mu 1.0. Apart from a few minor bug fixes, the biggest change from beta 17 is the inclusion of various translations for the user interface. Full details can be found…
Bhishan Bhandari: Python Assignment Expression – PEP 572 – Python3.8
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/d4Ewbt6EGNY/
A recent buzz in the Python Community is PEP 572’s acceptance for Python3.8 . PEP stands for Python Enhancement Proposals and each such PEPs are assigned a number by the PEP editors and once assigned
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/d4Ewbt6EGNY/
A recent buzz in the Python Community is PEP 572’s acceptance for Python3.8 . PEP stands for Python Enhancement Proposals and each such PEPs are assigned a number by the PEP editors and once assigned
The Tara Nights
Python Assignment Expression - PEP 572 - Python3.8 - The Tara Nights
In most contexts where arbitrary Python expressions can be used, a named expression can appear. This is of the form NAME := expr where expr is any valid Python expression other than an unparenthesized tuple, and NAME is an identifier.The value of such a named…
NumFOCUS: NumFOCUS Projects at SciPy 2018
Link: https://www.numfocus.org/blog/numfocus-projects-at-scipy-2018
The post NumFOCUS Projects at SciPy 2018 appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/numfocus-projects-at-scipy-2018
The post NumFOCUS Projects at SciPy 2018 appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Projects at SciPy 2018 - NumFOCUS
NumFOCUS participated in the 2018 SciPy Conference in Austin, Texas. This post links to presentations by our sponsored and affiliated open source projects.
Continuum Analytics Blog: New Release of Anaconda Enterprise features Expanded GPU and Container Usage
Link: https://www.anaconda.com/blog/developer-blog/anaconda-enterprise-features-expanded-gpu-container-usage/
Anaconda, Inc. is thrilled to announce the latest release of Anaconda Enterprise, our popular AI/ML enablement platform for teams at scale. The release of Anaconda Enterprise 5.2 adds capabilities for
Link: https://www.anaconda.com/blog/developer-blog/anaconda-enterprise-features-expanded-gpu-container-usage/
Anaconda, Inc. is thrilled to announce the latest release of Anaconda Enterprise, our popular AI/ML enablement platform for teams at scale. The release of Anaconda Enterprise 5.2 adds capabilities for
Test and Code: Preparing for Technical Talks with Kelsey Hightower - bonus episode
Link: http://testandcode.com/43-bonus
After I had wrapped up the interview with Kelsey Hightower for episode 43, I asked him one last question.
You see, I admire the his presentation style.
So I asked him if he would share with me how he
Link: http://testandcode.com/43-bonus
After I had wrapped up the interview with Kelsey Hightower for episode 43, I asked him one last question.
You see, I admire the his presentation style.
So I asked him if he would share with me how he
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering: Preparing for Technical Talks with Kelsey Hightower - bonus episode
Kelsey Hightower answers a quick question about how he prepares for technical talks.
Matthew Rocklin: Who uses Dask?
Link: https://matthewrocklin.com/blog//work/2018/07/16/dask-stories
This work is supported by Anaconda Inc
People often ask general questions like “Who uses Dask?” or more specific
questions like the following:
For what applications do people use Dask dataframe?
How
Link: https://matthewrocklin.com/blog//work/2018/07/16/dask-stories
This work is supported by Anaconda Inc
People often ask general questions like “Who uses Dask?” or more specific
questions like the following:
For what applications do people use Dask dataframe?
How
Curtis Miller: Stock Data Analysis with Python (Second Edition)
Link:
This is a lecture for MATH 4100/CS 5160: Introduction to Data Science, offered at the University of Utah, introducing time series data analysis applied to finance. This is also an update to my earlier
Link:
This is a lecture for MATH 4100/CS 5160: Introduction to Data Science, offered at the University of Utah, introducing time series data analysis applied to finance. This is also an update to my earlier
Python Engineering at Microsoft: New web app tutorials in the VS and VS Code Python docs, and docs feedback
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/17/new-web-app-tutorials-in-the-vs-and-vs-code-python-docs-and-docs-feedback/
This post was written by Kraig Brockschmidt
Recognizing the popularity of the Django and Flask web app frameworks, we recently added several tutorials in the Python documentation that guide you throug
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/07/17/new-web-app-tutorials-in-the-vs-and-vs-code-python-docs-and-docs-feedback/
This post was written by Kraig Brockschmidt
Recognizing the popularity of the Django and Flask web app frameworks, we recently added several tutorials in the Python documentation that guide you throug
Chris Warrick: Pipenv: promises a lot, delivers very little
Link: https://chriswarrick.com/blog/2018/07/17/pipenv-promises-a-lot-delivers-very-little/
Pipenv is a Python packaging tool that does one thing reasonably well — application dependency management. However, it is also plagued by issues, limitations and a break-neck development process. In t
Link: https://chriswarrick.com/blog/2018/07/17/pipenv-promises-a-lot-delivers-very-little/
Pipenv is a Python packaging tool that does one thing reasonably well — application dependency management. However, it is also plagued by issues, limitations and a break-neck development process. In t
Chris Warrick
Pipenv: promises a lot, delivers very little
Pipenv is a Python packaging tool that does one thing reasonably well. It tries to promote itself as much more than it is.
Bhishan Bhandari: Zip files using Python
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/1XCR22wH5HQ/
Zipping files can be one part of a more complex operations that we perform using programming. This can usually happen when you are working on a data pipeline and/or products requiring data movement. P
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/1XCR22wH5HQ/
Zipping files can be one part of a more complex operations that we perform using programming. This can usually happen when you are working on a data pipeline and/or products requiring data movement. P
The Tara Nights
Zip files using Python - The Tara Nights
Zipping files can be one part of a more complex operations that we perform using programming. This can usually happen when you are working on a data pipeline and/or products requiring data movement. Python has easy methods available for zipping files and…
Juan Rodríguez Monti: Big O Algorithm Complexity Cheatsheet for common data structures
Link: http://www.juanrodriguezmonti.com.ar/2018/07/17/bigocheatsheet/
Big O Cheatsheet Complexity Efficiency of stacks, queues, linked lists, doubly linked lists, and more data structures when inserting, deleting and searching Big O notation is defined by Wikipedia as a
Link: http://www.juanrodriguezmonti.com.ar/2018/07/17/bigocheatsheet/
Big O Cheatsheet Complexity Efficiency of stacks, queues, linked lists, doubly linked lists, and more data structures when inserting, deleting and searching Big O notation is defined by Wikipedia as a
Python Bytes: #87 Guido van Rossum steps down
Link: https://pythonbytes.fm/episodes/show/87/guido-van-rossum-steps-down
Link: https://pythonbytes.fm/episodes/show/87/guido-van-rossum-steps-down
pythonbytes.fm
Guido van Rossum steps down
News and announcements from the Python community for the week of Jul 17th, 2018
Rene Dudfield: Draft of, ^Let's write a unit test!^
Link: http://renesd.blogspot.com/2018/07/draft-of-lets-write-unit-test.html
(BeginDraft)So, I started writing this for people who want to 'contribute' to Free Libre and Open source projects.It's not finished yet, but still useful, and I'd like a bit of feedback, and to start
Link: http://renesd.blogspot.com/2018/07/draft-of-lets-write-unit-test.html
(BeginDraft)So, I started writing this for people who want to 'contribute' to Free Libre and Open source projects.It's not finished yet, but still useful, and I'd like a bit of feedback, and to start
Blogspot
Draft of, ^Let's write a unit test!^
(Begin Draft ) So, I started writing this for people who want to 'contribute' to Free Libre and Open source projects. It's not finished ...
Michael Foord: A Very Short Love Letter to Agile
Link: https://agileabstractions.com/Agile/
The photo shows some of the Resolver Systems crew enjoying a meal together at the 2009 EuroPython in Birmingham.
I love the word rigour. It conveys either, or both, strict discipline or something tha
Link: https://agileabstractions.com/Agile/
The photo shows some of the Resolver Systems crew enjoying a meal together at the 2009 EuroPython in Birmingham.
I love the word rigour. It conveys either, or both, strict discipline or something tha
Matthew Rocklin: Dask Development Log, Scipy 2018
Link: https://matthewrocklin.com/blog//work/2018/07/17/dask-dev
This work is supported by Anaconda Inc
To increase transparency I’m trying to blog more often about the current work
going on around Dask and related projects. Nothing here is ready for
production.
Link: https://matthewrocklin.com/blog//work/2018/07/17/dask-dev
This work is supported by Anaconda Inc
To increase transparency I’m trying to blog more often about the current work
going on around Dask and related projects. Nothing here is ready for
production.
Dataquest: Basic Statistics in Python: Probability
Link: https://www.dataquest.io/blog/basic-statistics-in-python-probability/
When studying statistics, you will inevitably have to learn about probability. It is easy lose yourself in the formulas and theory behind probability, but it has essential uses in both working and dai
Link: https://www.dataquest.io/blog/basic-statistics-in-python-probability/
When studying statistics, you will inevitably have to learn about probability. It is easy lose yourself in the formulas and theory behind probability, but it has essential uses in both working and dai
EuroPython: EuroPython 2018: Introducing Smarkets
Link: https://blog.europython.eu/post/176018861357
We are very pleased to have Smarkets as Keystone Sponsor for EuroPython 2018. You can visit them at the most central booth in our exhibit area, the Lennox Suite in the EICC, and take the opportunity t
Link: https://blog.europython.eu/post/176018861357
We are very pleased to have Smarkets as Keystone Sponsor for EuroPython 2018. You can visit them at the most central booth in our exhibit area, the Lennox Suite in the EICC, and take the opportunity t
EuroPython Blog
EuroPython 2018: Introducing Smarkets
We are very pleased to have Smarkets as Keystone Sponsor for EuroPython 2018. You can visit them at the most central booth in our exhibit area, the Lennox Suite in the EICC, and take the opportunity...
Python Software Foundation: The Happy Medium: Distinguished Service Award Winner Tim Peters
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/8AxZyMotloc/the-happy-medium-distinguished-service.html
When Tim Peters started working on Python, his first advice for Guido van Rossum was that programmers want to add ints and floats. From the beginning, Python had both kinds of numbers, just like today
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/8AxZyMotloc/the-happy-medium-distinguished-service.html
When Tim Peters started working on Python, his first advice for Guido van Rossum was that programmers want to add ints and floats. From the beginning, Python had both kinds of numbers, just like today
Blogspot
The Happy Medium: Distinguished Service Award Winner Tim Peters
When Tim Peters started working on Python, his first advice for Guido van Rossum was that programmers want to add ints and floats . From th...
Real Python: Lists and Tuples in Python
Link: https://realpython.com/python-lists-tuples/
Lists and tuples are arguably Python’s most versatile, useful data types. You will find them in virtually every nontrivial Python program.
Here’s what you’ll learn in this tutorial: You’ll cover the
Link: https://realpython.com/python-lists-tuples/
Lists and tuples are arguably Python’s most versatile, useful data types. You will find them in virtually every nontrivial Python program.
Here’s what you’ll learn in this tutorial: You’ll cover the
Realpython
Lists vs Tuples in Python – Real Python
In this tutorial, you'll learn the key characteristics of lists and tuples in Python, as well as how to define and manipulate them. When you're finished, you'll have a good feel for when to use a tuple vs a list in a Python program.
Django Weblog: Django 2.1 release candidate 1 released
Link: https://www.djangoproject.com/weblog/2018/jul/18/django-21-rc1/
Django 2.1 release candidate 1 is the final opportunity for you to try out the smorgasbord of new
features before Django 2.1 is released.
The release candidate stage marks the string freeze and the ca
Link: https://www.djangoproject.com/weblog/2018/jul/18/django-21-rc1/
Django 2.1 release candidate 1 is the final opportunity for you to try out the smorgasbord of new
features before Django 2.1 is released.
The release candidate stage marks the string freeze and the ca