Will Kahn-Greene: Socorro: migrating to Python 3
Link: https://bluesock.org/~willkg/blog/mozilla/socorro_python3.html
Summary
Socorro is the crash ingestion
pipeline for Mozilla's products like Firefox. When Firefox crashes, the Breakpad
crash reporter asks the user if the user would like to send a crash report. If
Link: https://bluesock.org/~willkg/blog/mozilla/socorro_python3.html
Summary
Socorro is the crash ingestion
pipeline for Mozilla's products like Firefox. When Firefox crashes, the Breakpad
crash reporter asks the user if the user would like to send a crash report. If
Will's blog
Socorro: migrating to Python 3
Summary
Socorro is the crash ingestion
pipeline for Mozilla's products like Firefox. When Firefox crashes, the Breakpad
crash reporter asks the user if the user would like to send a crash report. If
t
Socorro is the crash ingestion
pipeline for Mozilla's products like Firefox. When Firefox crashes, the Breakpad
crash reporter asks the user if the user would like to send a crash report. If
t
NumFOCUS: Double Your Donation: NumFOCUS Receives $5,000 Matching Gift Challenge
Link: https://numfocus.org/blog/double-your-donation-2018
The post Double Your Donation: NumFOCUS Receives $5,000 Matching Gift Challenge appeared first on NumFOCUS.
Link: https://numfocus.org/blog/double-your-donation-2018
The post Double Your Donation: NumFOCUS Receives $5,000 Matching Gift Challenge appeared first on NumFOCUS.
NumFOCUS
Double Your Donation: NumFOCUS Receives $5,000 Matching Gift Challenge - NumFOCUS
The annual end-of-year NumFOCUS fundraising drive is here, and we need your help to meet our goal! Help us raise $15K for open source tools!
Stack Abuse: Introduction to Web Scraping with Python
Link: https://stackabuse.com/introduction-to-web-scraping-with-python/
Introduction
Web-scraping is an important technique, frequently employed in a lot of different contexts, especially data science and data mining. Python is largely considered the go-to language for we
Link: https://stackabuse.com/introduction-to-web-scraping-with-python/
Introduction
Web-scraping is an important technique, frequently employed in a lot of different contexts, especially data science and data mining. Python is largely considered the go-to language for we
Stack Abuse
Introduction to Web Scraping with Python
Web-scraping is an important technique, frequently employed in a lot of different contexts, especially data science and data mining. Python is largely consider...
Continuum Analytics Blog: Python Data Visualization 2018: Where Do We Go From Here?
Link: https://www.anaconda.com/blog/developer-blog/python-data-visualization-2018-where-do-we-go-from-here/
This post is the third in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. By James A. Bednar As we saw in Part I and Part II of this
Link: https://www.anaconda.com/blog/developer-blog/python-data-visualization-2018-where-do-we-go-from-here/
This post is the third in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. By James A. Bednar As we saw in Part I and Part II of this
Anaconda
Python Data Visualization 2018: Where Do We Go From Here? - Anaconda
This post is the third in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. By James A. Bednar As we saw in Part I and Part II of this series, having so many separate Python visualization libraries…
Techiediaries - Django: Django CRUD: Python 3.7 & Generic Class-Based Views
Link: https://www.techiediaries.com/django-crud-generic-views/
Throughout this tutorial, you'll create a Django CRUD example application using generic class based views. You will be using the latest Python 3.7 version.
You'll learn to quickly create CRUD views by
Link: https://www.techiediaries.com/django-crud-generic-views/
Throughout this tutorial, you'll create a Django CRUD example application using generic class based views. You will be using the latest Python 3.7 version.
You'll learn to quickly create CRUD views by
codingdirectional: Move files from one folder to another folder with python
Link: http://codingdirectional.info/2018/12/15/move-files-from-one-folder-to-another-folder-with-python/
After I have finished writing the python program which will remove the duplicate files in another folder, the first part of this tkinter’s project has come to an end and the second part will follow. J
Link: http://codingdirectional.info/2018/12/15/move-files-from-one-folder-to-another-folder-with-python/
After I have finished writing the python program which will remove the duplicate files in another folder, the first part of this tkinter’s project has come to an end and the second part will follow. J
gamingdirectional: What is your top achievements?
Link: http://gamingdirectional.com/blog/2018/12/15/python-9/
After the previous article, we have finally been able to create a score scene as I had promised you before in the last article. What this scene does is to list out the latest 5 levels that the player
Link: http://gamingdirectional.com/blog/2018/12/15/python-9/
After the previous article, we have finally been able to create a score scene as I had promised you before in the last article. What this scene does is to list out the latest 5 levels that the player
Gaming Directional
What is your top achievements?
In this article we will create the score scene for our pygame project
James Bennett: How to break Python
Link: https://www.b-list.org/weblog/2016/nov/28/break-python/
Edited December 2018: added sections for Python 3.7 and upcoming 3.8, updated Python 3.6 section since Python 3.6 has been released, and updated Python 3.3 section since 3.3 has reached end-of-life.
D
Link: https://www.b-list.org/weblog/2016/nov/28/break-python/
Edited December 2018: added sections for Python 3.7 and upcoming 3.8, updated Python 3.6 section since Python 3.6 has been released, and updated Python 3.3 section since 3.3 has reached end-of-life.
D
Weekly Python StackOverflow Report: (clvi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/12/clvi-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-15 14:32:38 GMTIs is safe to use next within a for loop in Pyth
Link: http://python-weekly.blogspot.com/2018/12/clvi-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-15 14:32:38 GMTIs is safe to use next within a for loop in Pyth
Blogspot
(clvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Codementor: Simple way to get data from web page using python
Link: https://www.codementor.io/phamvan/simple-way-to-get-data-from-web-page-using-python-q9f85jkin
Can you guess a simple way you can get data from a web page? It’s through a technique called web scraping.
Link: https://www.codementor.io/phamvan/simple-way-to-get-data-from-web-page-using-python-q9f85jkin
Can you guess a simple way you can get data from a web page? It’s through a technique called web scraping.
www.codementor.io
Simple way to get data from web page using python | Codementor
Can you guess a simple way you can get data from a web page? It’s through a technique called web scraping.
"Morphex's Blogologue": Python quick-fix of broken router
Link: http://blogologue.com/blog_entry?id=1544885504X93
I have a router which seems to "take the day off" every once in a while, and this started after I filled up all 4 Ethernet ports.Rebooting, the only fix I've found so far, fixes the problem, so that a
Link: http://blogologue.com/blog_entry?id=1544885504X93
I have a router which seems to "take the day off" every once in a while, and this started after I filled up all 4 Ethernet ports.Rebooting, the only fix I've found so far, fixes the problem, so that a
Techiediaries - Django: Angular 6|7 Tutorial — CRUD & Python REST API
Link: https://www.techiediaries.com/angular-tutorial/
Angular 7 is released! Read about its new features and how to update Angular 6 to v7.
This tutorial is designed for developers that want to use Angular 6/7 to build front-end apps for their back-end R
Link: https://www.techiediaries.com/angular-tutorial/
Angular 7 is released! Read about its new features and how to update Angular 6 to v7.
This tutorial is designed for developers that want to use Angular 6/7 to build front-end apps for their back-end R
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…
gamingdirectional: Create a power bar for pygame project
Link: http://gamingdirectional.com/blog/2018/12/16/pygame-6/
In this chapter, we are going to create the last piece of game feature which is the player’s power bar, after this, I will do all the touches up to this game project which certainly includes to tidy u
Link: http://gamingdirectional.com/blog/2018/12/16/pygame-6/
In this chapter, we are going to create the last piece of game feature which is the player’s power bar, after this, I will do all the touches up to this game project which certainly includes to tidy u
Gaming Directional
Create a power bar for pygame project
codingdirectional: Tidy up the user interface
Link: http://codingdirectional.info/2018/12/16/tidy-up-the-user-interface/
Welcome back to the multitas project which we have already created two features for this application in the previous articles 1) Remove duplicate files 2) Move file from one folder to another. In this
Link: http://codingdirectional.info/2018/12/16/tidy-up-the-user-interface/
Welcome back to the multitas project which we have already created two features for this application in the previous articles 1) Remove duplicate files 2) Move file from one folder to another. In this
Vasudev Ram: Dynamic function creation at run time with Python's exec built-in
Link: http://jugad2.blogspot.com/2018/12/dynamic-function-creation-at-run-time.html
By Vasudev RamHi, readers,I was browsing Paul Graham's essay about his book "On Lisp". It's about advanced uses of Lisp and some of the features that make it unique.In it, he talks about many Lisp fea
Link: http://jugad2.blogspot.com/2018/12/dynamic-function-creation-at-run-time.html
By Vasudev RamHi, readers,I was browsing Paul Graham's essay about his book "On Lisp". It's about advanced uses of Lisp and some of the features that make it unique.In it, he talks about many Lisp fea
Blogspot
Dynamic function creation at run time with Python's exec built-in
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Davy Wybiral: Nordic Thingy:52 Dev Kit (First impression)
Link: http://davywybiral.blogspot.com/2018/12/nordic-thingy52-dev-kit-first-impression.html
Today I'm playing around with a Nordic Thingy:52 Bluetooth 5 development kit from Nordic Semiconductor.
Link: http://davywybiral.blogspot.com/2018/12/nordic-thingy52-dev-kit-first-impression.html
Today I'm playing around with a Nordic Thingy:52 Bluetooth 5 development kit from Nordic Semiconductor.
Blogspot
Nordic Thingy:52 Dev Kit (First impression)
Today I'm playing around with a Nordic Thingy:52 Bluetooth 5 development kit from Nordic Semiconductor.
Techiediaries - Django: Django 2 Ajax CRUD with Python 3.7 and jQuery
Link: https://www.techiediaries.com/python-django-ajax/
In this tutorial, you'll learn how to send Ajax requests in Django 2 and Python 3.7 to add CRUD operations in your application and manipulate your Django models and database without having to refresh
Link: https://www.techiediaries.com/python-django-ajax/
In this tutorial, you'll learn how to send Ajax requests in Django 2 and Python 3.7 to add CRUD operations in your application and manipulate your Django models and database without having to refresh
Techiediaries
Django 2 Ajax CRUD with Python 3.7 and jQuery | Techiediaries
Throughout this tutorial, you'll create a Django CRUD example with Ajax and jQuery
Podcast.__init__: Polyglot: Multi-Lingual Natural Language Processing with Rami Al-Rfou
Link: https://www.podcastinit.com/polyglot-with-rami-al-rfou-episode-190/
Using computers to analyze text can produce useful and inspirational insights. However, when working with multiple languages the capabilities of existing models are severely limited. In order to help
Link: https://www.podcastinit.com/polyglot-with-rami-al-rfou-episode-190/
Using computers to analyze text can produce useful and inspirational insights. However, when working with multiple languages the capabilities of existing models are severely limited. In order to help
The Python Podcast.__init__
Polyglot: Multi-Lingual Natural Language Processing with Rami Al-Rfou - Episode 190
Using computers to analyze text can produce useful and inspirational insights. However, when working with multiple languages the capabilities of existing models are severely limited. In order to help overcome this limitation Rami Al-Rfou built Polyglot. In…
Mike Driscoll: PyDev of the Week: Irina Truong
Link: http://www.blog.pythonlibrary.org/2018/12/17/pydev-of-the-week-irina-truong/
This week we welcome Irina Truong (@irinatruong) as our PyDev of the Week! Irina has been a speaker at several Python conferences and is a maintainer for pgcli, a Python package that is a command-line
Link: http://www.blog.pythonlibrary.org/2018/12/17/pydev-of-the-week-irina-truong/
This week we welcome Irina Truong (@irinatruong) as our PyDev of the Week! Irina has been a speaker at several Python conferences and is a maintainer for pgcli, a Python package that is a command-line