Ian Ozsvald: Another Successful Data Science Projects course completed
Link: https://ianozsvald.com/2020/01/28/another-successful-data-science-projects-course-completed/
A week back I ran the 4th iteration of my 1 day Successful Data Science Projects course. We covered:
How to write a Project Specification including a strong Definition of Done
How to derisk a new dat
Link: https://ianozsvald.com/2020/01/28/another-successful-data-science-projects-course-completed/
A week back I ran the 4th iteration of my 1 day Successful Data Science Projects course. We covered:
How to write a Project Specification including a strong Definition of Done
How to derisk a new dat
Entrepreneurial Geekiness
Another Successful Data Science Projects course completed
A week back I ran the 4th iteration of my 1 day Successful Data Science Projects course. We covered:
How to write a Project Specification including a strong Definition of Done
How to derisk a new dataset quickly using Pandas Profiling, Seaborn and dabl…
How to write a Project Specification including a strong Definition of Done
How to derisk a new dataset quickly using Pandas Profiling, Seaborn and dabl…
PyCoder’s Weekly: Issue #405 (Jan. 28, 2020)
Link: https://pycoders.com/issues/405
#405 – JANUARY 28, 2020 View in Browser » Python GUI Programming With Tkinter In this article, you’ll learn the basics of GUI programming with Tkinter, the de-facto Python GUI framework. Master
Link: https://pycoders.com/issues/405
#405 – JANUARY 28, 2020 View in Browser » Python GUI Programming With Tkinter In this article, you’ll learn the basics of GUI programming with Tkinter, the de-facto Python GUI framework. Master
Pycoders
PyCoder’s Weekly | Issue #405
Issue #405 of the PyCoder’s Weekly newsletter, published Jan. 28, 2020.
Continuum Analytics Blog: Introducing Anaconda Team Edition: Secure Open-Source Data Science for the Enterprise
Link: https://www.anaconda.com/secure-open-source-data-science-team-edition/
I’m very excited to announce a new addition to Anaconda’s product line — Anaconda Team Edition! For the last few years, Anaconda has offered two products: our free Anaconda Distribution, meant for ind
Link: https://www.anaconda.com/secure-open-source-data-science-team-edition/
I’m very excited to announce a new addition to Anaconda’s product line — Anaconda Team Edition! For the last few years, Anaconda has offered two products: our free Anaconda Distribution, meant for ind
Anaconda
Introducing Anaconda Team Edition: Secure Open-Source Data Science for the Enterprise - Anaconda
Team Edition is Anaconda's newest product. Use Team Edition to mirror our data science and machine learning repository onto your enterprise infrastructre.
PyPy Development: Leysin Winter sprint 2020: Feb 29 - March 8th
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/NIBXnG16Ucc/leysin-winter-sprint-2020-feb-28-march.html
The next PyPy sprint will be in Leysin, Switzerland, for the fourteenth
time. This is a fully public sprint: newcomers and topics other than
those proposed below are welcome.
Goals and topics of
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/NIBXnG16Ucc/leysin-winter-sprint-2020-feb-28-march.html
The next PyPy sprint will be in Leysin, Switzerland, for the fourteenth
time. This is a fully public sprint: newcomers and topics other than
those proposed below are welcome.
Goals and topics of
Blogspot
Leysin Winter sprint 2020: Feb 28 - March 7th
The next PyPy sprint will be in Leysin, Switzerland, for the fourteenth time. This is a fully public sprint: newcomers and topics other tha...
Real Python: Python '!=' Is Not 'is not': Comparing Objects in Python
Link: https://realpython.com/python-is-identity-vs-equality/
There’s a subtle difference between the Python identity operator (is) and the equality operator (==). Your code can run fine when you use the Python is operator to compare numbers, until it suddenly d
Link: https://realpython.com/python-is-identity-vs-equality/
There’s a subtle difference between the Python identity operator (is) and the equality operator (==). Your code can run fine when you use the Python is operator to compare numbers, until it suddenly d
Realpython
Python != Is Not is not: Comparing Objects in Python – Real Python
In this quick and practical tutorial, you'll learn when to use the Python is, is not, == and != operators. You'll see what these comparison operators do under the hood, dive into some quirks of object identity and interning, and define a custom class.
PyCharm: Webinar: “Security Checks for Python Code” with Anthony Shaw
Link: http://feedproxy.google.com/~r/Pycharm/~3/l3qUiQ_vOy4/
Software has security issues, Python is software, so how do Python developers avoid common traps? In this webinar, Anthony Shaw discusses the topic of security vulnerabilities, how code quality tools
Link: http://feedproxy.google.com/~r/Pycharm/~3/l3qUiQ_vOy4/
Software has security issues, Python is software, so how do Python developers avoid common traps? In this webinar, Anthony Shaw discusses the topic of security vulnerabilities, how code quality tools
PyCharm Blog
Webinar: “Security Checks for Python Code” with Anthony Shaw
Software has security issues, Python is software, so how do Python developers avoid common traps? In this webinar, Anthony Shaw discusses the topic of security vulnerabilities, how code quality too…
Sumana Harihareswara - Cogito, Ergo Sumana: MOSS Video, BSSw Honorable Mention, and The Maintainership Book I Am Writing
Link: https://www.harihareswara.net/sumana/2020/01/29/0
Video
Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
Link: https://www.harihareswara.net/sumana/2020/01/29/0
Video
Mozilla interviewed me about the Python Package Index (PyPI), a USD$170,000 Mozilla Open Source Support award I helped the Python Software Foundation get in 2017, and how we used that money to
testmon: Hidden test dependencies
Link: https://testmon.org/hidden-test-dependencies-intr.html
Tests should be independent, isolated and repeatable. When they are, it's easy to run just one of them, run all of them in parallel or use pytest-testmon. But we don't live in an ideal world and many
Link: https://testmon.org/hidden-test-dependencies-intr.html
Tests should be independent, isolated and repeatable. When they are, it's easy to run just one of them, run all of them in parallel or use pytest-testmon. But we don't live in an ideal world and many
testmon.org
pytest-testmon: selects tests affected by changed files
Wingware: Wing Python IDE 7.2.1 - January 28, 2020
Link: https://wingware.com/news/2020-01-28
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Link: https://wingware.com/news/2020-01-28
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Wingware
Wing Python IDE 7.2.1 - January 28, 2020 - Wing Python IDE
Wing 7.2.1 fixes debug process group termination, avoids failures seen when
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
Erik Marsja: Random Forests (and Extremely) in Python with scikit-learn
Link: https://www.marsja.se/random-forests-and-extremely-in-python-with-scikit-learn/?utm_source=rss&utm_medium=rss&utm_campaign=random-forests-and-extremely-in-python-with-scikit-learn
The post Random Forests (and Extremely) in Python with scikit-learn appeared first on Erik Marsja.
In this guest post, you will learn by example how to do two popular machine learning techniques calle
Link: https://www.marsja.se/random-forests-and-extremely-in-python-with-scikit-learn/?utm_source=rss&utm_medium=rss&utm_campaign=random-forests-and-extremely-in-python-with-scikit-learn
The post Random Forests (and Extremely) in Python with scikit-learn appeared first on Erik Marsja.
In this guest post, you will learn by example how to do two popular machine learning techniques calle
Erik Marsja
Random Forests (and Extremely) in Python with scikit-learn
An example on how to set up a random, and extremely random, forest analysis in Python. The code is explained.
Wingware: Wing Python IDE 7.2.1 - January 29, 2020
Link: https://wingware.com/news/2020-01-29
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Link: https://wingware.com/news/2020-01-29
Wing 7.2.1 fixes debug process group termination, avoids failures seen when pasting some
Python code, prevents crashing in vi browse mode when the first line of the file is blank,
and fixes some other
Wingware
Wing Python IDE 7.2.1 - January 29, 2020 - Wing Python IDE
Wing 7.2.1 fixes debug process group termination, avoids failures seen when
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
pasting some Python code, prevents crashing in vi browse mode when the first line of the
file is blank, and fixes some other usability issues.
Continuum Analytics Blog: We’ve Reached a Milestone: pandas 1.0 Is Here
Link: https://www.anaconda.com/pandas-1-0-is-here/
Today the pandas project announced the release of pandas 1.0.0. For more on what’s changed, read through the extensive release notes. We’re particularly excited about Numba-accelerated window operatio
Link: https://www.anaconda.com/pandas-1-0-is-here/
Today the pandas project announced the release of pandas 1.0.0. For more on what’s changed, read through the extensive release notes. We’re particularly excited about Numba-accelerated window operatio
Anaconda
We’ve Reached a Milestone: pandas 1.0 Is Here - Anaconda
Today pandas, a fundamental open-source data science project, reaches a milestone with the release of 1.0. We are proud to be a longtime institutional partner.
Daniel Roy Greenfeld: Feed Generator
Link:
Late last year I changed my blog engine yet again. I've been happy with it so far, with the exception of XML feeds. The tooling I chose doesn't have good support for feeds, certainly not with the filt
Link:
Late last year I changed my blog engine yet again. I've been happy with it so far, with the exception of XML feeds. The tooling I chose doesn't have good support for feeds, certainly not with the filt
Test and Code: 99: Software Maintenance and Chess
Link: https://testandcode.com/99
I play a form of group chess that has some interesting analogies to software development and maintenance of existing systems. This episode explains group chess and explores a few of those analogies.Sp
Link: https://testandcode.com/99
I play a form of group chess that has some interesting analogies to software development and maintenance of existing systems. This episode explains group chess and explores a few of those analogies.Sp
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 99: Software Maintenance and Chess
I play a form of group chess that has some interesting analogies to software development and maintenance of existing systems. This episode explains group chess and explores a few of those analogies.
Talk Python to Me: #249 Capture the Staff of Pythonic Knowledge in TwilioQuest
Link: https://talkpython.fm/episodes/show/249/capture-the-staff-of-pythonic-knowledge-in-twilioquest
Are you learning or helping someone else learn Python, why not make a game out of it? TwilioQuest is a game that doesn't treat you with kid-gloves while teaching you Python. Using your editor of choic
Link: https://talkpython.fm/episodes/show/249/capture-the-staff-of-pythonic-knowledge-in-twilioquest
Are you learning or helping someone else learn Python, why not make a game out of it? TwilioQuest is a game that doesn't treat you with kid-gloves while teaching you Python. Using your editor of choic
talkpython.fm
Capture the Staff of Pythonic Knowledge in TwilioQuest
Are you learning or helping someone else learn Python, why not make a game out of it? TwilioQuest is a game that doesn't treat you with kid-gloves while teaching you Python. Using your editor of choice, write code on your machine, and still play the game…
Weekly Python StackOverflow Report: (ccxiii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/02/ccxiii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-02-01 08:14:33 GMTIs there a way of subclassing from dict and coll
Link: http://python-weekly.blogspot.com/2020/02/ccxiii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-02-01 08:14:33 GMTIs there a way of subclassing from dict and coll
Blogspot
(ccxiii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Tryton News: Newsletter February 2020
Link: https://discuss.tryton.org/t/newsletter-february-2020/2160
@ced wrote:
customers-users-color-wheel-6231.jpg1280×853 178 KB
Tryton is a business software platform which comes with a set of modules that can be activated to make an ERP, MRP, CRM etc.
During t
Link: https://discuss.tryton.org/t/newsletter-february-2020/2160
@ced wrote:
customers-users-color-wheel-6231.jpg1280×853 178 KB
Tryton is a business software platform which comes with a set of modules that can be activated to make an ERP, MRP, CRM etc.
During t
Tryton Discussion
Newsletter February 2020
Tryton is a business software platform which comes with a set of modules that can be activated to make an ERP, MRP, CRM etc. During the last month, we kept improving the user experience with many changes that fine tune how Tryton works. There was also a…
Peter Hoffmann: Azure Data Explorer and Parquet files in the Azure Blob Storage
Link: http://peter-hoffmann.com/2020/azure-data-explorer-and-parquet-files-in-from-azure-blob-storage.html
Azure Data Explorer
With the heavy use of Apache Parquet datasets
within my team at Blue Yonder we are always looking for managed, scalable/elastic query
engines on flat files beside the usual suspect
Link: http://peter-hoffmann.com/2020/azure-data-explorer-and-parquet-files-in-from-azure-blob-storage.html
Azure Data Explorer
With the heavy use of Apache Parquet datasets
within my team at Blue Yonder we are always looking for managed, scalable/elastic query
engines on flat files beside the usual suspect
Peter-Hoffmann
Azure Data Explorer and Parquet files in the Azure Blob Storage
Last summer Microsoft has rebranded the Azure Kusto Query engine as Azure Data Explorer. While it does not support fully elastic scaling, it at least allows to scale up and out a cluster via an API or the Azure portal to adapt to different workloads. It also…
Ionel Cristian Maries: Speeding up Django pagination
Link: https://blog.ionelmc.ro/2020/02/02/speeding-up-django-pagination/
I assume you have already read Optimizing the Django Admin Paginator. If
not, this is basically the take-away from that article:
class InfinityPaginator(Paginator):
@property
def count(self):
Link: https://blog.ionelmc.ro/2020/02/02/speeding-up-django-pagination/
I assume you have already read Optimizing the Django Admin Paginator. If
not, this is basically the take-away from that article:
class InfinityPaginator(Paginator):
@property
def count(self):
blog.ionelmc.ro
Speeding up Django pagination - Using PostgreSQL's statistics to get a loose page count
Using PostgreSQL's statistics to get a loose page count — I assume you have already read Optimizing the Django Admin Paginator. If not, this is basically the take-away from that article: class...
Zero-with-Dot (Oleg Żero): Surviving zombie apocalypse with random search algorithm
Link: https://zerowithdot.com/random-search-algorithm/
Introduction
Imagine a typical Holywood zombie apocalypse scenario…
A group of desperate folks, led by a charismatic hero, barricades itself in some building, trying to make it to the end of the movie
Link: https://zerowithdot.com/random-search-algorithm/
Introduction
Imagine a typical Holywood zombie apocalypse scenario…
A group of desperate folks, led by a charismatic hero, barricades itself in some building, trying to make it to the end of the movie
Zerowithdot
Surviving zombie apocalypse with random search algorithm
Pure python implementation of the random search optimization algorithm as an alternative to the standard gradient descent, given a very silly example.