John Cook: Physical constants in Python
You can find a large collection of physical constants in scipy.constants. The most frequently used constants are available directly, and hundreds more are in a dictionary physical_constants.The fine...
View ArticleContinuum Analytics Blog: Preparing Your Organization for Implementing an AI...
By Victor Ghadban You already know that implementing an enterprise-ready AI enablement platform is key to executing your organization’s AI and machine learning initiatives. But can software so complex...
View ArticleNumFOCUS: Updates to the NumFOCUS Code of Conduct
The post Updates to the NumFOCUS Code of Conduct appeared first on NumFOCUS.
View ArticleYasoob Khalid: Privacy & Why it Matters
Long post about privacy. Doesn’t relate to Python at all. Do read if you care and want to learn more about how your privacy is being violated.Last couple of weeks have totally changed my whole...
View ArticleWallaroo Labs: Wallaroo goes full Apache 2.0
I’m writing today to announce that with the release of Wallaroo 0.5.3, we have switched our licensing over to a pure open source model. What does all this mean for you? Well, if you are a current...
View ArticleVinta Software: PyGotham 2018 Talks
Pluggable Libs Through Design Patterns Presenter: Filipe Ximenes Slides: http://bit.ly/pluggable-libs
View ArticleCodementor: Journey from Non-Technical background to an expert in Data Science
Journey from Non-Technical background to an expert in Data Science
View ArticleContinuum Analytics 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...
View ArticleIan Ozsvald: 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...
View ArticlePyBites: Persistent Virtualenv Environment Variables with python-dotenv
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 the...
View ArticleWeekly Python StackOverflow Report: (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-10-06 21:03:54 GMTSpeed comparison. numpy vs python standard -...
View Articlepy.CheckIO: 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 we...
View ArticlePyBites: PyBites Twitter Digest - Issue 31, 2018
Read about how Dropbox migrated to Python 3!Submitted by @dgjusticeRead about the Dropbox Client Python 3 migration! https://t.co/dXIJvxn9lL— Guido van Rossum (@gvanrossum) September 27, 2018Tutorial...
View ArticleDavy Wybiral: 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 sounds great and should be really easy to scare people with...
View ArticleNed Batchelder: Who tests what is here
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 coverage.py...
View ArticleCodementor: Web scraping using Python and BeautifulSoup
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...
View ArticleJeff Knupp: 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...
View ArticleJaime Buelta: 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...
View ArticleMike Driscoll: 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...
View ArticleTest and Code: 48: A GUI for pytest
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...
View Article