Codementor: My first implementation of VAE in Tensorflow, Python
Link: https://www.codementor.io/micheledevita/my-first-implementation-of-vae-in-tensorflow-python-ryfztl68k
About methodology, , theory and practice encountered in my first implementation o f Variational AutoEncoder (VAE) in Tensorflow, Python
Link: https://www.codementor.io/micheledevita/my-first-implementation-of-vae-in-tensorflow-python-ryfztl68k
About methodology, , theory and practice encountered in my first implementation o f Variational AutoEncoder (VAE) in Tensorflow, Python
www.codementor.io
My first implementation of VAE in Tensorflow, Python | Codementor
About methodology, , theory and practice encountered in my first implementation o f Variational AutoEncoder (VAE) in Tensorflow, Python
Stack Abuse: PyTesseract: Simple Python Optical Character Recognition
Link: https://stackabuse.com/pytesseract-simple-python-optical-character-recognition/
Introduction
Humans can understand the contents of an image simply by looking. We perceive the text on the image as text and can read it.
Computers don't work the same way. They need something more co
Link: https://stackabuse.com/pytesseract-simple-python-optical-character-recognition/
Introduction
Humans can understand the contents of an image simply by looking. We perceive the text on the image as text and can read it.
Computers don't work the same way. They need something more co
Stack Abuse
PyTesseract: Simple Python Optical Character Recognition
Humans can understand the contents of an image simply by looking. We perceive the text on the image as text and can read it. Computers don't work the same way...
Test and Code: 64: Practicing Programming
Link: https://testandcode.com/64
I want you to get the most out of being a software developer, or test engineer, or whatever you do that makes this podcast relevant to your life.
By "get the most" I mean:
the most fun
the most value
Link: https://testandcode.com/64
I want you to get the most out of being a software developer, or test engineer, or whatever you do that makes this podcast relevant to your life.
By "get the most" I mean:
the most fun
the most value
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 64: Practicing Programming to increase your value
You are a knowledge worker. Your tool is your brain. Keep it sharp.
This episode will help you create a plan for getting better at what you are already great at, and push you to learn more skills.
This episode will help you create a plan for getting better at what you are already great at, and push you to learn more skills.
Nigel Babu: The Funniest Incident Postmortem
Link: https://nigelb.me/2019-02-08-the-funniest-incident-postmortem
Recently, I had a chance to think about an outage that I debugged and fixed a few years ago that involves Jenkins and systemd (or in this case lack thereof!).
Generally, if you want to run a task at t
Link: https://nigelb.me/2019-02-08-the-funniest-incident-postmortem
Recently, I had a chance to think about an outage that I debugged and fixed a few years ago that involves Jenkins and systemd (or in this case lack thereof!).
Generally, if you want to run a task at t
Nigel Babu
The Funniest Incident Postmortem
Recently, I had a chance to think about an outage that I debugged and fixed a few years ago that involves Jenkins and systemd (or in this case lack thereof!). Generally, if you want to run a task a…
Codementor: Machine learning with sparse, high-dimensional and large datasets
Link: https://www.codementor.io/waqasbukhariphd/machine-learning-with-sparse-high-dimensional-and-large-datasets-rqyenxubm
This article provides implementation of binary classification over sparse, high-dimensional and large datasets by utilizing feature hashing and mini-batch learning within sklearn framework.
Link: https://www.codementor.io/waqasbukhariphd/machine-learning-with-sparse-high-dimensional-and-large-datasets-rqyenxubm
This article provides implementation of binary classification over sparse, high-dimensional and large datasets by utilizing feature hashing and mini-batch learning within sklearn framework.
www.codementor.io
Machine learning with sparse, high-dimensional and large datasets | Codementor
This article provides implementation of binary classification over sparse, high-dimensional and large datasets by utilizing feature hashing and mini-batch learning within sklearn framework.
Wingware News: Wing Python IDE 7.0.0.6 Early Access
Link: https://wingware.com/news/2019-02-08
Wing 7 is now available through our early access program. It improves the code
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends
Link: https://wingware.com/news/2019-02-08
Wing 7 is now available through our early access program. It improves the code
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends
Wingware
Wing Python IDE 7.0.0.6 Early Access - Wing Python IDE
Wing 7 is now available through our early access program. It improves the code
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends support for high DPI displays, and much
more.
warnings system, adds an array and data frame viewer, supports PEP 3134 chained
exceptions, improves bookmarking, extends support for high DPI displays, and much
more.
PyCon: PyCon 2020-2021 Location
Link: https://pycon.blogspot.com/2019/02/pycon-2020-2021-location.html
Now that registration and planning are well underway for PyCon 2019 in Cleveland, the PSF is pleased to announce that the home for PyCon 2020 and 2021 will be Pittsburgh, Pennsylvania! The conference
Link: https://pycon.blogspot.com/2019/02/pycon-2020-2021-location.html
Now that registration and planning are well underway for PyCon 2019 in Cleveland, the PSF is pleased to announce that the home for PyCon 2020 and 2021 will be Pittsburgh, Pennsylvania! The conference
Blogspot
PyCon 2020-2021 Location
Now that registration and planning are well underway for PyCon 2019 in Cleveland, the PSF is pleased to announce that the home for PyCon 202...
codingdirectional: Counts the points of our team in the championship
Link: http://codingdirectional.info/2019/02/09/counts-the-points-of-our-team-in-the-championship/
Hello and today we will continue to solve the problem posted on codewars, if you have not yet joined codewars then I really encourage you to do so because this site is a real deal for those of you who
Link: http://codingdirectional.info/2019/02/09/counts-the-points-of-our-team-in-the-championship/
Hello and today we will continue to solve the problem posted on codewars, if you have not yet joined codewars then I really encourage you to do so because this site is a real deal for those of you who
gamingdirectional: Create a player object in pygame
Link: http://gamingdirectional.com/blog/2019/02/09/create-a-player-object-in-pygame/
In this article, we will create a player sprite class which will render the player image on the game scene. First, we will create the player object class which serves as the container for the player’s
Link: http://gamingdirectional.com/blog/2019/02/09/create-a-player-object-in-pygame/
In this article, we will create a player sprite class which will render the player image on the game scene. First, we will create the player object class which serves as the container for the player’s
Gaming Directional
Create a player object in pygame
Rendering player sprite with pygame
Codementor: The Zen of Python
Link: https://www.codementor.io/mikebell66/the-zen-of-python-s0cvequqn
This is a blog post about PEP 20 -- The Zen of Python
Link: https://www.codementor.io/mikebell66/the-zen-of-python-s0cvequqn
This is a blog post about PEP 20 -- The Zen of Python
www.codementor.io
The Zen of Python | Codementor
This is a blog post about PEP 20 -- The Zen of Python
codingdirectional: Return the day in a week with python
Link: http://codingdirectional.info/2019/02/09/return-the-day-in-a-week-with-python/
Hi, I just have a time to solve another python question today. In this example, we are going to develop a method which will receive a number from the user input and returns which day in a week is that
Link: http://codingdirectional.info/2019/02/09/return-the-day-in-a-week-with-python/
Hi, I just have a time to solve another python question today. In this example, we are going to develop a method which will receive a number from the user input and returns which day in a week is that
Weekly Python StackOverflow Report: (clxiv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/02/clxiv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-02-09 12:27:10 GMTHow to combine similar characters in a list? - [
Link: http://python-weekly.blogspot.com/2019/02/clxiv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-02-09 12:27:10 GMTHow to combine similar characters in a list? - [
Blogspot
(clxiv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
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.