PyPy Development: Düsseldorf Sprint Report 2019
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/XISOIj7ytEY/dusseldorf-sprint-report-2019.html
Hello everyone!
We are happy to report a successful and well attended sprint that is wrapping up
in Düsseldorf, Germany. In the last week we had eighteen people sprinting
at the Heinrich-Heine-Univers
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/XISOIj7ytEY/dusseldorf-sprint-report-2019.html
Hello everyone!
We are happy to report a successful and well attended sprint that is wrapping up
in Düsseldorf, Germany. In the last week we had eighteen people sprinting
at the Heinrich-Heine-Univers
Blogspot
Düsseldorf Sprint Report 2019
Hello everyone! We are happy to report a successful and well attended sprint that is wrapping up in Düsseldorf, Germany. In the last week w...
Talk Python to Me: #198 Catching up with the Anaconda distribution
Link: https://talkpython.fm/episodes/show/198/catching-up-with-the-anaconda-distribution
It's time to catch up with the Anaconda crew and see what's new in the Anaconda distribution. This edition of Python was created to solve some of the stickier problems of deployment, especially in the
Link: https://talkpython.fm/episodes/show/198/catching-up-with-the-anaconda-distribution
It's time to catch up with the Anaconda crew and see what's new in the Anaconda distribution. This edition of Python was created to solve some of the stickier problems of deployment, especially in the
talkpython.fm
Catching up with the Anaconda distribution
It's time to catch up with the Anaconda crew and see what's new in the Anaconda distribution. This edition of Python was created to solve some of the stickier problems of deployment, especially in the data science space. Their usage gives them deep insight…
Davide Moro: High quality automated docker hub push using Github, TravisCI and pyup for Python tool distributions
Link: http://davidemoro.blogspot.com/2019/02/automated-docker-hub-push-travisci-pyup-python.html
Let's say you want to distribute a Python tool with docker using known good dependency versions ready to be used by end users... In this article you will see how to continuously keeping up to date a D
Link: http://davidemoro.blogspot.com/2019/02/automated-docker-hub-push-travisci-pyup-python.html
Let's say you want to distribute a Python tool with docker using known good dependency versions ready to be used by end users... In this article you will see how to continuously keeping up to date a D
Blogspot
High quality automated docker hub push using Github, TravisCI and pyup for Python tool distributions
UPDATE 20190611: the article contents are still valid but I definitively switched from pyup to the requires.io service. Why? There were an...
Kushal Das: When I was sleepy
Link: https://kushaldas.in/posts/when-i-was-sleepy.html
Back in 2005 I joined my first job, in a software company in Bangalore. It was a
backend of a big foreign bank. We trained heavily on different parts of software
development during the first few mon
Link: https://kushaldas.in/posts/when-i-was-sleepy.html
Back in 2005 I joined my first job, in a software company in Bangalore. It was a
backend of a big foreign bank. We trained heavily on different parts of software
development during the first few mon
Codementor: Playing Around with Hylang
Link: https://www.codementor.io/beeceej/playing-around-with-hylang-s19xdg3sk
LISP Python AWS Boto3 DynamoDB
Link: https://www.codementor.io/beeceej/playing-around-with-hylang-s19xdg3sk
LISP Python AWS Boto3 DynamoDB
www.codementor.io
Playing Around with Hylang | Codementor
LISP Python AWS Boto3 DynamoDB
Christian Barra: Onboarding for tech new hires
Link: https://chrisbarra.xyz/posts/about-onboarding/
Hiring a new member for a tech team is such a long process that as soon as the contract is signed you would like to think that your job is done.
But is it?
No exactly, your hiring process is not yet
Link: https://chrisbarra.xyz/posts/about-onboarding/
Hiring a new member for a tech team is such a long process that as soon as the contract is signed you would like to think that your job is done.
But is it?
No exactly, your hiring process is not yet
Christian Barra
Onboarding for tech new hires • Christian Barra
How to (properly) onboard new team members
Przemysław Kołodziejczyk: pipenv and pyenv
Link: https://eshlox.net/2019/02/10/pipenv-and-pyenv/
What’s pyenv?
pyenv lets you easily switch between multiple versions of Python
It’s like nvm but for Python ;-)
Install pyenv.
brew install pyenv How to use it?
Install a specific Python version:
py
Link: https://eshlox.net/2019/02/10/pipenv-and-pyenv/
What’s pyenv?
pyenv lets you easily switch between multiple versions of Python
It’s like nvm but for Python ;-)
Install pyenv.
brew install pyenv How to use it?
Install a specific Python version:
py
eshlox.net
pipenv and pyenv
What’s pyenv?
pyenv lets you easily switch between multiple versions of Python
It’s like nvm but for Python ;-)
Install pyenv.
brew install pyenv How to use it?
Install a specific Python version:
pyenv install 3.7.0 Activate a specific version:
pyenv shell…
pyenv lets you easily switch between multiple versions of Python
It’s like nvm but for Python ;-)
Install pyenv.
brew install pyenv How to use it?
Install a specific Python version:
pyenv install 3.7.0 Activate a specific version:
pyenv shell…
Przemysław Kołodziejczyk: Python 3 - Template strings instead of external template engine
Link: https://eshlox.net/2019/02/10/python-3-template-strings-instead-of-external-template-engine/
I don’t know about you, but there is only one thing where I use templates on the backend side.
Emails.
Usually, when people need to render HTML template, they install Jinja2 or other template engines.
Link: https://eshlox.net/2019/02/10/python-3-template-strings-instead-of-external-template-engine/
I don’t know about you, but there is only one thing where I use templates on the backend side.
Emails.
Usually, when people need to render HTML template, they install Jinja2 or other template engines.
eshlox.net
Python 3 - Template strings instead of external template engine | eshlox (Przemysław Kołodziejczyk)
Thoughts, stories and ideas. All written by a human.
Catalin George Festila: Using the asciimatics and pyfiglet python modules
Link: http://python-catalin.blogspot.com/2019/02/using-asciimatics-and-pyfiglet-python.html
This is a simple example how to use the asciimatics and pyfiglet python modules with python version 3.6.4.First you need to install with the pip tool.The source code is simple and start with the impor
Link: http://python-catalin.blogspot.com/2019/02/using-asciimatics-and-pyfiglet-python.html
This is a simple example how to use the asciimatics and pyfiglet python modules with python version 3.6.4.First you need to install with the pip tool.The source code is simple and start with the impor
Blogspot
Using the asciimatics and pyfiglet python modules
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Testing imageio python module.
Link: http://python-catalin.blogspot.com/2019/01/testing-imageio-python-module.html
This python module comes with this intro from pypi website:Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetr
Link: http://python-catalin.blogspot.com/2019/01/testing-imageio-python-module.html
This python module comes with this intro from pypi website:Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetr
Blogspot
Testing imageio python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Testing the webpy python module.
Link: http://python-catalin.blogspot.com/2019/01/testing-webpy-python-module.html
Today I wrote about another python module named web.py.The reasons I start this tutorial come from google page of SDK for App Engine.The Google come with these options of the following frameworks can
Link: http://python-catalin.blogspot.com/2019/01/testing-webpy-python-module.html
Today I wrote about another python module named web.py.The reasons I start this tutorial come from google page of SDK for App Engine.The Google come with these options of the following frameworks can
Blogspot
Testing the webpy python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Using python modules: mayavi and moviepy - part 001.
Link: http://python-catalin.blogspot.com/2018/12/using-python-modules-mayavi-and-moviepy.html
This is a simple example with two modules named: mayavi and moviepy.Let's see the introduction of these python modules:Mayavi2 is a general purpose, cross-platform tool for 3-D scientific data visuali
Link: http://python-catalin.blogspot.com/2018/12/using-python-modules-mayavi-and-moviepy.html
This is a simple example with two modules named: mayavi and moviepy.Let's see the introduction of these python modules:Mayavi2 is a general purpose, cross-platform tool for 3-D scientific data visuali
Blogspot
Using python modules: mayavi and moviepy - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Detect nudity with nudepy python module.
Link: http://python-catalin.blogspot.com/2019/01/detect-nudity-with-nudepy-python-module.html
Today I tested another python module named nudepy.You can find it here.This python module is a port of nude.js to Python.Let's start the tutorial with the installation:C:\Python364\Scripts>cd ..C:\Pyt
Link: http://python-catalin.blogspot.com/2019/01/detect-nudity-with-nudepy-python-module.html
Today I tested another python module named nudepy.You can find it here.This python module is a port of nude.js to Python.Let's start the tutorial with the installation:C:\Python364\Scripts>cd ..C:\Pyt
Blogspot
Detect nudity with nudepy python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Using LibROSA python module.
Link: http://python-catalin.blogspot.com/2018/12/using-librosa-python-module.html
This python module named LibROSA is a python package for music and audio analysis and provides the building blocks necessary to create music information retrieval systems.C:\Python364>cd ScriptsC:\Pyt
Link: http://python-catalin.blogspot.com/2018/12/using-librosa-python-module.html
This python module named LibROSA is a python package for music and audio analysis and provides the building blocks necessary to create music information retrieval systems.C:\Python364>cd ScriptsC:\Pyt
Blogspot
Using LibROSA python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Codementor: Python, For The ❤ of It - part 1
Link: https://www.codementor.io/abdurrahmaanj/python-for-the-of-it-part-1-s1xelu3ch
My Journey Into One of World's Most Awesome Language
Link: https://www.codementor.io/abdurrahmaanj/python-for-the-of-it-part-1-s1xelu3ch
My Journey Into One of World's Most Awesome Language
www.codementor.io
Python, For The ❤ of It - part 1 | Codementor
My Journey Into One of World's Most Awesome Language
Python Sweetness: Mitogen v0.2.4 released
Link: https://sweetness.hmmz.org/2019-02-10-mitogen-v0-2-4.html
Mitogen for
Ansible
v0.2.4 has been released. This version is noteworthy as it contains major
improvements to the core libary and Ansible extension to improve its behaviour
in the face of larger Ansi
Link: https://sweetness.hmmz.org/2019-02-10-mitogen-v0-2-4.html
Mitogen for
Ansible
v0.2.4 has been released. This version is noteworthy as it contains major
improvements to the core libary and Ansible extension to improve its behaviour
in the face of larger Ansi
sweetness.hmmz.org
python sweetness — Mitogen v0.2.4 released
Mitogen for Ansible v0.2.4 has been released. This version is noteworthy as it contains major refinements to the core libary and Ansible extension to improve its behaviour during larger Ansible runs. Work on scaleability is far from complete, as it...
Codementor: Some simple CodeWars problems
Link: https://www.codementor.io/mikebell66/some-simple-codewars-problems-s2gf1tkne
A few solutions to some easy-ish CodeWars problems.
Link: https://www.codementor.io/mikebell66/some-simple-codewars-problems-s2gf1tkne
A few solutions to some easy-ish CodeWars problems.
www.codementor.io
Some simple CodeWars problems | Codementor
A few solutions to some easy-ish CodeWars problems.
codingdirectional: Create a filter for the audio and image files with python
Link: http://codingdirectional.info/2019/02/11/create-a-filter-for-the-audio-and-image-files-with-python/
Hello and welcome back. In this chapter, we will create two methods used to filter out the unwanted audio and image file. The rules of filtering are as follows.
The file name cannot contain a blank sp
Link: http://codingdirectional.info/2019/02/11/create-a-filter-for-the-audio-and-image-files-with-python/
Hello and welcome back. In this chapter, we will create two methods used to filter out the unwanted audio and image file. The rules of filtering are as follows.
The file name cannot contain a blank sp
Real Python: The Factory Method Pattern and Its Implementation in Python
Link: https://realpython.com/factory-method-python/
This article explores the Factory Method design pattern and its implementation in Python. Design patterns became a popular topic in late 90s after the so-called Gang of Four (GoF: Gamma, Helm, Johson,
Link: https://realpython.com/factory-method-python/
This article explores the Factory Method design pattern and its implementation in Python. Design patterns became a popular topic in late 90s after the so-called Gang of Four (GoF: Gamma, Helm, Johson,
Realpython
The Factory Method Pattern and Its Implementation in Python – Real Python
In this Python tutorial, you'll learn about the Factory Method design pattern and its implementation. You'll understand the components of Factory Method, when to use it, and how to modify existing code to leverage it. You'll also see a general purpose implementation…
Mike Driscoll: PyDev of the Week: Paolo Melchiorre
Link: http://www.blog.pythonlibrary.org/2019/02/11/pydev-of-the-week-paolo-melchiorre/
This week we welcome Paolo Melchiorre (@pauloxnet)as our PyDev of the Week! Paolo is a core developer of the Django web framework. He has spoken at several different Python-related conferences in Euro
Link: http://www.blog.pythonlibrary.org/2019/02/11/pydev-of-the-week-paolo-melchiorre/
This week we welcome Paolo Melchiorre (@pauloxnet)as our PyDev of the Week! Paolo is a core developer of the Django web framework. He has spoken at several different Python-related conferences in Euro
Tryton News: Tryton Unconference 2019: In Marseille on the 6th & 7th of June
Link: https://discuss.tryton.org/t/tryton-unconference-2019-in-marseille-on-the-6th-7th-of-june/1125
@nicoe wrote:
1920px-1_marseille_vieux_port_pano.jpg1920×687 403 KB
The Tryton Foundation is happy to announce the venue and date of the next Tryton Unconference.
We will go in the sunny city of Ma
Link: https://discuss.tryton.org/t/tryton-unconference-2019-in-marseille-on-the-6th-7th-of-june/1125
@nicoe wrote:
1920px-1_marseille_vieux_port_pano.jpg1920×687 403 KB
The Tryton Foundation is happy to announce the venue and date of the next Tryton Unconference.
We will go in the sunny city of Ma
Tryton Discussion
Tryton Unconference 2019: In Marseille on the 6th & 7th of June
The Tryton Foundation is happy to announce the venue and date of the next Tryton Unconference. We will go in the sunny city of Marseille in south of France on the 6th and 7th of June. Contrary to previous editions of the Tryton Unconferences the coding sprint…