Caktus Consulting Group: Better Python Dependency Management with pip-tools
Link: https://www.caktusgroup.com/blog/2018/09/18/python-dependency-management-pip-tools/
I recently looked into whether I could use pip-tools to improve my workflow around projects' Python dependencies. My conclusion was that pip-tools would help on some projects, but it wouldn't do ever
Link: https://www.caktusgroup.com/blog/2018/09/18/python-dependency-management-pip-tools/
I recently looked into whether I could use pip-tools to improve my workflow around projects' Python dependencies. My conclusion was that pip-tools would help on some projects, but it wouldn't do ever
Caktusgroup
Better Python Dependency Management with pip-tools | Caktus Group
One of our developers looked into using pip-tools to improve the workflow around projects' Python dependencies. Read about his experience.
Thibauld Nion: Long overdue release of Yapsy
Link: http://www.tibonihoo.net/blog/en/2018/09/une-nouvelle-version-de-yapsy-qui-sest-faite-attendre/
TL;DR: Yapsy v1.12 has been released with fixes for Python3.6 and multiprocessing on windows.
So, after 3 years sleeping busy with a fair bit of work and family duties joyful activities, I eventually
Link: http://www.tibonihoo.net/blog/en/2018/09/une-nouvelle-version-de-yapsy-qui-sest-faite-attendre/
TL;DR: Yapsy v1.12 has been released with fixes for Python3.6 and multiprocessing on windows.
So, after 3 years sleeping busy with a fair bit of work and family duties joyful activities, I eventually
tlog
Long overdue release of Yapsy
TL;DR: Yapsy v1.12 has been released with fixes for Python3.6 and multiprocessing on windows. So, after 3 years sleeping busy with a fair bit of work and family duties joyful activities, I eventual…
Davy Wybiral: Internet of Things Development Board: FireBeetle ESP32
Link: http://davywybiral.blogspot.com/2018/09/internet-of-things-development-board.html
This is an IoT development board for the ESP32 that can be programmed using the Arduino IDE, MicroPython, or JavaScript using Espruino.
Link: http://davywybiral.blogspot.com/2018/09/internet-of-things-development-board.html
This is an IoT development board for the ESP32 that can be programmed using the Arduino IDE, MicroPython, or JavaScript using Espruino.
Blogspot
Internet of Things Development Board: FireBeetle ESP32
This is an IoT development board for the ESP32 that can be programmed using the Arduino IDE , MicroPython , or JavaScript using Espruino ....
Real Python: Absolute vs Relative Imports in Python
Link: https://realpython.com/absolute-vs-relative-python-imports/
If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before.
Even for Pythonistas with a couple of projects under their belt, imports can
Link: https://realpython.com/absolute-vs-relative-python-imports/
If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before.
Even for Pythonistas with a couple of projects under their belt, imports can
Realpython
Absolute vs Relative Imports in Python – Real Python
If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before. In this tutorial, you’ll not only cover the pros and cons of absolute and relative imports but also learn about the best practices…
Stack Abuse: NumPy Tutorial: A Simple Example-Based Guide
Link: https://stackabuse.com/numpy-tutorial-a-simple-example-based-guide/
Introduction
Advantages of NumPy
NumPy Operations
Creating a NumPy Array
The array Method
The arange Method
The zeros Method
The ones Method
The linspace Method
The eye Method
The random Method
Resha
Link: https://stackabuse.com/numpy-tutorial-a-simple-example-based-guide/
Introduction
Advantages of NumPy
NumPy Operations
Creating a NumPy Array
The array Method
The arange Method
The zeros Method
The ones Method
The linspace Method
The eye Method
The random Method
Resha
Stack Abuse
NumPy Tutorial: A Simple Example-Based Guide
The NumPy library is a popular Python library used for scientific computing applications, and is an acronym for "Numerical Python". NumPy's operatio...
NumFOCUS: Xarray joins NumFOCUS Sponsored Projects
Link: https://numfocus.org/blog/xarray-joins-numfocus-sponsored-projects
The post Xarray joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
Link: https://numfocus.org/blog/xarray-joins-numfocus-sponsored-projects
The post Xarray joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
NumFOCUS
Xarray joins NumFOCUS Sponsored Projects - NumFOCUS
Xarray is a Python library that provides data structures and tools for working with multidimensional labeled datasets and arrays.
Wingware News: Wing Python IDE 6.1.1: September 19, 2018
Link: https://wingware.com/news/2018-09-19
This release improves PEP 8 reformatting, streamlines remote agent installation,
improves robustness of remote development in the face of network failures, adds support
for debugging PythonQt, optimi
Link: https://wingware.com/news/2018-09-19
This release improves PEP 8 reformatting, streamlines remote agent installation,
improves robustness of remote development in the face of network failures, adds support
for debugging PythonQt, optimi
Wingware
Wing Python IDE 6.1.1: September 19, 2018 - Wing Python IDE
This release improves PEP 8 reformatting, streamlines remote agent installation,
improves robustness of remote development in the face of network failures, adds support
for debugging PythonQt, optimizes multi-process debugging, and makes a number of
other…
improves robustness of remote development in the face of network failures, adds support
for debugging PythonQt, optimizes multi-process debugging, and makes a number of
other…
Wallaroo Labs: Make Python Pandas go fast
Link: https://blog.wallaroolabs.com/2018/09/make-python-pandas-go-fast/
Some Background Suppose you have a Data Analysis batch job that runs every hour on a dedicated machine. As the weeks go by, you notice that the inputs are getting larger and the time taken to run it g
Link: https://blog.wallaroolabs.com/2018/09/make-python-pandas-go-fast/
Some Background Suppose you have a Data Analysis batch job that runs every hour on a dedicated machine. As the weeks go by, you notice that the inputs are getting larger and the time taken to run it g
Wallaroolabs
Make Python Pandas go fast
Official blog of the Wallaroo Labs Engineering team
Codementor: Quick Guide: Celery Logging
Link: https://www.codementor.io/bjoernstiel/how-to-configure-celery-logging-nk2zg30uc
This post was originally published on Distributed Python (https://www.distributedpython.com/) on August 28th, 2018.
Python logging handlers define what happens with your log messages. For instance,...
Link: https://www.codementor.io/bjoernstiel/how-to-configure-celery-logging-nk2zg30uc
This post was originally published on Distributed Python (https://www.distributedpython.com/) on August 28th, 2018.
Python logging handlers define what happens with your log messages. For instance,...
www.codementor.io
Quick Guide: Celery Logging | Codementor
This post was originally published on Distributed Python (https://www.distributedpython.com/) on August 28th, 2018.
Python logging handlers define what happens with your log messages. For instance,...
Python logging handlers define what happens with your log messages. For instance,...
py.CheckIO: Python in science
Link: http://py.checkio.org/blog/python-science/
The whole world is confidently stepping into the digital age and the tools that scientists use for research are also changing. Electronic microscopes and telescopes, sending and analysis of informa
Link: http://py.checkio.org/blog/python-science/
The whole world is confidently stepping into the digital age and the tools that scientists use for research are also changing. Electronic microscopes and telescopes, sending and analysis of informa
Py.CheckiO - games for coders
Python in science. python coding challenges - Py.CheckiO
In the modern world, many spheres are closely intertwined and help each other to make new discoveries. Such a connection is between programming and other sciences (astronomy, mathematics, biology, etc.). In the article Python in science, we will consider…
Chris Warrick: Python Hackery: merging signatures of two Python functions
Link: https://chriswarrick.com/blog/2018/09/20/python-hackery-merging-signatures-of-two-python-functions/
Today’s blog post is going to contain fairly advanced Python hackery. We’ll
take two functions — one is a wrapper for the other, but also adds some
positional arguments. And we’ll change the signatur
Link: https://chriswarrick.com/blog/2018/09/20/python-hackery-merging-signatures-of-two-python-functions/
Today’s blog post is going to contain fairly advanced Python hackery. We’ll
take two functions — one is a wrapper for the other, but also adds some
positional arguments. And we’ll change the signatur
Chris Warrick
Python Hackery: merging signatures of two Python functions
Merging signatures of two functions in Python.
Stack Abuse: Course Review: Master the Python Interview
Link: https://stackabuse.com/course-review-master-the-python-interview/
Introduction
This article will be a continuation of the topic of my prior article Preparing for a Python Developer Interview where I gave my opinions and suggestions that I feel will put you in the be
Link: https://stackabuse.com/course-review-master-the-python-interview/
Introduction
This article will be a continuation of the topic of my prior article Preparing for a Python Developer Interview where I gave my opinions and suggestions that I feel will put you in the be
Stack Abuse
Course Review: Master the Python Interview
Introduction
This article will be a continuation of the topic of my prior article Preparing
for a Python Developer Interview [/preparing-for-a-python-developer-interview/]
where I gave my opinions and suggestions that I feel will put you in the best
position…
This article will be a continuation of the topic of my prior article Preparing
for a Python Developer Interview [/preparing-for-a-python-developer-interview/]
where I gave my opinions and suggestions that I feel will put you in the best
position…
Codementor: The Best Programming Languages for Data Science and Machine Learning in 2018
Link: https://www.codementor.io/dyako/the-best-programming-languages-for-data-science-and-machine-learning-in-2018-nkfl0ukgs
Data science is a very vast field and for this, a suitable programming language is a requirement. To learn this field of data science and machine learning one must know the best programming...
Link: https://www.codementor.io/dyako/the-best-programming-languages-for-data-science-and-machine-learning-in-2018-nkfl0ukgs
Data science is a very vast field and for this, a suitable programming language is a requirement. To learn this field of data science and machine learning one must know the best programming...
Mike Driscoll: Return to editingPython 101: Episode #25 – Decorators
Link: http://www.blog.pythonlibrary.org/2018/09/20/return-to-editingpython-101-episode-25-decorators/
In this episode, you will learn the basics of Python decorators and what the are good for.
You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase t
Link: http://www.blog.pythonlibrary.org/2018/09/20/return-to-editingpython-101-episode-25-decorators/
In this episode, you will learn the basics of Python decorators and what the are good for.
You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase t
Stack Abuse: Introduction to the Python Pickle Module
Link: https://stackabuse.com/introduction-to-the-python-pickle-module/
Introduction
Pickling is a popular method of preserving food. According to Wikipedia, it is also a pretty ancient procedure – although the origins of pickling are unknown, the ancient Mesopotamians pr
Link: https://stackabuse.com/introduction-to-the-python-pickle-module/
Introduction
Pickling is a popular method of preserving food. According to Wikipedia, it is also a pretty ancient procedure – although the origins of pickling are unknown, the ancient Mesopotamians pr
Stack Abuse
Introduction to the Python Pickle Module
Introduction
Pickling is a popular method of preserving food. According to Wikipedia
[https://en.wikipedia.org/wiki/Pickling], it is also a pretty ancient procedure
– although the origins of pickling are unknown, the ancient Mesopotamians
probably used the…
Pickling is a popular method of preserving food. According to Wikipedia
[https://en.wikipedia.org/wiki/Pickling], it is also a pretty ancient procedure
– although the origins of pickling are unknown, the ancient Mesopotamians
probably used the…
PyCharm: PyCharm 2018.2.4
Link: http://feedproxy.google.com/~r/Pycharm/~3/aa4qWgFkKo4/
PyCharm 2018.2.4 is now available, with some small improvements. You can download this version from our website.
New in This Version
Various small pipenv improvements
A bug in our pytest with fixture
Link: http://feedproxy.google.com/~r/Pycharm/~3/aa4qWgFkKo4/
PyCharm 2018.2.4 is now available, with some small improvements. You can download this version from our website.
New in This Version
Various small pipenv improvements
A bug in our pytest with fixture
PyCharm Blog
PyCharm 2018.2.4
PyCharm 2018.2.4 is now available, with some small improvements. You can download this version from our website. New in This Version Various small pipenv improvements A bug in our pytest with fixtu…
Continuum Analytics Blog: AI Opportunities for Financial Services Companies
Link: https://www.anaconda.com/blog/company-blog/ai-opportunities-for-financial-services-companies/
By Michael Grant AI is undeniably a hot topic right now, and financial services companies are not immune to the hype. And in truth, they shouldn’t be: the applications of advanced AI within financial
Link: https://www.anaconda.com/blog/company-blog/ai-opportunities-for-financial-services-companies/
By Michael Grant AI is undeniably a hot topic right now, and financial services companies are not immune to the hype. And in truth, they shouldn’t be: the applications of advanced AI within financial
Anaconda
AI Opportunities for Financial Services Companies - Anaconda
Applications of advanced AI within financial services are numerous, and the potential for cost savings and new value generation is high.
PyPy Development: Inside cpyext: Why emulating CPython C API is so Hard
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/fhx0WVu1pXQ/inside-cpyext-why-emulating-cpython-c.html
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style shee
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/fhx0WVu1pXQ/inside-cpyext-why-emulating-cpython-c.html
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style shee
Blogspot
Inside cpyext: Why emulating CPython C API is so Hard
cpyext is PyPy's subsystem which provides a compatibility layer to compile and run CPython C extensions inside PyPy. Often people ask ...
Talk Python to Me: #178 Coverage.py
Link: https://talkpython.fm/episodes/show/178/coverage.py
You know you should be testing your code right? How do you know whether it's *well* tested? Are you testing the right things? If you're not using code coverage, chances are is you're guessing.
Link: https://talkpython.fm/episodes/show/178/coverage.py
You know you should be testing your code right? How do you know whether it's *well* tested? Are you testing the right things? If you're not using code coverage, chances are is you're guessing.
talkpython.fm
Coverage.py
You know you should be testing your code right? How do you know whether it's *well* tested? Are you testing the right things? If you're not using code coverage, chances are is you're guessing.
Davy Wybiral: Running a Python Web Server on a Microcontroller
Link: http://davywybiral.blogspot.com/2018/09/running-python-web-server-on.html
I built my own RGB smart light that can be controlled with an HTTP API using only a little bit of Python code and a WiPy 3.0.
Link: http://davywybiral.blogspot.com/2018/09/running-python-web-server-on.html
I built my own RGB smart light that can be controlled with an HTTP API using only a little bit of Python code and a WiPy 3.0.
Blogspot
Running a Python Web Server on a Microcontroller
I built my own RGB smart light that can be controlled with an HTTP API using only a little bit of Python code and a WiPy 3.0 .