Vasudev Ram: A Python version of the Linux watch command
Link: http://jugad2.blogspot.com/2018/05/a-python-version-of-linux-watch-command.html
By Vasudev RamWatcher image attribution: Yours trulyHi readers,[ Update: A note to those reading this post via Planet Python or other aggregators:Before first pulbishing it, I reviewed the post in Blo
Link: http://jugad2.blogspot.com/2018/05/a-python-version-of-linux-watch-command.html
By Vasudev RamWatcher image attribution: Yours trulyHi readers,[ Update: A note to those reading this post via Planet Python or other aggregators:Before first pulbishing it, I reviewed the post in Blo
jugad2.blogspot.co.uk
A Python version of the Linux watch command
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Malthe Borch: Security questions as 2FA violate GDPR
Link: https://maltheborch.com/2018/05/security-questions-as-2fa-violate-gdpr.html
I have an on-going discussion with Kucoin, a cryptocurrency exchange, on the issue of whether I can remember security questions that I alledgedly have entered into their system such
Link: https://maltheborch.com/2018/05/security-questions-as-2fa-violate-gdpr.html
I have an on-going discussion with Kucoin, a cryptocurrency exchange, on the issue of whether I can remember security questions that I alledgedly have entered into their system such
Weekly Python StackOverflow Report: (cxxiv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/05/cxxiv-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-05-05 17:33:24 GMTpython generators garbage collection - [23/2]Del
Link: http://python-weekly.blogspot.com/2018/05/cxxiv-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-05-05 17:33:24 GMTpython generators garbage collection - [23/2]Del
python-weekly.blogspot.co.uk
(cxxiv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Nikola: Upgrading to Nikola v8
Link: https://getnikola.com/blog/upgrading-to-nikola-v8.html
Nikola v8 is a huge release with lots of new features and fixed bugs. However,
a few manual changes are required to upgrade.
Contents
How to upgrade
Upgrading post metadata
Changes to themes and tem
Link: https://getnikola.com/blog/upgrading-to-nikola-v8.html
Nikola v8 is a huge release with lots of new features and fixed bugs. However,
a few manual changes are required to upgrade.
Contents
How to upgrade
Upgrading post metadata
Changes to themes and tem
Nikola
Upgrading to Nikola v8
How to upgrade to Nikola v8? This is a list of all things you need to take care of first.
Nikola: Nikola v7.8.15 and v8.0.0b1 are out!
Link: https://getnikola.com/blog/nikola-v7815-and-v800b1-are-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v7.8.15 and v8.0.0b1.
Nikola v7.8.15 is the last v7 maintenance release with a few more bug fixes.
Nikola v8
Link: https://getnikola.com/blog/nikola-v7815-and-v800b1-are-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v7.8.15 and v8.0.0b1.
Nikola v7.8.15 is the last v7 maintenance release with a few more bug fixes.
Nikola v8
Nikola
Nikola v7.8.15 and v8.0.0b1 are out!
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v7.8.15 and v8.0.0b1.
Nikola v7.8.15 is the last v7 maintenance release with a few more bug fixes.
Nikola v8
availability of Nikola v7.8.15 and v8.0.0b1.
Nikola v7.8.15 is the last v7 maintenance release with a few more bug fixes.
Nikola v8
Roberto Alsina: Playing With Picolisp (Part 1)
Link: https://ralsina.me/weblog/posts/playing-with-picolisp-part-1.html
I want to learn new languages. But new as in "new to me", not new as in
"created last week". So I decided to play with the grandaddy of all cool
languages, LISP. Created in 1958, it's even older than
Link: https://ralsina.me/weblog/posts/playing-with-picolisp-part-1.html
I want to learn new languages. But new as in "new to me", not new as in
"created last week". So I decided to play with the grandaddy of all cool
languages, LISP. Created in 1958, it's even older than
Lateral Opinion
Playing With Picolisp (Part 1)
I want to learn new languages. But new as in "new to me", not new as in
"created last week". So I decided to play with the grandaddy of all cool
languages, LISP. Created in 1958, it's even older than
"created last week". So I decided to play with the grandaddy of all cool
languages, LISP. Created in 1958, it's even older than
Techiediaries - Django: Angular 6|5 Tutorial (with RESTful Django Back-End)
Link: https://www.techiediaries.com/angular-tutorial/
Throughout this Angular 6 tutorial, we'll learn to build a web application with Angular 6, the latest version of Angular--the most popular framework/platform for building mobile and desktop client sid
Link: https://www.techiediaries.com/angular-tutorial/
Throughout this Angular 6 tutorial, we'll learn to build a web application with Angular 6, the latest version of Angular--the most popular framework/platform for building mobile and desktop client sid
Codementor: Python Interview: Prime Numbers
Link: https://www.codementor.io/mgalarny/prime-numbers-using-python-j95wi7gr7
Write a program to make a list of all prime numbers less than 20.
Before starting it is important to note what a prime number is.
A prime number has to be a positive integer
Divisible by exactly 2 int
Link: https://www.codementor.io/mgalarny/prime-numbers-using-python-j95wi7gr7
Write a program to make a list of all prime numbers less than 20.
Before starting it is important to note what a prime number is.
A prime number has to be a positive integer
Divisible by exactly 2 int
www.codementor.io
Python Interview: Prime Numbers | Codementor
Write a program to make a list of all prime numbers less than 20.
Before starting it is important to note what a prime number is.
A prime number has to be a positive integer
Divisible by exactly 2 integers (1 and itself)
1 is not a prime number
While there…
Before starting it is important to note what a prime number is.
A prime number has to be a positive integer
Divisible by exactly 2 integers (1 and itself)
1 is not a prime number
While there…
Pete Hunt: Hello world!
Link: http://www.petehunt.net/hello-world/
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Link: http://www.petehunt.net/hello-world/
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Anwesha Das: Indian Government's new attempt to regulate "online content"
Link: http://anweshadas.in/indian-governments-new-attempt-to-regulate-online-content/
“Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not w
Link: http://anweshadas.in/indian-governments-new-attempt-to-regulate-online-content/
“Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not w
Django Weblog: Django bugfix releases: 2.0.5 and 1.11.13
Link: https://www.djangoproject.com/weblog/2018/may/01/bugfix-releases/
Today we've issued the 2.0.5 and 1.11.13 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for th
Link: https://www.djangoproject.com/weblog/2018/may/01/bugfix-releases/
Today we've issued the 2.0.5 and 1.11.13 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for th
EuroPython: EuroPython 2018: Call for Proposals (CFP) is open
Link: https://blog.europython.eu/post/173666124852
We’re looking for proposals on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organizati
Link: https://blog.europython.eu/post/173666124852
We’re looking for proposals on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organizati
EuroPython Blog
EuroPython 2018: Call for Proposals (CFP) is open
We’re looking for proposals on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your...
EuroPython Society: EuroPython 2018: Call for Proposals (CFP) is open
Link: https://www.europython-society.org/post/173666497685
We’re looking for proposals on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organizati
Link: https://www.europython-society.org/post/173666497685
We’re looking for proposals on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your organizati
EuroPython Society
EuroPython 2018: Call for Proposals (CFP) is open
We’re looking for proposals on every aspect of Python: programming from novice to advanced levels, applications and frameworks, or how you have been involved in introducing Python into your...
Reuven Lerner: PyCon!
Link: https://blog.lerner.co.il/pycon/
I’ll be attending PyCon 2018 in Cleveland, Ohio later this week — from Friday morning through the first day of sprints on Monday.
I’m hoping to meet lots of people from the worldwide Python community
Link: https://blog.lerner.co.il/pycon/
I’ll be attending PyCon 2018 in Cleveland, Ohio later this week — from Friday morning through the first day of sprints on Monday.
I’m hoping to meet lots of people from the worldwide Python community
Lerner Consulting Blog
PyCon! - Lerner Consulting Blog
I’ll be attending PyCon 2018 in Cleveland, Ohio later this week — from Friday morning through the first day of sprints on Monday. I’m hoping to meet lots of people from the worldwide Python community — as well as readers of Linux Journal, listeners to the…
Chris Moffitt: Building Bullet Graphs and Waterfall Charts with Bokeh
Link: http://pbpython.com/bokeh-bullet-waterfall.html
Introduction
In my last article, I presented a flowchart that can be useful for those trying
to select the appropriate python library for a visualization task.
Based on some comments from that articl
Link: http://pbpython.com/bokeh-bullet-waterfall.html
Introduction
In my last article, I presented a flowchart that can be useful for those trying
to select the appropriate python library for a visualization task.
Based on some comments from that articl
Pbpython
Building Bullet Graphs and Waterfall Charts with Bokeh
This article describes how to build a waterfall chart and bullet graph using the Bokeh plotting library.
Mike Driscoll: PyDev of the Week: Elizabeth Sander
Link: http://www.blog.pythonlibrary.org/2018/05/07/pydev-of-the-week-elizabeth-sander/
This week we welcome Elizabeth Sander as our PyDev of the Week! Elizabeth is a data scientist at Civis Analytics. She has her own website where you can learn a lot of interesting background informatio
Link: http://www.blog.pythonlibrary.org/2018/05/07/pydev-of-the-week-elizabeth-sander/
This week we welcome Elizabeth Sander as our PyDev of the Week! Elizabeth is a data scientist at Civis Analytics. She has her own website where you can learn a lot of interesting background informatio
Python Software Foundation: Cleveland, the Rock and Roll Capital of the World: Getting to Know Our PyCon 2018 Host City
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Q1AJyroF5yQ/cleveland-rock-and-roll-capital-of.html
For those of you coming to PyCon 2018, we have collated some references to places to eat, grab a beverage of choice, explore, stay, or even play.
Before we begin covering the city, if this is your
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Q1AJyroF5yQ/cleveland-rock-and-roll-capital-of.html
For those of you coming to PyCon 2018, we have collated some references to places to eat, grab a beverage of choice, explore, stay, or even play.
Before we begin covering the city, if this is your
pyfound.blogspot.co.uk
Cleveland, the Rock and Roll Capital of the World: Getting to Know Our PyCon 2018 Host City
For those of you coming to PyCon 2018, we have collated some references to places to eat, grab a beverage of choice, explore, stay, or eve...
Real Python: Pure Python vs NumPy vs TensorFlow Performance Comparison
Link: https://realpython.com/numpy-tensorflow-performance/
Python has a design philosophy that stresses allowing programmers to express concepts readably and in fewer lines of code. This philosophy makes the language suitable for a diverse set of use cases: s
Link: https://realpython.com/numpy-tensorflow-performance/
Python has a design philosophy that stresses allowing programmers to express concepts readably and in fewer lines of code. This philosophy makes the language suitable for a diverse set of use cases: s
Realpython
Pure Python vs NumPy vs TensorFlow Performance Comparison – Real Python
A performance comparison between pure Python, NumPy, and TensorFlow using a simple linear regression algorithm.
Real Python: Pure Python vs NumPy vs TensorFlow Performance Comparison
Link: https://realpython.com/numpy-tensorflow-performance/
Python has a design philosophy that stresses allowing programmers to express concepts readably and in fewer lines of code. This philosophy makes the language suitable for a diverse set of use cases: s
Link: https://realpython.com/numpy-tensorflow-performance/
Python has a design philosophy that stresses allowing programmers to express concepts readably and in fewer lines of code. This philosophy makes the language suitable for a diverse set of use cases: s
Realpython
Pure Python vs NumPy vs TensorFlow Performance Comparison – Real Python
A performance comparison between pure Python, NumPy, and TensorFlow using a simple linear regression algorithm.
Martin Fitzpatrick: NSAViewer
Link: https://martinfitzpatrick.name/article/webcam-photobooth-python-qt/
This app isn't actually a direct line from your webcam to the NSA, it's a demo of
using the webcam/camera support in Qt. The name is a nod to the paranoia (or is it...)
of being watched through your w
Link: https://martinfitzpatrick.name/article/webcam-photobooth-python-qt/
This app isn't actually a direct line from your webcam to the NSA, it's a demo of
using the webcam/camera support in Qt. The name is a nod to the paranoia (or is it...)
of being watched through your w
Martin Fitzpatrick
NSAViewer | Webcam viewer & photo booth in Python, using PyQt
This app isn't actually a direct line from your webcam to the NSA, it's a demo of using the webcam/camera support in Qt. The name is a nod to the paranoia (or is it...) of being watched through your webcam by government spooks. I did consider making ...