Zato Blog: Web scraping as an API service
Link: https://zato.io/en/blog/web-scraping-api-integrations.html
Web scraping as an API service
2024-11-13, by Dariusz Suchojad
Overview
In systems-to-systems integrations, there comes an inevitable time when we have to employ some kind of a web scraping too
Link: https://zato.io/en/blog/web-scraping-api-integrations.html
Web scraping as an API service
2024-11-13, by Dariusz Suchojad
Overview
In systems-to-systems integrations, there comes an inevitable time when we have to employ some kind of a web scraping too
Real Python: Python Dictionary Comprehensions: How and When to Use Them
Link: https://realpython.com/python-dictionary-comprehension/
Dictionary comprehensions are a concise and quick way to create, transform, and filter dictionaries in Python. They can significantly enhance your code’s conciseness and readability compared to using
Link: https://realpython.com/python-dictionary-comprehension/
Dictionary comprehensions are a concise and quick way to create, transform, and filter dictionaries in Python. They can significantly enhance your code’s conciseness and readability compared to using
Realpython
Python Dictionary Comprehensions: How and When to Use Them – Real Python
In this tutorial, you'll learn how to write dictionary comprehensions in Python. You'll also explore the most common use cases for dictionary comprehensions and learn about some bad practices that you should avoid when using them in your code.
Bojan Mihelac: Rename uploaded files to ASCII charset in Django
Link: http://code.informatikamihelac.com/en/rename-uploaded-files-ascii-character-set-django/
Telling Django to rename all uploaded files in ASCII encoding is easy and takes only two steps.
Link: http://code.informatikamihelac.com/en/rename-uploaded-files-ascii-character-set-django/
Telling Django to rename all uploaded files in ASCII encoding is easy and takes only two steps.
Informatikamihelac
Rename uploaded files to ASCII charset in Django
Bojan Mihelac: Django site permissions
Link: http://code.informatikamihelac.com/en/django-site-permissions/
Link: http://code.informatikamihelac.com/en/django-site-permissions/
Informatikamihelac
Django site permissions
Bojan Mihelac: Django-simpleadmindoc updated
Link: http://code.informatikamihelac.com/en/django-simpleadmindoc-updated/
create documentation for django website
Link: http://code.informatikamihelac.com/en/django-simpleadmindoc-updated/
create documentation for django website
Informatikamihelac
Django-simpleadmindoc updated
Bojan Mihelac: Django app name translation in admin
Link: http://code.informatikamihelac.com/en/django-app-name-translation-admin/
"Django app name translation in admin" is small drop-in django application that overrides few admin templates thus allowing app names in Django admin to be translated.
Link: http://code.informatikamihelac.com/en/django-app-name-translation-admin/
"Django app name translation in admin" is small drop-in django application that overrides few admin templates thus allowing app names in Django admin to be translated.
Informatikamihelac
Django app name translation in admin
Bojan Mihelac: Building docker images with private python packages
Link: http://code.informatikamihelac.com/en/building-docker-images-with-private-python-packages/
Installing private python packages into Docker container can be tricky because container does not have access to private repositories and you do not want to leave trace of private ssh key in docker…
Link: http://code.informatikamihelac.com/en/building-docker-images-with-private-python-packages/
Installing private python packages into Docker container can be tricky because container does not have access to private repositories and you do not want to leave trace of private ssh key in docker…
Informatikamihelac
Building docker images with private python packages
Stefan Scherfke: Publishing to PyPI with a Trusted Publisher from GitLab CI/CD
Link: https://stefan.sofa-rockers.org/2024/11/14/gitlab-trusted-publisher/
PyPA’s Trusted Publishers let you upload Python packages directly from your CI pipeline to PyPI.
And you don’t need any long-lived secrets like API tokens.
This makes uploading Python packages not onl
Link: https://stefan.sofa-rockers.org/2024/11/14/gitlab-trusted-publisher/
PyPA’s Trusted Publishers let you upload Python packages directly from your CI pipeline to PyPI.
And you don’t need any long-lived secrets like API tokens.
This makes uploading Python packages not onl
stefan.sofa-rockers.org
Publishing to PyPI with a Trusted Publisher from GitLab CI/CD – Stefan Scherfke
Learn how to securely upload Python packages to PyPI from GitLab CI/CD pipelines using a “Trusted Publisher” (and without API tokens). Continuously test the release process with TestPyPI on every push. Use GitLab (deploy) environments as an additional...
PyPy: Guest Post: Final Encoding in RPython Interpreters
Link: https://www.pypy.org/posts/2024/11/guest-post-final-encoding-in-rpython.html
Introduction
This post started as a quick note summarizing a recent experiment I carried
out upon a small RPython interpreter by rewriting it in an uncommon style. It
is written for folks who have alr
Link: https://www.pypy.org/posts/2024/11/guest-post-final-encoding-in-rpython.html
Introduction
This post started as a quick note summarizing a recent experiment I carried
out upon a small RPython interpreter by rewriting it in an uncommon style. It
is written for folks who have alr
PyPy
Guest Post: Final Encoding in RPython Interpreters
Introduction
This post started as a quick note summarizing a recent experiment I carried
out upon a small RPython interpreter by rewriting it in an uncommon style. It
is written for folks who have alr
This post started as a quick note summarizing a recent experiment I carried
out upon a small RPython interpreter by rewriting it in an uncommon style. It
is written for folks who have alr
Python Bytes: #409 We've moved to Hetzner write-up
Link: https://pythonbytes.fm/episodes/show/409/weve-moved-to-hetzner-write-up
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/willmcgugan/terminal-tree?featured_on=pythonbytes"><strong>terminal-tree</strong></a></li>
<li><strong><a hr
Link: https://pythonbytes.fm/episodes/show/409/weve-moved-to-hetzner-write-up
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/willmcgugan/terminal-tree?featured_on=pythonbytes"><strong>terminal-tree</strong></a></li>
<li><strong><a hr
pythonbytes.fm
We've moved to Hetzner write-up
News and announcements from the Python community for the week of Nov 14th, 2024
PyCharm: Inline AI Prompting, Coding Assistance for the dataclass_transform Decorator (PEP 681), and More in PyCharm 2024.3!
Link: https://blog.jetbrains.com/pycharm/2024/11/pycharm-2024-3/
Code smarter, optimize performance, and stay focused on what matters most with the latest updates in PyCharm 2024.3. From enhanced support for AI Assistant and Jupyter notebooks to new features like n
Link: https://blog.jetbrains.com/pycharm/2024/11/pycharm-2024-3/
Code smarter, optimize performance, and stay focused on what matters most with the latest updates in PyCharm 2024.3. From enhanced support for AI Assistant and Jupyter notebooks to new features like n
The JetBrains Blog
Inline AI Prompting, Coding Assistance for the dataclass_transform Decorator (PEP 681), and More in PyCharm 2024.3! | The PyCharm…
Code smarter, optimize performance, and stay focused on what matters most with the latest updates in PyCharm 2024.3.
Django Weblog: Django’s technical governance challenges, and opportunities
Link: https://www.djangoproject.com/weblog/2024/nov/14/technical-governance-challenges-and-opportunities/
As of October 29th, two of four members of the Django Software Foundation Steering Council have resigned from their role, with their intentions being to trigger an election of the Steering Council ear
Link: https://www.djangoproject.com/weblog/2024/nov/14/technical-governance-challenges-and-opportunities/
As of October 29th, two of four members of the Django Software Foundation Steering Council have resigned from their role, with their intentions being to trigger an election of the Steering Council ear
Django Project
Django’s technical governance challenges, and opportunities
Posted by Django Software Foundation Board on Nov. 14, 2024
Seth Michael Larson: Early promising results with SBOMs and Python packages
Link: https://sethmlarson.dev/early-promising-results-with-sboms-and-python-packages?utm_campaign=rss
Early promising results with SBOMs and Python packages
Link: https://sethmlarson.dev/early-promising-results-with-sboms-and-python-packages?utm_campaign=rss
Early promising results with SBOMs and Python packages
sethmlarson.dev
Early promising results with SBOMs and Python packages
This critical role would not be possible without funding from the Alpha-Omega project.
Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
I've ...
Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
I've ...
Python Morsels: Inspecting objects in Python
Link: https://www.pythonmorsels.com/inspecting-python-objects/
I rely on 4 functions for inspecting Python objects: type, help, dir, and vars.
Table of contents
Inspecting an object's structure and data
How to see an object's class
Looking up documentation wi
Link: https://www.pythonmorsels.com/inspecting-python-objects/
I rely on 4 functions for inspecting Python objects: type, help, dir, and vars.
Table of contents
Inspecting an object's structure and data
How to see an object's class
Looking up documentation wi
Pythonmorsels
Inspecting objects in Python
I rely on 4 functions for inspecting Python objects: type, help, dir, and vars.
Real Python: Quiz: Basic Input and Output in Python
Link: https://realpython.com/quizzes/python-input-output/
In this quiz, you’ll test your understanding of how to use Python’s built-in functions input() and print() for basic input and output operations.
You’ll also revisit how to use readline to improve the
Link: https://realpython.com/quizzes/python-input-output/
In this quiz, you’ll test your understanding of how to use Python’s built-in functions input() and print() for basic input and output operations.
You’ll also revisit how to use readline to improve the
Realpython
Basic Input and Output in Python Quiz – Real Python
In this quiz, you'll test your understanding of Python's built-in functions for user interaction, namely input() and print(). These functions allow you to capture user input from the keyboard and display output to the console, respectively.
Real Python: The Real Python Podcast – Episode #228: Maintaining the Foundations of Python & Cautionary Tales
Link: https://realpython.com/podcasts/rpp/228/
How do you build a sustainable open-source project and community? What lessons can be learned from Python's history and the current mess that the WordPress community is going through? This week on the
Link: https://realpython.com/podcasts/rpp/228/
How do you build a sustainable open-source project and community? What lessons can be learned from Python's history and the current mess that the WordPress community is going through? This week on the
Realpython
Episode #228: Maintaining the Foundations of Python & Cautionary Tales – The Real Python Podcast
How do you build a sustainable open-source project and community? What lessons can be learned from Python's history and the current mess that the WordPress community is going through? This week on the show, we speak with Paul Everitt from JetBrains about…
Talk Python to Me: #485: Secure coding for Python with SheHacksPurple
Link: https://talkpython.fm/episodes/show/485/secure-coding-for-python-with-shehackspurple
What do developers need to know about AppSec and building secure software? We have Tonya Janca (AKA SheHacksPurple) on the show to tell us all about it. We talk about what developers should expect fro
Link: https://talkpython.fm/episodes/show/485/secure-coding-for-python-with-shehackspurple
What do developers need to know about AppSec and building secure software? We have Tonya Janca (AKA SheHacksPurple) on the show to tell us all about it. We talk about what developers should expect fro
talkpython.fm
Secure coding for Python with SheHacksPurple
What do developers need to know about AppSec and building secure software? We have Tanya Janca (AKA SheHacksPurple) on the show to tell us all about it. We talk about what developers should expect from threat modeling events as well as concrete tips for security…
Real Python: Quiz: Namespaces and Scope in Python
Link: https://realpython.com/quizzes/python-namespaces-scope/
In this quiz, you’ll test your understanding of
Python Namespaces and Scope.
You’ll revisit how Python organizes symbolic names and objects in namespaces, when Python creates a new namespace, how name
Link: https://realpython.com/quizzes/python-namespaces-scope/
In this quiz, you’ll test your understanding of
Python Namespaces and Scope.
You’ll revisit how Python organizes symbolic names and objects in namespaces, when Python creates a new namespace, how name
Realpython
Namespaces and Scope in Python Quiz – Real Python
In this quiz, you'll test your understanding of Python namespaces and variable scope. These concepts are crucial for organizing the symbolic names assigned to objects in a Python program and ensuring they don't interfere with one another.
Matt Layman: Heroku To DigitalOcean - Building SaaS #206
Link: https://www.mattlayman.com/videos/heroku-to-digitalocean-building-saas-206/
In this episode, I began a migration of my JourneyInbox app from Heroku to DigitalOcean. The first step to this move, since I’m going to use Kamal, is to put the app into a Docker image. We got the wh
Link: https://www.mattlayman.com/videos/heroku-to-digitalocean-building-saas-206/
In this episode, I began a migration of my JourneyInbox app from Heroku to DigitalOcean. The first step to this move, since I’m going to use Kamal, is to put the app into a Docker image. We got the wh
Matt Layman
Heroku To DigitalOcean - Building SaaS #206
In this episode, I began a migration of my JourneyInbox app from Heroku to DigitalOcean. The first step to this move, since I'm going to use Kamal, is to put the app into a Docker image. We got the whole app into the Docker image, then cleaned up local development…