gamingdirectional: The game is ready for upload
Link: http://gamingdirectional.com/blog/2018/12/19/the-game-is-ready-for-upload/
Welcome to the final chapter of this pygame project where we have finally concluded the pygame project which has been ongoing for some time already. In this chapter I have just made a slight modificat
Link: http://gamingdirectional.com/blog/2018/12/19/the-game-is-ready-for-upload/
Welcome to the final chapter of this pygame project where we have finally concluded the pygame project which has been ongoing for some time already. In this chapter I have just made a slight modificat
Gaming Directional
The game is ready for upload
The pygame project is ready!
Andrea Grandi: Installing Python and virtualenv on OSX
Link: https://www.andreagrandi.it/2018/12/19/installing-python-and-virtualenv-on-osx/
Every time I need to install Python on OSX or whenever a colleague asks for help, I have to search fo the most updated instructions on Google, and every time I find different ways of doing the exact s
Link: https://www.andreagrandi.it/2018/12/19/installing-python-and-virtualenv-on-osx/
Every time I need to install Python on OSX or whenever a colleague asks for help, I have to search fo the most updated instructions on Google, and every time I find different ways of doing the exact s
John Cook: RSA with one shared prime
Link: https://www.johndcook.com/blog/2018/12/19/rsa-with-one-known-prime/
The RSA encryption setup begins by finding two large prime numbers. These numbers are kept secret, but their product is made public. We discuss below just how difficult it is to recover two large prim
Link: https://www.johndcook.com/blog/2018/12/19/rsa-with-one-known-prime/
The RSA encryption setup begins by finding two large prime numbers. These numbers are kept secret, but their product is made public. We discuss below just how difficult it is to recover two large prim
John D. Cook | Applied Mathematics Consulting
RSA with one known prime
RSA encryption starts with choosing two secret prime numbers. What happens if two people share one of their primes?
Reuven Lerner: Announcing: Weekly Python Exercise, Newbie Edition
Link: https://blog.lerner.co.il/announcing-weekly-python-exercise-newbie-edition/
Are you new to Python, and looking for relatively easy exercises to reinforce what you’ve learned?
Do you use Python every day, but rely on Stack Overflow to answer questions like, “Which parentheses
Link: https://blog.lerner.co.il/announcing-weekly-python-exercise-newbie-edition/
Are you new to Python, and looking for relatively easy exercises to reinforce what you’ve learned?
Do you use Python every day, but rely on Stack Overflow to answer questions like, “Which parentheses
Lerner Consulting Blog
Announcing: Weekly Python Exercise, Newbie Edition - Lerner Consulting Blog
Are you new to Python, and looking for relatively easy exercises to reinforce what you’ve learned? Do you use Python every day, but rely on Stack Overflow to answer questions like, “Which parentheses should I use here,” or, “What’s the difference between…
Python Software Foundation: PyPI Security and Accessibility Q1 2019 Request for Proposals Update
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/HPqp93-tF3M/pypi-security-and-accessibility-q1-2019.html
Earlier this year we launched a Request for Information (RFI) followed by the launch of a Request for Proposals (RFP) in November to fulfill a contract for the Open Technology Fund (OTF) Core Infrast
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/HPqp93-tF3M/pypi-security-and-accessibility-q1-2019.html
Earlier this year we launched a Request for Information (RFI) followed by the launch of a Request for Proposals (RFP) in November to fulfill a contract for the Open Technology Fund (OTF) Core Infrast
Blogspot
PyPI Security and Accessibility Q1 2019 Request for Proposals Update
Earlier this year we launched a Request for Information (RFI) followed by the launch of a Request for Proposals (RFP) in November to fulf...
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 Data: Forecasting with Random Forests
Link: https://pythondata.com/forecasting-with-random-forests/
When it comes to forecasting data (time series or other types of series), people look to things like basic regression, ARIMA, ARMA, GARCH, or even Prophet but don’t discount the use of Random Forests
Link: https://pythondata.com/forecasting-with-random-forests/
When it comes to forecasting data (time series or other types of series), people look to things like basic regression, ARIMA, ARMA, GARCH, or even Prophet but don’t discount the use of Random Forests
Python Data
Forecasting with Random Forests - Python Data
Forecasting with Random Forests is possible with the proper setup.
PyBites: 2 years of PyBites, Our Pythonic Journey and the Creation of an Awesome Community
Link: https://pybit.es/special-pybites-2years.html
There is nothing like a challenge to bring out the best in man. - Sean Connery
You don't have to be great to start, but you have to start to be great. - Zig Ziglar
Today marks exactly 2 years sin
Link: https://pybit.es/special-pybites-2years.html
There is nothing like a challenge to bring out the best in man. - Sean Connery
You don't have to be great to start, but you have to start to be great. - Zig Ziglar
Today marks exactly 2 years sin
PyBites
2 years of PyBites, Our Pythonic Journey and the Creation of an Awesome Community
Today marks exactly 2 years since we set off on our amazing PyBites journey. In this special post we look back and reflect on what we learned.
Ned Batchelder: Advent of code presentation
Link: https://nedbatchelder.com//blog/201812/advent_of_code_presentation.html
At Boston Python last night, I did a presentation about solutions to a particular
Advent of Code puzzle.
If you haven’t seen Advent of Code, give it a look. A new puzzle each day
in December
Link: https://nedbatchelder.com//blog/201812/advent_of_code_presentation.html
At Boston Python last night, I did a presentation about solutions to a particular
Advent of Code puzzle.
If you haven’t seen Advent of Code, give it a look. A new puzzle each day
in December
codingdirectional: Convert an image from one format to another with pillow
Link: http://codingdirectional.info/2018/12/20/convert-an-image-from-one-format-to-another-with-pillow/
Hello again and in this article, we will continue to explore what else can the pillow module do besides displaying a picture on the screen as we have already seen it before in the previous article. In
Link: http://codingdirectional.info/2018/12/20/convert-an-image-from-one-format-to-another-with-pillow/
Hello again and in this article, we will continue to explore what else can the pillow module do besides displaying a picture on the screen as we have already seen it before in the previous article. In
The Digital Cat: Clean Architectures in Python: the book
Link: http://blog.thedigitalcatonline.com/blog/2018/12/20/cabook/
I'm excited to announce that the success of the post on clean architectures encouraged me to expand the subject and to write a book that I titled "Clean Architectures in Python. A practical approach t
Link: http://blog.thedigitalcatonline.com/blog/2018/12/20/cabook/
I'm excited to announce that the success of the post on clean architectures encouraged me to expand the subject and to write a book that I titled "Clean Architectures in Python. A practical approach t
Codementor: Kubernetes for Python Developers: Part 1
Link: https://www.codementor.io/bjoernstiel/kubernetes-for-python-developers-part-1-qexdwsthj
This post was originally published on Distributed Python (https://www.distributedpython.com) on November 28, 2018.
Kubernetes (https://kubernetes.io/) is an open-source container-orchestration...
Link: https://www.codementor.io/bjoernstiel/kubernetes-for-python-developers-part-1-qexdwsthj
This post was originally published on Distributed Python (https://www.distributedpython.com) on November 28, 2018.
Kubernetes (https://kubernetes.io/) is an open-source container-orchestration...
www.codementor.io
Kubernetes for Python Developers: Part 1 | Codementor
This post was originally published on Distributed Python (https://www.distributedpython.com) on November 28, 2018.
Kubernetes (https://kubernetes.io/) is an open-source container-orchestration...
Kubernetes (https://kubernetes.io/) is an open-source container-orchestration...
Mike Driscoll: Python 101: Episode #39 – Python wheels
Link: http://www.blog.pythonlibrary.org/2018/12/20/python-101-episode-39-python-wheels/
In this screencast you will learn about Python wheels and how to make your own. A Python wheel is a packaging format that allows installing a package without the need for compiling or building.
You c
Link: http://www.blog.pythonlibrary.org/2018/12/20/python-101-episode-39-python-wheels/
In this screencast you will learn about Python wheels and how to make your own. A Python wheel is a packaging format that allows installing a package without the need for compiling or building.
You c
Stack Abuse: Python Logging Basics
Link: https://stackabuse.com/python-logging-basics/
Introduction
Logging helps you keep track of events happening during the execution of your code, which can then be used in the future for debugging purposes. It provides a better picture of the flow o
Link: https://stackabuse.com/python-logging-basics/
Introduction
Logging helps you keep track of events happening during the execution of your code, which can then be used in the future for debugging purposes. It provides a better picture of the flow o
Stack Abuse
Python Logging Basics
Introduction Logging helps you keep track of events happening during the execution of your code, which can then be used in the future for debugging purposes. It provides a better picture of the flow of the application and helps developers trace the source…
PyCharm: Webinar: “Live Development of a PyCharm Plugin” with Joachim Ansorg
Link: http://feedproxy.google.com/~r/Pycharm/~3/EwubWc3K9rM/
PyCharm comes with a lot of functionality, yet perhaps something you’d like is missing. Luckily it’s made to be enhanced by plugins to be suitable for a much wider range of users. This webinar with no
Link: http://feedproxy.google.com/~r/Pycharm/~3/EwubWc3K9rM/
PyCharm comes with a lot of functionality, yet perhaps something you’d like is missing. Luckily it’s made to be enhanced by plugins to be suitable for a much wider range of users. This webinar with no
PyCharm Blog
Webinar: “Live Development of a PyCharm Plugin” with Joachim Ansorg
PyCharm comes with a lot of functionality, yet perhaps something you’d like is missing. Luckily it’s made to be enhanced by plugins to be suitable for a much wider range of users. This …
Python Software Foundation: Upcoming PyPI Improvements for 2019
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/UJLhXUl_Le8/upcoming-pypi-improvements-for-2019.html
The Python Package Index (PyPI) is far and away the largest and most visible service that the Python Software Foundation (PSF) supports for the Python community. Throughout the project’s 16 year hist
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/UJLhXUl_Le8/upcoming-pypi-improvements-for-2019.html
The Python Package Index (PyPI) is far and away the largest and most visible service that the Python Software Foundation (PSF) supports for the Python community. Throughout the project’s 16 year hist
Blogspot
Upcoming PyPI Improvements for 2019
The Python Package Index (PyPI) is far and away the largest and most visible service that the Python Software Foundation (PSF) supports f...
Python Anywhere: Slow scheduled tasks after yesterday's system update
Link: https://blog.pythonanywhere.com/174/
After our system update yesterday, there was a period when some people's scheduled tasks were running slowly. This is an update on what caused the issue and what we did to fix it.
The slowdown
Differ
Link: https://blog.pythonanywhere.com/174/
After our system update yesterday, there was a period when some people's scheduled tasks were running slowly. This is an update on what caused the issue and what we did to fix it.
The slowdown
Differ
Pythonanywhere
Slow scheduled tasks after yesterday's system update - PythonAnywhere News
All the latest updates from the PythonAnywhere team
Toshio Kuratomi: Python, signal handlers, and exceptions
Link: https://anonbadger.wordpress.com/2018/12/15/python-signal-handlers-and-exceptions/
Never ever, ever raise a regular exception in a Python signal handler.
This is probably the best advice that I had never heard. But after looking into an initial analysis of a timeout decorator bug i
Link: https://anonbadger.wordpress.com/2018/12/15/python-signal-handlers-and-exceptions/
Never ever, ever raise a regular exception in a Python signal handler.
This is probably the best advice that I had never heard. But after looking into an initial analysis of a timeout decorator bug i
The Ramblings
Python, signal handlers, and exceptions
Never ever, ever raise a regular exception in a Python signal handler. This is probably the best advice that I had never heard. But after looking into an initial analysis of a timeout decorator bu…
Mahmoud Hashemi: Awesome Python Applications
Link: http://sedimental.org/awesome_python_applications.html
What we can learn from 180+ case studies on successfully shipping Python software.
If you're reading this (or hearing
this), you read and write code, probably
Python. And for all the code you've shipp
Link: http://sedimental.org/awesome_python_applications.html
What we can learn from 180+ case studies on successfully shipping Python software.
If you're reading this (or hearing
this), you read and write code, probably
Python. And for all the code you've shipp
sedimental.org
Awesome Python Applications — Sedimental
Accretionary thoughts by Mahmoud Hashemi
Ned Batchelder: A thing I learned about Python recursion
Link: https://nedbatchelder.com//blog/201812/a_thing_i_learned_about_python_recursion.html
Working on a programming challenge, I was surprised by something. I built
a tree structure with a recursive function. Then I tried to use a recursive
function to sum up some values across th
Link: https://nedbatchelder.com//blog/201812/a_thing_i_learned_about_python_recursion.html
Working on a programming challenge, I was surprised by something. I built
a tree structure with a recursive function. Then I tried to use a recursive
function to sum up some values across th