Mike Driscoll: PyDev of the Week: Christopher Neugebauer
Link: http://www.blog.pythonlibrary.org/2018/07/23/pydev-of-the-week-christopher-neugebauer/
This week we welcome Christopher Neugebauer (@chrisjrn) as our PyDev of the Week! Christopher helped organize North Bay Python and PyCon Australia. He is also a fellow of the Python Software Foundatio
Link: http://www.blog.pythonlibrary.org/2018/07/23/pydev-of-the-week-christopher-neugebauer/
This week we welcome Christopher Neugebauer (@chrisjrn) as our PyDev of the Week! Christopher helped organize North Bay Python and PyCon Australia. He is also a fellow of the Python Software Foundatio
Bhishan Bhandari: File Handling in Python
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/4I-uvlssowQ/
Python has convenient built-ins to work with files. The intentions of this post is to discuss on various modes of open() and see them through examples. open() is a built-in function that returns a fil
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/4I-uvlssowQ/
Python has convenient built-ins to work with files. The intentions of this post is to discuss on various modes of open() and see them through examples. open() is a built-in function that returns a fil
The Tara Nights
File Handling in Python - The Tara Nights
Python has convenient built-ins to work with files. The intentions of this post is to discuss on various modes of open() and see them through examples. open() is a built-in function that returns a file object, also called a handle, as it is used to read or…
Dataquest: Top 20 Python AI and Machine Learning Open Source Projects
Link: https://www.dataquest.io/blog/top-20-python-ai-and-machine-learning-open-source-projects/
Getting into Machine Learning and AI is not an easy task. Many aspiring professionals and enthusiasts find it hard to establish a proper path into the field, given the enormous amount of resources ava
Link: https://www.dataquest.io/blog/top-20-python-ai-and-machine-learning-open-source-projects/
Getting into Machine Learning and AI is not an easy task. Many aspiring professionals and enthusiasts find it hard to establish a proper path into the field, given the enormous amount of resources ava
Dataquest
Top 20 Python AI and Machine Learning Open Source Projects
Great data science programs give real-world practice. Use these open-sourced projects to get started with machine learning and artificial intelligence today.
Sylvain Hellegouarch: How Python and Guido got me my first job and many afterwards
Link: http://www.defuze.org/archives/496-how-python-and-guido-got-me-my-first-job-and-many-afterwards.html
Recently, Guido van Rossum, creator and leader of the Python programming language announced, quite out of the blue for the distant pythonista, that he was resigning from his role as the leader of the
Link: http://www.defuze.org/archives/496-how-python-and-guido-got-me-my-first-job-and-many-afterwards.html
Recently, Guido van Rossum, creator and leader of the Python programming language announced, quite out of the blue for the distant pythonista, that he was resigning from his role as the leader of the
Curtis Miller: Unpacking NumPy and Pandas: The Book Is Coming Soon!
Link:
The team at Packt will internally turn the video course Unpacking NumPy and Pandas into a book. This means there will be yet another format for people to learn from me about NumPy and Pandas.
Link:
The team at Packt will internally turn the video course Unpacking NumPy and Pandas into a book. This means there will be yet another format for people to learn from me about NumPy and Pandas.
Matthew Rocklin: Pickle isn't slow, it's a protocol
Link: https://matthewrocklin.com/blog//work/2018/07/23/protocols-pickle
This work is supported by Anaconda Inc
tl;dr: Pickle isn’t slow, it’s a protocol. Protocols are important for
ecosystems.
A recent Dask issue showed that using Dask with PyTorch was
slow because send
Link: https://matthewrocklin.com/blog//work/2018/07/23/protocols-pickle
This work is supported by Anaconda Inc
tl;dr: Pickle isn’t slow, it’s a protocol. Protocols are important for
ecosystems.
A recent Dask issue showed that using Dask with PyTorch was
slow because send
Real Python: Fast, Flexible, Easy and Intuitive: How to Speed Up Your Pandas Projects
Link: https://realpython.com/fast-flexible-pandas/
If you work with big data sets, you probably remember the “aha” moment along your Python journey when you discovered the Pandas library. Pandas is a game-changer for data science and analytics, partic
Link: https://realpython.com/fast-flexible-pandas/
If you work with big data sets, you probably remember the “aha” moment along your Python journey when you discovered the Pandas library. Pandas is a game-changer for data science and analytics, partic
Realpython
Fast, Flexible, Easy and Intuitive: How to Speed Up Your pandas Projects – Real Python
What is it about pandas that has data scientists, analysts, and engineers raving? This is a guide to using pandas Pythonically to get the most out of its powerful and easy-to-use built-in features. Additionally, you will learn a couple of practical time-saving…
PyCharm: PyCharm 2018.2 RC 2
Link: http://feedproxy.google.com/~r/Pycharm/~3/opEoXs7_Vzg/
Today we’re making the second release candidate for PyCharm 2018.2 available on our website. We’ve only made one small fix to how usage statistics are collected.
Usage statistics collection in PyCharm
Link: http://feedproxy.google.com/~r/Pycharm/~3/opEoXs7_Vzg/
Today we’re making the second release candidate for PyCharm 2018.2 available on our website. We’ve only made one small fix to how usage statistics are collected.
Usage statistics collection in PyCharm
PyCharm Blog
PyCharm 2018.2 RC 2
Today we’re making the second release candidate for PyCharm 2018.2 available on our website. We’ve only made one small fix to how usage statistics are collected. Usage statistics collec…
Bhishan Bhandari: Python Operators
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/wD-sSXbFmzw/
Operators are the constructs that enable performing operations on operands(values and variables). The operators in python are represented by special symbols and keywords. The intentions of this blog i
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/wD-sSXbFmzw/
Operators are the constructs that enable performing operations on operands(values and variables). The operators in python are represented by special symbols and keywords. The intentions of this blog i
The Tara Nights
Python Operators - The Tara Nights
Operators are the constructs that enable performing operations on operands(values and variables). The operators in python are represented by special symbols and keywords. The intentions of this blog is to familiarize with the various operators in Python.…
Doing Math with Python: Doing Math with Python in Linux Geek Humble Bundle
Link: http://doingmathwithpython.github.io/humble-bundle-linux-geek.html
"Doing Math with Python" is part of No Starch Press's "Pay what you want" Linux Geek Humble Bundle
running for the next 7 days. Your purchases will help support EFF or a charity of your choice.
Ge
Link: http://doingmathwithpython.github.io/humble-bundle-linux-geek.html
"Doing Math with Python" is part of No Starch Press's "Pay what you want" Linux Geek Humble Bundle
running for the next 7 days. Your purchases will help support EFF or a charity of your choice.
Ge
Mike Driscoll: Understanding Tracebacks in Python
Link: http://www.blog.pythonlibrary.org/2018/07/24/understanding-tracebacks-in-python/
When you are first starting out learning how to program, one of the first things you will want to learn is what an error message means. In Python, error messages are usually called tracebacks. Here ar
Link: http://www.blog.pythonlibrary.org/2018/07/24/understanding-tracebacks-in-python/
When you are first starting out learning how to program, one of the first things you will want to learn is what an error message means. In Python, error messages are usually called tracebacks. Here ar
EuroPython: EuroPython 2018: Get to know other attendees
Link: https://blog.europython.eu/post/176226172432
As with every larger conference, it is sometimes a bit intimidating to approach other fellow attendees to get to know them.At EuroPython, we’re generally a very friendly bunch and open to helping peop
Link: https://blog.europython.eu/post/176226172432
As with every larger conference, it is sometimes a bit intimidating to approach other fellow attendees to get to know them.At EuroPython, we’re generally a very friendly bunch and open to helping peop
EuroPython Blog
EuroPython 2018: Get to know other attendees
As with every larger conference, it is sometimes a bit intimidating to approach other fellow attendees to get to know them.
At EuroPython, we’re generally a very friendly bunch and open to helping...
At EuroPython, we’re generally a very friendly bunch and open to helping...
Stack Abuse: Cross Validation and Grid Search for Model Selection in Python
Link: http://stackabuse.com/cross-validation-and-grid-search-for-model-selection-in-python/
Introduction
A typical machine learning process involves training different models on the dataset and selecting the one with best performance. However, evaluating the performance of algorithm is not a
Link: http://stackabuse.com/cross-validation-and-grid-search-for-model-selection-in-python/
Introduction
A typical machine learning process involves training different models on the dataset and selecting the one with best performance. However, evaluating the performance of algorithm is not a
Stack Abuse
Cross Validation and Grid Search for Model Selection in Python
A typical machine learning process involves training different models on the dataset and selecting the one with best performance. However, evaluating the perfo...
Reuven Lerner: Avoiding Windows backslash problems with Python’s raw strings
Link: https://blog.lerner.co.il/avoiding-windows-backslash-problems-with-pythons-raw-strings/
I’m a Unix guy, but the participants in my Python classes overwhelmingly use Windows. Inevitably, when we get to talking about working with files in Python, someone will want to open a file using the
Link: https://blog.lerner.co.il/avoiding-windows-backslash-problems-with-pythons-raw-strings/
I’m a Unix guy, but the participants in my Python classes overwhelmingly use Windows. Inevitably, when we get to talking about working with files in Python, someone will want to open a file using the
Reuven Lerner's Blog
Avoiding Windows backslash problems with Python's raw strings - Reuven Lerner's Blog
I’m a Unix guy, but the participants in my Python classes overwhelmingly use Windows. Inevitably, when we get to talking about working with files in Python, someone will want to open a file using the complete path to the file. And they’ll end up writing…
Davy Wybiral: Running python-RQ on a Raspberry Pi 3 Cluster
Link: http://davywybiral.blogspot.com/2018/07/running-python-rq-on-raspberry-pi-3.html
I keep getting asked to show some examples of Python code running on a Raspberry Pi cluster so here's a distributed task queue using python-RQ, Redis, and 16 ARM cores-worth of Raspberry Pi 3's.
Link: http://davywybiral.blogspot.com/2018/07/running-python-rq-on-raspberry-pi-3.html
I keep getting asked to show some examples of Python code running on a Raspberry Pi cluster so here's a distributed task queue using python-RQ, Redis, and 16 ARM cores-worth of Raspberry Pi 3's.
Blogspot
Running python-RQ on a Raspberry Pi 3 Cluster
I keep getting asked to show some examples of Python code running on a Raspberry Pi cluster so here's a distributed task queue using python-...
Mike Driscoll: Python 101: Episode #17 – The email and smtp modules
Link: http://www.blog.pythonlibrary.org/2018/07/25/python-101-episode-17-the-email-and-smtp-modules/
Learn how to use Python’s email and smtp modules in this video. You can also read the written version of this video here: http://python101.pythonlibrary.org/ or get the book here: https://leanpub.com
Link: http://www.blog.pythonlibrary.org/2018/07/25/python-101-episode-17-the-email-and-smtp-modules/
Learn how to use Python’s email and smtp modules in this video. You can also read the written version of this video here: http://python101.pythonlibrary.org/ or get the book here: https://leanpub.com
PyCon.DE & PyData Karlsruhe: PyCon.DE & PyData Karlsruhe 2018 Keynote: Wes McKinney
Link: http://de.pycon.org/blog/pyconde-and-pydata-karlsruhe-2018-keynote-wes-mckinney/
We are very happy to confirm Wes McKinney as a keynote speaker for PyCon.DE 2018 & PyData Karlsruhe.
Wes McKinney has been creating fast, easy-to-use data wrangling and statistical computing tools, m
Link: http://de.pycon.org/blog/pyconde-and-pydata-karlsruhe-2018-keynote-wes-mckinney/
We are very happy to confirm Wes McKinney as a keynote speaker for PyCon.DE 2018 & PyData Karlsruhe.
Wes McKinney has been creating fast, easy-to-use data wrangling and statistical computing tools, m
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.
Bhishan Bhandari: Python Variables
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/7K8jynA3JC0/
The intentions of this blog is to familiarize with how variables are assigned, the mechanism behind variable assignment, discuss equal status and how almost everything is an object in python, manipula
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/7K8jynA3JC0/
The intentions of this blog is to familiarize with how variables are assigned, the mechanism behind variable assignment, discuss equal status and how almost everything is an object in python, manipula
The Tara Nights
Python Variables - The Tara Nights
The intentions of this blog is to familiarize with how variables are assigned, the mechanism behind variable assignment, discuss equal status and how almost everything is an object in python, manipulations of objects held by the symbolic names that act as…
Real Python: Documenting Python Code: A Complete Guide
Link: https://realpython.com/documenting-python-code/
Welcome to your complete guide to documenting Python code. Whether you’re documenting a small script or a large project, whether you’re a beginner or seasoned Pythonista, this guide will cover everyth
Link: https://realpython.com/documenting-python-code/
Welcome to your complete guide to documenting Python code. Whether you’re documenting a small script or a large project, whether you’re a beginner or seasoned Pythonista, this guide will cover everyth
Realpython
Documenting Python Code: A Complete Guide – Real Python
A complete guide to documenting Python code. Whether you're documenting a small script or a large project, whether you're a beginner or seasoned Pythonista, this guide will cover everything you need to know.
NumFOCUS: Two Sigma Renews Corporate Sponsorship of NumFOCUS
Link: https://www.numfocus.org/blog/two-sigma-renews-corporate-sponsorship-of-numfocus
The post Two Sigma Renews Corporate Sponsorship of NumFOCUS appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/two-sigma-renews-corporate-sponsorship-of-numfocus
The post Two Sigma Renews Corporate Sponsorship of NumFOCUS appeared first on NumFOCUS.
NumFOCUS
Two Sigma Renews Corporate Sponsorship of NumFOCUS - NumFOCUS
"NumFOCUS projects are critical to our lines of business. Being able to invest in these products as a portfolio is a unique value proposition for us."