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
The Digital Cat: Python 3 OOP Part 4 - Polymorphism
Link: http://blog.thedigitalcatonline.com/blog/2014/08/21/python-3-oop-part-4-polymorphism/
This post is available as an IPython Notebook here
Good Morning, Polymorphism¶
The term polymorphism, in the OOP lingo, refers to the ability of an object to adapt the code to the type of the data it
Link: http://blog.thedigitalcatonline.com/blog/2014/08/21/python-3-oop-part-4-polymorphism/
This post is available as an IPython Notebook here
Good Morning, Polymorphism¶
The term polymorphism, in the OOP lingo, refers to the ability of an object to adapt the code to the type of the data it
Thedigitalcatonline
Object-Oriented Programming in Python 3 - Polymorphism
Fundamentals of object-oriented programming in Python - polymorphism
Test and Code: 59: Genesynth, nox, urllib3, & PyCascades - Thea Flowers
Link: https://testandcode.com/59
Thea Flowers is a Pythonista and open source advocate. She helps empower developers of all backgrounds and experience levels using Python and open source software and hardware.
Thea is the creator of
Link: https://testandcode.com/59
Thea Flowers is a Pythonista and open source advocate. She helps empower developers of all backgrounds and experience levels using Python and open source software and hardware.
Thea is the creator of
Test & Code : Python Testing
Test & Code : Python Testing: Genesynth, nox, urllib3, & PyCascades - Thea Flowers
Interview with Thea Flowers, a Pythonista and open source advocate. We start the conversation talking about a custom synthesizer she's building from Sega Genesis chips. We also talk about nox, urllib3, and PyCascades.
Stack Abuse: Python Nested Functions
Link: https://stackabuse.com/python-nested-functions/
What is a Nested Function?
Functions are one of the "first-class citizens" of Python, which means that functions are at the same level as other Python objects like integers, strings, modules, etc. The
Link: https://stackabuse.com/python-nested-functions/
What is a Nested Function?
Functions are one of the "first-class citizens" of Python, which means that functions are at the same level as other Python objects like integers, strings, modules, etc. The
Stack Abuse
Python Nested Functions
Functions are one of the "first-class citizens" of Python, which means that functions are at the same level as other Python objects like integers, st...
Django Weblog: DSF calls for applicants for a Django Fellow
Link: https://www.djangoproject.com/weblog/2018/dec/21/django-fellow-applicants/
After ten years of contributing to Django, four of which were paid as part of the Django Fellowship program, Tim Graham has decided to step down as a Django Fellow this spring to explore other things.
Link: https://www.djangoproject.com/weblog/2018/dec/21/django-fellow-applicants/
After ten years of contributing to Django, four of which were paid as part of the Django Fellowship program, Tim Graham has decided to step down as a Django Fellow this spring to explore other things.
Catalin George Festila: Python Qt5 - simple draw with QPainter.
Link: http://python-catalin.blogspot.com/2018/12/python-qt5-simple-draw-with-qpainter.html
Using the QPainter is more complex than a simple example. I try to create a simple example in order to have a good look at how can be used.The main goal was to understand how can have the basic elemen
Link: http://python-catalin.blogspot.com/2018/12/python-qt5-simple-draw-with-qpainter.html
Using the QPainter is more complex than a simple example. I try to create a simple example in order to have a good look at how can be used.The main goal was to understand how can have the basic elemen
Blogspot
Python Qt5 - simple draw with QPainter.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Anarcat: December 2018 report: archiving Brazil, calendar and LTS
Link: https://anarc.at/blog/2018-12-21-report/
Last two months free software work
Keen readers probably noticed that I didn't produce a report in
November. I am not sure why, but I couldn't find the time to do
so. When looking back at those past t
Link: https://anarc.at/blog/2018-12-21-report/
Last two months free software work
Keen readers probably noticed that I didn't produce a report in
November. I am not sure why, but I couldn't find the time to do
so. When looking back at those past t
Trey Hunner: Why you should be using pathlib
Link: http://treyhunner.com/2018/12/why-you-should-be-using-pathlib/
When I discovered Python’s new pathlib module a few years ago, I initially wrote it off as being a slightly more awkward and unnecessarily object-oriented version of the os.path module.
I was wrong.
P
Link: http://treyhunner.com/2018/12/why-you-should-be-using-pathlib/
When I discovered Python’s new pathlib module a few years ago, I initially wrote it off as being a slightly more awkward and unnecessarily object-oriented version of the os.path module.
I was wrong.
P
Treyhunner
Why you should be using pathlib
When I discovered Python’s new pathlib module a few years ago, I initially wrote it off as being a slightly more awkward and unnecessarily …
Continuum Analytics Blog: Anaconda Distribution 2018.12 Released
Link: https://www.anaconda.com/blog/developer-blog/anaconda-distribution-2018-12-released/
We are changing versioning in Anaconda Distribution from a major/minor version scheme to a year.month scheme. We made this change to differentiate between the open source Anaconda Distribution and Ana
Link: https://www.anaconda.com/blog/developer-blog/anaconda-distribution-2018-12-released/
We are changing versioning in Anaconda Distribution from a major/minor version scheme to a year.month scheme. We made this change to differentiate between the open source Anaconda Distribution and Ana
Anaconda
Anaconda Distribution 2018.12 Released - Anaconda
Anaconda Distribution 2018.12 released with the new versioning scheme to differentiate from Anaconda Enterprise
codingdirectional: Create a thumbnail with pillow
Link: http://codingdirectional.info/2018/12/22/create-a-thumbnail-with-pillow/
Welcome back, in this article we will continue to use pillow to create a thumbnail from a jpeg picture and then save that thumbnail in the png format. Below code will first open a picture and then red
Link: http://codingdirectional.info/2018/12/22/create-a-thumbnail-with-pillow/
Welcome back, in this article we will continue to use pillow to create a thumbnail from a jpeg picture and then save that thumbnail in the png format. Below code will first open a picture and then red
Weekly Python StackOverflow Report: (clvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/12/clvii-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-22 19:09:22 GMTGetting first n unique elements from Python list
Link: http://python-weekly.blogspot.com/2018/12/clvii-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-22 19:09:22 GMTGetting first n unique elements from Python list
Blogspot
(clvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Vasudev Ram: Dynamic function creation at run time with Python's eval built-in
Link: http://jugad2.blogspot.com/2018/12/dynamic-function-creation-at-run-time_23.html
By Vasudev RamHi, readers,A few days ago, I had published this post:Dynamic function creation at run time with Python's exec built-inIn today's post I'll show another way of dynamically creating funct
Link: http://jugad2.blogspot.com/2018/12/dynamic-function-creation-at-run-time_23.html
By Vasudev RamHi, readers,A few days ago, I had published this post:Dynamic function creation at run time with Python's exec built-inIn today's post I'll show another way of dynamically creating funct
Blogspot
Dynamic function creation at run time with Python's eval built-in
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
codingdirectional: Debug and run the python code online
Link: http://codingdirectional.info/2018/12/23/debug-and-run-the-python-code-online/
Hello and welcome to another python article, we are going to get some rest for a few days before starting a few examples again for another new python module. In these few days time, we will look at a
Link: http://codingdirectional.info/2018/12/23/debug-and-run-the-python-code-online/
Hello and welcome to another python article, we are going to get some rest for a few days before starting a few examples again for another new python module. In these few days time, we will look at a