Continuum Analytics Blog: Intake: Parsing Data from Filenames and Paths
Link: https://www.anaconda.com/blog/developer-blog/intake-parsing-data-from-filenames-and-paths/
By Julia Signell Motivation Do you have data in collections of files, where information is encoded both in the contents and the file/directory names? Perhaps something like '{year}/{month}/{day}/{site
Link: https://www.anaconda.com/blog/developer-blog/intake-parsing-data-from-filenames-and-paths/
By Julia Signell Motivation Do you have data in collections of files, where information is encoded both in the contents and the file/directory names? Perhaps something like '{year}/{month}/{day}/{site
Anaconda
Intake: Parsing Data from Filenames and Paths - Anaconda
Intake separates the concepts of the data engineer - the person curating, managing, and disseminating data - from the data user - the person analyzing and visualizing the data.
Ian Ozsvald: Keynote at EuroPython 2018 on “Citizen Science”
Link: http://ianozsvald.com/2018/07/27/keynote-at-europython-2018-on-citizen-science/
I’ve just had the privilege of giving my first keynote at EuroPython (and my second keynote this year), I’ve just spoken on “Citizen Science”. I gave a talk aimed at engineers showing examples of proj
Link: http://ianozsvald.com/2018/07/27/keynote-at-europython-2018-on-citizen-science/
I’ve just had the privilege of giving my first keynote at EuroPython (and my second keynote this year), I’ve just spoken on “Citizen Science”. I gave a talk aimed at engineers showing examples of proj
Entrepreneurial Geekiness
Keynote at EuroPython 2018 on "Citizen Science" - Entrepreneurial Geekiness
I’ve just had the privilege of giving my first keynote at EuroPython (and my second keynote this year), I’ve just spoken on “Citizen Science”. I gave a talk aimed at engineers showing examples of projects around healthcare and humanitarian topics using Python…
PyBites: Persistent Virtualenv Environment Variables with python-dotenv
Link: https://pybit.es/persistent-environment-variables.html
I can't count the amount of times I've followed a tutorial or guide that's said something along the lines of "Store your API Keys in environment variables".
It's easy enough to do with os.getenv but t
Link: https://pybit.es/persistent-environment-variables.html
I can't count the amount of times I've followed a tutorial or guide that's said something along the lines of "Store your API Keys in environment variables".
It's easy enough to do with os.getenv but t
PyBites
Persistent Virtualenv Environment Variables with python-dotenv
In this article I'm going to show you how to declare persistent environment variables in Python Virtual Environments with python-dotenv.
Weekly Python StackOverflow Report: (cxlvi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/10/cxlvi-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-10-06 21:03:54 GMTSpeed comparison. numpy vs python standard - [9/
Link: http://python-weekly.blogspot.com/2018/10/cxlvi-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-10-06 21:03:54 GMTSpeed comparison. numpy vs python standard - [9/
Blogspot
(cxlvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
PyBites: PyBites Twitter Digest - Issue 31, 2018
Link: https://pybit.es/twitter_digest_201831.html
Read about how Dropbox migrated to Python 3!
Submitted by @dgjustice
Read about the Dropbox Client Python 3 migration! https://t.co/dXIJvxn9lL— Guido van Rossum (@gvanrossum) September 27, 2018
Tutori
Link: https://pybit.es/twitter_digest_201831.html
Read about how Dropbox migrated to Python 3!
Submitted by @dgjustice
Read about the Dropbox Client Python 3 migration! https://t.co/dXIJvxn9lL— Guido van Rossum (@gvanrossum) September 27, 2018
Tutori
PyBites
PyBites Twitter Digest - Issue 31, 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
py.CheckIO: How To Publish A Package On PyPI
Link: http://py.checkio.org/blog/how-to-publish-a-package-on-pypi/
Every development has its back-story consisting of a great amount of work, research, failed or simpler prototypes, and people who have influenced it in one way or another. The knowledge and skills
Link: http://py.checkio.org/blog/how-to-publish-a-package-on-pypi/
Every development has its back-story consisting of a great amount of work, research, failed or simpler prototypes, and people who have influenced it in one way or another. The knowledge and skills
Py.CheckiO - games for coders
How To Publish A Package On PyPI. python coding challenges - Py.CheckiO
Everything great has a beginning and very few things can appear out of thin air. The same way each remarkable development was based on the research and achievements of predecessors, the skills and knowledge was drawn from other scholars, so it’s only fair…
Ned Batchelder: Who tests what is here
Link: https://nedbatchelder.com//blog/201810/who_tests_what_is_here.html
A long-awaited feature of coverage.py is now available in a rough form:
Who Tests What annotates coverage data with the
name of the test function that ran the code.To try it out:
Install cover
Link: https://nedbatchelder.com//blog/201810/who_tests_what_is_here.html
A long-awaited feature of coverage.py is now available in a rough form:
Who Tests What annotates coverage data with the
name of the test function that ran the code.To try it out:
Install cover
Davy Wybiral: DIY Pumpkin Bluetooth Stereo
Link: http://davywybiral.blogspot.com/2018/10/diy-pumpkin-bluetooth-stereo.html
It's October and Halloween is my favorite holiday so to celebrate I built this Jack-o-lantern Bluetooth stereo out of a real pumpkin. It sounds great and should be really easy to scare people with (no
Link: http://davywybiral.blogspot.com/2018/10/diy-pumpkin-bluetooth-stereo.html
It's October and Halloween is my favorite holiday so to celebrate I built this Jack-o-lantern Bluetooth stereo out of a real pumpkin. It sounds great and should be really easy to scare people with (no
Blogspot
DIY Pumpkin Bluetooth Stereo
It's October and Halloween is my favorite holiday so to celebrate I built this Jack-o-lantern Bluetooth stereo out of a real pumpkin. It sou...
Codementor: Web scraping using Python and BeautifulSoup
Link: https://www.codementor.io/dankhan/web-scrapping-using-python-and-beautifulsoup-o3hxadit4
Intro
In the era of data science it is common to collect data from websites for analytics purposes.
Python is one of the most commonly used programming languages for data science projects. Using...
Link: https://www.codementor.io/dankhan/web-scrapping-using-python-and-beautifulsoup-o3hxadit4
Intro
In the era of data science it is common to collect data from websites for analytics purposes.
Python is one of the most commonly used programming languages for data science projects. Using...
www.codementor.io
Web scraping using Python and BeautifulSoup | Codementor
Learn how to scrap web pages using python and beautifulsoup. Web scrapping is need to collect from data from website and then analyse it with data science tools.
Jeff Knupp: Extended Absence
Link: https://jeffknupp.com/blog/2018/10/06/extended-absence//
For those who have been keeping score, I've been on somewhat of an extended absence, especially since October of last year. Much of it was the result of events in my personal life which I'll not discu
Link: https://jeffknupp.com/blog/2018/10/06/extended-absence//
For those who have been keeping score, I've been on somewhat of an extended absence, especially since October of last year. Much of it was the result of events in my personal life which I'll not discu
Jeffknupp
Extended Absence
Mike Driscoll: PyDev of the Week: K Lars Lohn
Link: http://www.blog.pythonlibrary.org/2018/10/08/pydev-of-the-week-k-lars-lohn/
This week we welcome K Lars Lohn (@2braids) as our PyDev of the Week! He has been a part of the Python community for quite a few years. You can learn a bit more about him over on his blog or by checki
Link: http://www.blog.pythonlibrary.org/2018/10/08/pydev-of-the-week-k-lars-lohn/
This week we welcome K Lars Lohn (@2braids) as our PyDev of the Week! He has been a part of the Python community for quite a few years. You can learn a bit more about him over on his blog or by checki
Test and Code: 48: A GUI for pytest
Link: https://testandcode.com/48
The story of how I came to find a good user interface for running and debugging automated tests is interleaved with a multi-year effort of mine to have a test workflow that’s works smoothly with produ
Link: https://testandcode.com/48
The story of how I came to find a good user interface for running and debugging automated tests is interleaved with a multi-year effort of mine to have a test workflow that’s works smoothly with produ
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering: 48: A GUI for pytest
The story of how I discovered the current best GUI to run pytest.
Jaime Buelta: I wrote a Python book!
Link: https://wrongsideofmemphis.wordpress.com/2018/10/08/i-wrote-a-python-book/
So, great news, I wrote a book and it’s available! It’s called Python Automation Cookbook, and it’s aimed to people that already know a bit of Python (not necessarily developers only), but would like
Link: https://wrongsideofmemphis.wordpress.com/2018/10/08/i-wrote-a-python-book/
So, great news, I wrote a book and it’s available! It’s called Python Automation Cookbook, and it’s aimed to people that already know a bit of Python (not necessarily developers only), but would like
Wrong Side of Memphis
I wrote a Python book!
So, great news, I wrote a book and it’s available! It’s called Python Automation Cookbook, and it’s aimed to people that already know a bit of Python (not necessarily developers o…
Made With Mu: PortaMu - Making Mu Portable
Link: https://madewith.mu/mu/portamu/2018/10/08/portamu.html
(In this guest post, 14 year old Mu user and wunderkind Josh Lowe explains how
to get Mu working on locked-down school computers running Windows. School
network admins are going to go nuts over this!)
Link: https://madewith.mu/mu/portamu/2018/10/08/portamu.html
(In this guest post, 14 year old Mu user and wunderkind Josh Lowe explains how
to get Mu working on locked-down school computers running Windows. School
network admins are going to go nuts over this!)
Made With Mu
PortaMu - Making Mu Portable
(In this guest post, 14 year old Mu user and wunderkind Josh Lowe explains how to get Mu working on locked-down school computers running Windows. School network admins are going to go nuts over this!)
Blue Yonder Tech: Oxidizing Python: Speeding up URL quoting by 10x using Rust
Link: https://tech.blue-yonder.com/oxidizing-python-speeding-up-urlquoting-by-using-rust/
Motivation Recently a colleague of mine told me about a small bottleneck with url quoting since we are quoting a lot of storage keys at least once when loading or storing a dataset. To speed it up, we
Link: https://tech.blue-yonder.com/oxidizing-python-speeding-up-urlquoting-by-using-rust/
Motivation Recently a colleague of mine told me about a small bottleneck with url quoting since we are quoting a lot of storage keys at least once when loading or storing a dataset. To speed it up, we
Chris Moffitt: Pandas Crosstab Explained
Link: http://pbpython.com/pandas-crosstab.html
Introduction
Pandas offers several options for grouping and summarizing data but this variety of
options can be a blessing and a curse. These approaches are all powerful data
analysis tools but it ca
Link: http://pbpython.com/pandas-crosstab.html
Introduction
Pandas offers several options for grouping and summarizing data but this variety of
options can be a blessing and a curse. These approaches are all powerful data
analysis tools but it ca
Pbpython
Pandas Crosstab Explained
Explanation of pandas crosstab function, how to use it and some of its features.
PythonClub - A Brazilian collaborative blog about Python: Trabalhando com operadores ternários
Link: http://pythonclub.com.br/trabalhando-com-operadores-ternarios.html
Quando estamos escrevendo um código qualquer, possivelmente
a expressão que mais utilizamos é o if. Para qualquer
tarefas que buscamos automatizar ou problemas que buscamos
resolver, sempre acabamo
Link: http://pythonclub.com.br/trabalhando-com-operadores-ternarios.html
Quando estamos escrevendo um código qualquer, possivelmente
a expressão que mais utilizamos é o if. Para qualquer
tarefas que buscamos automatizar ou problemas que buscamos
resolver, sempre acabamo
PythonClub
Trabalhando com operadores ternários
Quando estamos escrevendo um código qualquer, possivelmente a expressão que mais utilizamos é o if. Para qualquer tarefas que buscamos automatizar ou problemas que buscamos resolver, sempre acabamos caindo em lógicas como
Python Bytes: #98 Python-Electron as a Python GUI
Link: https://pythonbytes.fm/episodes/show/98/python-electron-as-a-python-gui
Link: https://pythonbytes.fm/episodes/show/98/python-electron-as-a-python-gui
pythonbytes.fm
Python-Electron as a Python GUI
News and announcements from the Python community for the week of Oct 8th, 2018
Real Python: How to Round Numbers in Python
Link: https://realpython.com/python-rounding/
It’s the era of big data, and every day more and more business are trying to leverage their data to make informed decisions. Many businesses are turning to Python’s powerful data science ecosystem to
Link: https://realpython.com/python-rounding/
It’s the era of big data, and every day more and more business are trying to leverage their data to make informed decisions. Many businesses are turning to Python’s powerful data science ecosystem to
Realpython
How to Round Numbers in Python – Real Python
In this tutorial, you'll learn what kinds of mistakes you might make when rounding numbers and how you can best manage or avoid them. It's a great place to start for the early-intermediate Python developer interested in using Python for finance, data science…
Full Stack Python: How to Add User Authentication to Flask Apps with Okta
Link: https://www.fullstackpython.com/blog/add-user-authentication-flask-apps-okta.html
User authentication is a basic feature in web applications
so that people can create and access their own accounts. Unfortunately,
there are many ways to improperly implement authentication.
This tut
Link: https://www.fullstackpython.com/blog/add-user-authentication-flask-apps-okta.html
User authentication is a basic feature in web applications
so that people can create and access their own accounts. Unfortunately,
there are many ways to improperly implement authentication.
This tut
Fullstackpython
How to Add User Authentication to Flask Apps with Okta
How to quickly add user authentication to Flask web applications using the Okta service. Great post on fullstackpython.com!
Peter Bengtsson: The ideal number of workers in Jest
Link: https://www.peterbe.com/plog/ideal-number-of-workers-in-jest-maxWorkers
tl;dr; Use --runInBand when running jest in CI and use --maxWorkers=3 on your laptop.
We have a test suite that covers 236 tests across 68 suites and runs mainly a bunch of enzyme rendering of React
Link: https://www.peterbe.com/plog/ideal-number-of-workers-in-jest-maxWorkers
tl;dr; Use --runInBand when running jest in CI and use --maxWorkers=3 on your laptop.
We have a test suite that covers 236 tests across 68 suites and runs mainly a bunch of enzyme rendering of React
Peterbe
The ideal number of workers in Jest - Peterbe.com
tl;dr; Use --runInBand when running jest in CI and use --maxWorkers=3 on your laptop.