Gocept Weblog: We have nearly one million lines of Python 2 code in production – and now?
Link: https://blog.gocept.com/2020/06/08/we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/
Still running Python 2 code in production is like steering a ship without radar in thick fog: You don’t know, which obstacle you will hit next. But there are ways to see the sun again even for large c
Link: https://blog.gocept.com/2020/06/08/we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/
Still running Python 2 code in production is like steering a ship without radar in thick fog: You don’t know, which obstacle you will hit next. But there are ways to see the sun again even for large c
gocept blog
We have nearly one million lines of Python 2 code in production – and now?
How to successfully migrate a Python 2 project to Python 3.
Podcast.__init__: Open Source Product Analytics With PostHog
Link: https://www.pythonpodcast.com/posthog-product-analytics-episode-266/
You spend a lot of time and energy on building a great application, but do you know how it's actually being used? Using a product analytics tool lets you gain visibility into what your users find help
Link: https://www.pythonpodcast.com/posthog-product-analytics-episode-266/
You spend a lot of time and energy on building a great application, but do you know how it's actually being used? Using a product analytics tool lets you gain visibility into what your users find help
The Python Podcast.__init__
The Python Podcast.__init__: Open Source Product Analytics With PostHog
An interview with PostHog CTO Tim Glaser on building an open source product analytics platform in Python and how it feeds back into the development process
Real Python: Python Community Interview With Kattni Rembor
Link: https://realpython.com/interview-kattni-rembor/
This week, I’m joined by Kattni Rembor, a creative engineer at Adafruit Industries. Kattni’s role is varied, as she covers embedded software, hardware design, technical writing, and community leadersh
Link: https://realpython.com/interview-kattni-rembor/
This week, I’m joined by Kattni Rembor, a creative engineer at Adafruit Industries. Kattni’s role is varied, as she covers embedded software, hardware design, technical writing, and community leadersh
Realpython
Python Community Interview With Kattni Rembor – Real Python
Kattni Rembor is a creative engineer at Adafruit Industries. In this interview, we talk about her work developing CircuitPython and the role mentorship has played in her career to date. She also shares her advice for anyone looking to start their first hardware…
PSF GSoC students blogs: Weekly Check-in #2
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-2-5/
What did I do this week?
I worked on question answering and classification models using Hugging Face Transformers. Now, both question answering and classification models can be trained in DFFML.
What
Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-2-5/
What did I do this week?
I worked on question answering and classification models using Hugging Face Transformers. Now, both question answering and classification models can be trained in DFFML.
What
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #2 - 0dust's Blog
Weekly Check-in #2 - 2244df23-95c5-4c9b-b0f5-e8887a2f2e11 - Python's Google Summer of Code Blogs Page
Philippe Normand: Introducing the WebKit Flatpak SDK
Link: https://base-art.net/Articles/introducing-the-webkit-flatpak-sdk/
Working on a web-engine often requires a complex build infrastructure. This post
documents our transition from JHBuild to Flatpak for the WebKitGTK and
WPEWebKit development builds.
For the last 10 ye
Link: https://base-art.net/Articles/introducing-the-webkit-flatpak-sdk/
Working on a web-engine often requires a complex build infrastructure. This post
documents our transition from JHBuild to Flatpak for the WebKitGTK and
WPEWebKit development builds.
For the last 10 ye
Base-Art
Introducing the WebKit Flatpak SDK
Working on a web-engine often requires a complex build infrastructure. This post documents our transition from JHBuild to Flatpak for the WebKitGTK and WPEWebKit development builds. For the last 10 years, WebKitGTK has been relying on a custom JHBuild moduleset…
PSF GSoC students blogs: Blog post for week 1: Introducing support for Redis
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-1-introducing-support-for-redis/
Scrapy uses queues for handling requests. The scheduler pushes requests to the queue and pops them from the queue when the next request is ready to be made. At the moment, there is no support for exte
Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-1-introducing-support-for-redis/
Scrapy uses queues for handling requests. The scheduler pushes requests to the queue and pops them from the queue when the next request is ready to be made. At the moment, there is no support for exte
blogs.python-gsoc.org
Python GSoC - Blog post for week 1: Introducing support for Redis - Lukas0907's Blog
Blog post for week 1: Introducing support for Redis - de275460-6752-46d7-8264-6d4e9c50aadb - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 2 blog!
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-2-blog/
Hello everyone,
Its me again. Excited to share my progress this week with you all. There was a lot of coding involved this week. I coded three classes in order to generate a polymesh using the recast
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-2-blog/
Hello everyone,
Its me again. Excited to share my progress this week with you all. There was a lot of coding involved this week. I coded three classes in order to generate a polymesh using the recast
blogs.python-gsoc.org
Python GSoC - Week 2 blog! - imaj_ashwini's Blog
Week 2 blog! - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Unexpected Things When You're Expecting
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/unexpected-things-when-you-re-expecting/
Hi everyone, I hope that you are all doing well and wishes you all good health! The last week has not been really kind to me with a decent amount of academic pressure (my school year is lasting until
Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/unexpected-things-when-you-re-expecting/
Hi everyone, I hope that you are all doing well and wishes you all good health! The last week has not been really kind to me with a decent amount of academic pressure (my school year is lasting until
blogs.python-gsoc.org
Python GSoC - Unexpected Things When You're Expecting - McSinyx's Blog
Unexpected Things When You're Expecting - c0f0a92a-4a65-4460-a3d7-58a14026d693 - Python's Google Summer of Code Blogs Page
Codementor: A Comprehensive Guide to Handling Exceptions in Python
Link: https://www.codementor.io/henrygeorge/a-comprehensive-guide-to-handling-exceptions-in-python-178ikwc2ot
The dos and don’ts of best-practice Python exception handling
Link: https://www.codementor.io/henrygeorge/a-comprehensive-guide-to-handling-exceptions-in-python-178ikwc2ot
The dos and don’ts of best-practice Python exception handling
www.codementor.io
A Comprehensive Guide to Handling Exceptions in Python | Codementor
The dos and don’ts of best-practice Python exception handling
PSF GSoC students blogs: Weekly Blog Post | Gsoc'2020 | #2
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-2020-2/
Greetings, People of the world!
Coding period for Gsoc 2020 started last week, and it has been as incredible as I imagined.
1. What did you do this week?
I worked on improvising the UI for the pro
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-2020-2/
Greetings, People of the world!
Coding period for Gsoc 2020 started last week, and it has been as incredible as I imagined.
1. What did you do this week?
I worked on improvising the UI for the pro
blogs.python-gsoc.org
Python GSoC - Weekly Blog Post | Gsoc'2020 | #2 - ShashankJarial's Blog
Weekly Blog Post | Gsoc'2020 | #2 - 85cf43f1-92b5-4284-9618-abac0e889328 - Python's Google Summer of Code Blogs Page
Anwesha Das: Difference between chcon and semanage
Link: http://anweshadas.in/difference-between-chcon-and-semanage/
SELinux
Security Enhanced Linux, selinux is the discretionary access control in the Linux distribution. This extra layer of security keeps the users data safe in the system. selinux context contains
Link: http://anweshadas.in/difference-between-chcon-and-semanage/
SELinux
Security Enhanced Linux, selinux is the discretionary access control in the Linux distribution. This extra layer of security keeps the users data safe in the system. selinux context contains
Law Explained India
Difference between chcon and semanage
SELinux Security Enhanced Linux, SELinux is the discretionary access control in the Linux distribution. This extra layer of security keeps the user's data safe in the system. SELinux context contains additional information, labels attached to each process…
Real Python: Getting the Most Out of a Python Traceback
Link: https://realpython.com/courses/python-traceback/
Python prints a traceback when an exception is raised in your code. The traceback output can be a bit overwhelming if you’re seeing it for the first time or you don’t know what it’s telling you. But t
Link: https://realpython.com/courses/python-traceback/
Python prints a traceback when an exception is raised in your code. The traceback output can be a bit overwhelming if you’re seeing it for the first time or you don’t know what it’s telling you. But t
Realpython
Getting the Most Out of a Python Traceback – Real Python
In this step-by-step course, you'll learn how to read and understand the information you can get from a Python stack traceback. You'll walk through several examples and see some of the most common tracebacks in Python.
Philippe Normand: WebKitGTK and WPE now supporting videos in the img tag
Link: https://base-art.net/Articles/webkitgtk-and-wpe-now-supporting-videos-in-the-img-tag/
Using videos in the <img> HTML tag can lead to more responsive web-page loads
in most cases. Colin Bendell blogged about this topic, make sure to read his
post on the cloudinary website. As it turns o
Link: https://base-art.net/Articles/webkitgtk-and-wpe-now-supporting-videos-in-the-img-tag/
Using videos in the <img> HTML tag can lead to more responsive web-page loads
in most cases. Colin Bendell blogged about this topic, make sure to read his
post on the cloudinary website. As it turns o
Base-Art
WebKitGTK and WPE now supporting videos in the img tag
Using videos in the <img> HTML tag can lead to more responsive web-page loads in most cases. Colin Bendell blogged about this topic, make sure to read his post on the cloudinary website. As it turns out, this feature has been supported for more than 2 years…
PyCoder’s Weekly: Issue #424 (June 9, 2020)
Link: https://pycoders.com/issues/424
#424 – JUNE 9, 2020 View in Browser » Web Scraping in Python: Tools, Techniques, and Legality Do you want to get started with web scraping using Python? Are you concerned about the potential leg
Link: https://pycoders.com/issues/424
#424 – JUNE 9, 2020 View in Browser » Web Scraping in Python: Tools, Techniques, and Legality Do you want to get started with web scraping using Python? Are you concerned about the potential leg
Pycoders
PyCoder’s Weekly | Issue #424
Issue #424 of the PyCoder’s Weekly newsletter, published June 9, 2020.
Janusworx: A Hundred Days of Code, Day 041
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-041/
Started to very slowly do the Mega Flask Tutorial.
This real world project-cum-tutorial, should let me learn more real-world-esque Python and expand beyond the tiny vocabulary, I have.
Setup my envi
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-041/
Started to very slowly do the Mega Flask Tutorial.
This real world project-cum-tutorial, should let me learn more real-world-esque Python and expand beyond the tiny vocabulary, I have.
Setup my envi
Janusworx
A Hundred Days of Code, Day 041
Started to very slowly do the Mega Flask Tutorial.
This real world project-cum-tutorial, should let me learn more real-world-esque Python and expand beyond the tiny vocabulary, I have.
Setup my envi
This real world project-cum-tutorial, should let me learn more real-world-esque Python and expand beyond the tiny vocabulary, I have.
Setup my envi
Codementor: Django User Model
Link: https://www.codementor.io/mohanedmashaly12/django-user-model-17a8ckftus
a small introduction to django framework with more focus on the User Model class and Authentication
Link: https://www.codementor.io/mohanedmashaly12/django-user-model-17a8ckftus
a small introduction to django framework with more focus on the User Model class and Authentication
www.codementor.io
Django User Model | Codementor
a small introduction to django framework with more focus on the User Model class and Authentication
CubicWeb: Report of June 10th Cubicweb Meeting
Link: http://feedproxy.google.com/~r/cubicweborg/~3/9jlSQfdxJj0/17326288
Hi everyone,
We've just published the RC1 for CubicWeb https://pypi.org/project/cubicweb/3.28.0rc1/ and a new version 1.7.0 for logilab-common https://pypi.org/project/logilab-common/1.7.0/
Our curren
Link: http://feedproxy.google.com/~r/cubicweborg/~3/9jlSQfdxJj0/17326288
Hi everyone,
We've just published the RC1 for CubicWeb https://pypi.org/project/cubicweb/3.28.0rc1/ and a new version 1.7.0 for logilab-common https://pypi.org/project/logilab-common/1.7.0/
Our curren
Real Python: SettingWithCopyWarning in Pandas: Views vs Copies
Link: https://realpython.com/pandas-settingwithcopywarning/
NumPy and Pandas are very comprehensive, efficient, and flexible Python tools for data manipulation. An important concept for proficient users of these two libraries to understand is how data are refe
Link: https://realpython.com/pandas-settingwithcopywarning/
NumPy and Pandas are very comprehensive, efficient, and flexible Python tools for data manipulation. An important concept for proficient users of these two libraries to understand is how data are refe
Realpython
SettingWithCopyWarning in pandas: Views vs Copies – Real Python
In this tutorial, you'll learn about views and copies in NumPy and pandas. You'll see why the SettingWithCopyWarning occurs in pandas and how to properly write code that avoids it.
Peter Bengtsson: ./bin/huey-isnt-running.sh - A bash script to prevent lurking ghosts
Link: https://www.peterbe.com/plog/huey-isnt-running.sh
tl;dr; Here's a useful bash script to avoid starting something when its already running as a ghost process.
Link: https://www.peterbe.com/plog/huey-isnt-running.sh
tl;dr; Here's a useful bash script to avoid starting something when its already running as a ghost process.
Peterbe
./bin/huey-isnt-running.sh - A bash script to prevent lurking ghosts
tl;dr; Here's a useful bash script to avoid starting something when its already running as a ghost process.
PSF GSoC students blogs: GSoC week 1
Link: https://blogs.python-gsoc.org/en/ars-blog/gsoc-week-1-1/
This week I've been largely focused on blog posting bugs, notably #394 and #396. These two bugs are not actually part of the python-blogs codebase, but the now-abandoned aldryn newsblog projected whic
Link: https://blogs.python-gsoc.org/en/ars-blog/gsoc-week-1-1/
This week I've been largely focused on blog posting bugs, notably #394 and #396. These two bugs are not actually part of the python-blogs codebase, but the now-abandoned aldryn newsblog projected whic
blogs.python-gsoc.org
Python GSoC - GSoC week 1 - AR's Blog
GSoC week 1 - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
Nathan Piccini Data Science Dojo Blog: Building an AI-based Chatbot in Python
Link: https://blog.datasciencedojo.com/building-an-ai-based-chatbot-in-python/
Chatbots have become extremely popular in recent years and their use in the industry has skyrocketed. The chatbot market is projected to grow from $2.6 billion in 2019 to $9.4 billion by 2024. This re
Link: https://blog.datasciencedojo.com/building-an-ai-based-chatbot-in-python/
Chatbots have become extremely popular in recent years and their use in the industry has skyrocketed. The chatbot market is projected to grow from $2.6 billion in 2019 to $9.4 billion by 2024. This re
Data Science Blog | AI, ML, big data analytics
Building an AI based Chatbot in Python
Modern AI tools have made it very easy to build robust customized chatbots. In the third part of this series on chatbots, we take a closer look at AI based chatbots and learn to build one using a popular library in Python.