Davy Wybiral: Experimenting with Electric Paint
Link: http://davywybiral.blogspot.com/2018/10/experimenting-with-electric-paint.html
Just recently I got my hands on some electrically conductive paint and decided to put it to the test. It functions well for creating resistive elements like custom potentiometers, and also seems to wo
Link: http://davywybiral.blogspot.com/2018/10/experimenting-with-electric-paint.html
Just recently I got my hands on some electrically conductive paint and decided to put it to the test. It functions well for creating resistive elements like custom potentiometers, and also seems to wo
Blogspot
Experimenting with Electric Paint
Just recently I got my hands on some electrically conductive paint and decided to put it to the test. It functions well for creating resisti...
Yasoob Khalid: Email Security & Privacy
Link: https://pythontips.com/2018/12/01/email-security-privacy/
Hi everyone! I hope all of you are doing well. Things have been super exciting on my side. Just got done with a file system checker project in C for my Operating Systems class. It was mentally drainin
Link: https://pythontips.com/2018/12/01/email-security-privacy/
Hi everyone! I hope all of you are doing well. Things have been super exciting on my side. Just got done with a file system checker project in C for my Operating Systems class. It was mentally drainin
Python Tips
Email Security & Privacy
Hi everyone! I hope all of you are doing well. Things have been super exciting on my side. Just got done with a file system checker project in C for my Operating Systems class. It was mentally drai…
Weekly Python StackOverflow Report: (cliv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/12/cliv-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-12-01 21:40:29 GMTLongest word chain from a list of words - [28/9]
Link: http://python-weekly.blogspot.com/2018/12/cliv-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-12-01 21:40:29 GMTLongest word chain from a list of words - [28/9]
Blogspot
(cliv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Red Hat Developers: What, No Python in RHEL 8 Beta?
Link: https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/
TL;DR Of course we have Python! You just need to specify if you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 and/or yum install python2 a try. Or, if you want to see
Link: https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/
TL;DR Of course we have Python! You just need to specify if you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 and/or yum install python2 a try. Or, if you want to see
Red Hat Developer
What, No Python in RHEL 8 Beta? - Red Hat Developer
Of course RHEL 8 has Python, both Python 3 and 2. Changes in RHEL 8 such as platform python and application streams improve the Python experience in RHEL.
Python Bytes: #106 Fluent query APIs on Python collections
Link: https://pythonbytes.fm/episodes/show/106/fluent-query-apis-on-python-collections
Link: https://pythonbytes.fm/episodes/show/106/fluent-query-apis-on-python-collections
pythonbytes.fm
Fluent query APIs on Python collections
News and announcements from the Python community for the week of Dec 1st, 2018
gamingdirectional: Create a next level scene for pygame project
Link: http://gamingdirectional.com/blog/2018/12/02/python-4/
In this article we will create a next level scene which will be displayed whenever the player has gained 30 points. Just like the previous chapter we are going to use back the start scene class as wel
Link: http://gamingdirectional.com/blog/2018/12/02/python-4/
In this article we will create a next level scene which will be displayed whenever the player has gained 30 points. Just like the previous chapter we are going to use back the start scene class as wel
Gaming Directional
Create a next level scene for pygame project
Create a next level class scene for pygame project
PyBites: PyBites Twitter Digest - Issue 37, 2018
Link: https://pybit.es/twitter_digest_201837.html
Digital Ocean Developer Trends of the quarter
Submitted by @BryanKimani
Very interesting report by @digitalocean - https://t.co/V3XRozQfdr #OpenSource— Max (@maksek_ua) November 27, 2018
A great artic
Link: https://pybit.es/twitter_digest_201837.html
Digital Ocean Developer Trends of the quarter
Submitted by @BryanKimani
Very interesting report by @digitalocean - https://t.co/V3XRozQfdr #OpenSource— Max (@maksek_ua) November 27, 2018
A great artic
PyBites
PyBites Twitter Digest - Issue 37, 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Vasudev Ram: Tower of Hanoi program in Higher-Order Perl book, ported to Python
Link: http://jugad2.blogspot.com/2018/12/tower-of-hanoi-program-in-higher-order.html
Hi, readers,I was reading the book Higher Order Perl (Wikipedia entry). It is by Mark Jason Dominus, a well-known figure in the Perl community. I've only read a bit of it so far, but it already looks
Link: http://jugad2.blogspot.com/2018/12/tower-of-hanoi-program-in-higher-order.html
Hi, readers,I was reading the book Higher Order Perl (Wikipedia entry). It is by Mark Jason Dominus, a well-known figure in the Perl community. I've only read a bit of it so far, but it already looks
Blogspot
Tower of Hanoi program in Higher-Order Perl book, ported to Python
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Podcast.__init__: Keeping Up With The Python Community For Fun And Profit with Dan Bader
Link: https://www.podcastinit.com/python-community-content-with-dan-bader-episode-188/
Keeping up with the work being done in the Python community can be a full time job, which is why Dan Bader has made it his! In this episode he discusses how he went from working as a software engineer
Link: https://www.podcastinit.com/python-community-content-with-dan-bader-episode-188/
Keeping up with the work being done in the Python community can be a full time job, which is why Dan Bader has made it his! In this episode he discusses how he went from working as a software engineer
The Python Podcast.__init__
Keeping Up With The Python Community For Fun And Profit with Dan Bader - Episode 188
Keeping up with the work being done in the Python community can be a full time job, which is why Dan Bader has made it his! In this episode he discusses how he went from working as a software engineer, to offering training, to now managing both the Real Python…
gamingdirectional: Create a win scene and the level manager class for pygame project
Link: http://gamingdirectional.com/blog/2018/12/03/python-pygame/
In this article we will create a pop up win scene when the player has won all the levels which it will then ask the player whether he wants to start the game all over again or not? We will also create
Link: http://gamingdirectional.com/blog/2018/12/03/python-pygame/
In this article we will create a pop up win scene when the player has won all the levels which it will then ask the player whether he wants to start the game all over again or not? We will also create
Gaming Directional
Create a win scene and the level manager class for pygame project
Techiediaries - Django: CSS Grid Layout Tutorial—Styling a Django Template
Link: https://www.techiediaries.com/css-grid-tutorial/
Throughout this tutorial, we'll learn about CSS Grid Layout. We'll be using a Django template.
There are many popular techniques for creating responsive layouts. In this tutorial, we'll be building a
Link: https://www.techiediaries.com/css-grid-tutorial/
Throughout this tutorial, we'll learn about CSS Grid Layout. We'll be using a Django template.
There are many popular techniques for creating responsive layouts. In this tutorial, we'll be building a
Techiediaries
CSS Grid Layout Tutorial—Styling a Django Template | Techiediaries
Throughout this tutorial, we'll learn about CSS Grid layout. We'll be using a Django template.
Mike Driscoll: PyDev of the Week: Erika Fille Legara
Link: http://www.blog.pythonlibrary.org/2018/12/03/pydev-of-the-week-erika-fille-legara/
This week we welcome Erika Fille Legara (@eflegara) as our PyDev of the Week. Erika is a professor and program director at the Asian Institute of Management. She has spoken at PyCon Philippines. You c
Link: http://www.blog.pythonlibrary.org/2018/12/03/pydev-of-the-week-erika-fille-legara/
This week we welcome Erika Fille Legara (@eflegara) as our PyDev of the Week. Erika is a professor and program director at the Asian Institute of Management. She has spoken at PyCon Philippines. You c
Tryton News: Newsletter December 2018
Link: https://discuss.tryton.org/t/newsletter-december-2018/920
@udono wrote:
pexels-photo-760971.jpeg1280x753 366 KB
This month was mainly focused on fixing bugs.
But also it is the month where we finally closed the Google Groups in favor of this forum (users
Link: https://discuss.tryton.org/t/newsletter-december-2018/920
@udono wrote:
pexels-photo-760971.jpeg1280x753 366 KB
This month was mainly focused on fixing bugs.
But also it is the month where we finally closed the Google Groups in favor of this forum (users
Tryton Discussion
Newsletter December 2018
This month was mainly focused on fixing bugs. But also it is the month where we finally closed the Google Groups in favor of this forum (users can post in there language thanks to translator plugin). We still manage two mailing lists for announces and commits.…
Test and Code: 55: When 100% test coverage just isn't enough - Mahmoud Hashemi
Link: https://testandcode.com/55
What happens when 100% test code coverage just isn't enough.
In this episode, we talk with Mahmoud Hashemi about glom, a very cool project in itself, but a project that needs more coverage than 100%.
Link: https://testandcode.com/55
What happens when 100% test code coverage just isn't enough.
In this episode, we talk with Mahmoud Hashemi about glom, a very cool project in itself, but a project that needs more coverage than 100%.
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering: 55: When 100% test coverage just isn't enough - Mahmoud Hashemi
What happens when 100% test code coverage just isn't enough.
In this episode, we talk with Mahmoud Hashemi about glom, a very cool project in itself, but a project that needs more coverage than 100%.
This problem affects lots of projects that use higher…
In this episode, we talk with Mahmoud Hashemi about glom, a very cool project in itself, but a project that needs more coverage than 100%.
This problem affects lots of projects that use higher…
Made With Mu: The Road to Mu 1.1
Link: https://madewith.mu/mu/users/2018/12/03/road-to-1-1.html
The next version of Mu will be 1.1. This post describes how we’re going to get
there and what to expect on the way.
The first thing you should know is that 1.1 will have new features including
new mo
Link: https://madewith.mu/mu/users/2018/12/03/road-to-1-1.html
The next version of Mu will be 1.1. This post describes how we’re going to get
there and what to expect on the way.
The first thing you should know is that 1.1 will have new features including
new mo
Made With Mu
The Road to Mu 1.1
The next version of Mu will be 1.1. This post describes how we’re going to get there and what to expect on the way.
Julien Danjou: A multi-value syntax tree filtering in Python
Link: https://julien.danjou.info/multi-value-syntax-tree-filtering-in-python/
A while ago, we've seen how to write a simple filtering syntax tree with Python. The idea was to provide a small abstract syntax tree with an easy to write data structure that would be able to filter
Link: https://julien.danjou.info/multi-value-syntax-tree-filtering-in-python/
A while ago, we've seen how to write a simple filtering syntax tree with Python. The idea was to provide a small abstract syntax tree with an easy to write data structure that would be able to filter
Julien Danjou
A multi-value syntax tree filtering in Python
A while ago, we've seen how to write a simple filtering syntax tree with Python. The idea was to provide a small abstract syntax tree with an easy to write data structure that would be able to filter a value. Filtering meaning that once evaluated, our AST…
codingdirectional: Create the custom made thread class for the python application project
Link: http://codingdirectional.info/2018/12/03/create-the-custom-made-thread-class-for-the-python-application-project/
Welcome back to the part 2 of the python application project, if you miss the first part of the project then you can read it here. In this chapter we are going to print out the file name which we have
Link: http://codingdirectional.info/2018/12/03/create-the-custom-made-thread-class-for-the-python-application-project/
Welcome back to the part 2 of the python application project, if you miss the first part of the project then you can read it here. In this chapter we are going to print out the file name which we have
Real Python: Building Serverless Python Apps Using AWS Chalice
Link: https://realpython.com/aws-chalice-serverless-python/
Shipping a web application usually involves having your code up and running on single or multiple servers. In this model, you end up setting up processes for monitoring, provisioning, and scaling your
Link: https://realpython.com/aws-chalice-serverless-python/
Shipping a web application usually involves having your code up and running on single or multiple servers. In this model, you end up setting up processes for monitoring, provisioning, and scaling your
Realpython
Building Serverless Python Apps Using AWS Chalice – Real Python
In this Python tutorial, you'll see just how easy it can be to get your serverless apps up and running! Chalice, a Python Serverless Microframework developed by AWS, enables you to quickly spin up and deploy a working serverless app that scales up and down…
Django Weblog: Django bugfix releases: 2.1.4 and 1.11.17
Link: https://www.djangoproject.com/weblog/2018/dec/03/bugfix-releases/
Today we've issued the 2.1.4 and 1.11.17 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/dec/03/bugfix-releases/
Today we've issued the 2.1.4 and 1.11.17 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
Stack Abuse: Seaborn Library for Data Visualization in Python: Part 1
Link: https://stackabuse.com/seaborn-library-for-data-visualization-in-python-part-1/
Introduction
In the previous article, we looked at how Python's Matplotlib library can be used for data visualization. In this article we will look at Seaborn which is another extremely useful library
Link: https://stackabuse.com/seaborn-library-for-data-visualization-in-python-part-1/
Introduction
In the previous article, we looked at how Python's Matplotlib library can be used for data visualization. In this article we will look at Seaborn which is another extremely useful library
Stack Abuse
Seaborn Library for Data Visualization in Python: Part 1
In the previous article, we looked at how Python's Matplotlib library can be used for data visualization. In this article we will look at Seaborn which is anot...
Continuum Analytics Blog: Python Data Visualization 2018: Moving Toward Convergence
Link: https://www.anaconda.com/blog/developer-blog/python-data-visualization-moving-toward-convergence/
By James A. Bednar This post is the second in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. In my previous post, I provided an over
Link: https://www.anaconda.com/blog/developer-blog/python-data-visualization-moving-toward-convergence/
By James A. Bednar This post is the second in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. In my previous post, I provided an over
Anaconda
Python Data Visualization 2018: Moving Toward Convergence - Anaconda
By James A. Bednar This post is the second in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. In my previous post, I provided an overview of the myriad Python data visualization tools currently…