James Bennett: Use Django's system checks
Link: https://www.b-list.org/weblog/2023/dec/20/django-system-check/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Link: https://www.b-list.org/weblog/2023/dec/20/django-system-check/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Hynek Schlawack: Don’t Start Pull Requests from Your Main Branch
Link: https://hynek.me/articles/pull-requests-branch/
When contributing to other users’ repositories, always start a new branch in your fork.
Link: https://hynek.me/articles/pull-requests-branch/
When contributing to other users’ repositories, always start a new branch in your fork.
Hynek Schlawack
Don’t Start Pull Requests from Your Main Branch
When contributing to other users’ repositories, always start a new branch in your fork.
Doug Hellmann: sphinxcontrib-datatemplates 0.11.0
Link: https://doughellmann.com/releases/sphinxcontrib-datatemplates-0-11-0/
What’s new in 0.11.0? handle file exceptions when loading data or templates (contributions by Bizordec)
Link: https://doughellmann.com/releases/sphinxcontrib-datatemplates-0-11-0/
What’s new in 0.11.0? handle file exceptions when loading data or templates (contributions by Bizordec)
Doug Hellmann
sphinxcontrib-datatemplates 0.11.0
What’s new in 0.11.0? handle file exceptions when loading data or templates (contributions by Bizordec)
PyCharm: PyCharm 2023.3.2 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/12/2023-3-2/
The second bug-fix update for v2023.3 is now available.
You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it fro
Link: https://blog.jetbrains.com/pycharm/2023/12/2023-3-2/
The second bug-fix update for v2023.3 is now available.
You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it fro
The JetBrains Blog
PyCharm 2023.3.2 Is Out! | The PyCharm Blog
The second bug-fix update for v2023.3 is now available. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it
TestDriven.io: Basic and Full-text Search with Django and Postgres
Link: https://testdriven.io/blog/django-search/
This tutorial looks at how to add basic and full-text search to a Django app with Postgres.
Link: https://testdriven.io/blog/django-search/
This tutorial looks at how to add basic and full-text search to a Django app with Postgres.
testdriven.io
Basic and Full-text Search with Django and Postgres
This tutorial looks at how to add basic and full-text search to a Django app with Postgres.
Doug Hellmann: virtualenvwrapper 6.0.0.0a5
Link: https://doughellmann.com/releases/virtualenvwrapper-6-0-0-0a5/
What’s new in 6.0.0.0a5? move build dependencies to pyproject.toml move linter dependencies to pyproject.toml Improve error message for IOErrors (contributions by Fabian P. Schmidt) add python 3.12 to
Link: https://doughellmann.com/releases/virtualenvwrapper-6-0-0-0a5/
What’s new in 6.0.0.0a5? move build dependencies to pyproject.toml move linter dependencies to pyproject.toml Improve error message for IOErrors (contributions by Fabian P. Schmidt) add python 3.12 to
Doug Hellmann
virtualenvwrapper 6.0.0.0a5
What’s new in 6.0.0.0a5? move build dependencies to pyproject.toml move linter dependencies to pyproject.toml Improve error message for IOErrors (contributions by Fabian P. Schmidt) add python 3.12 to test matrix Fix shell completion on FreeBSD (contributions…
Brett Cannon: Announcing microvenv 2023.5
Link: https://snarky.ca/announcing-microvenv-2023-5/
In my blog post explaining how virtual environments work, I announced my project called microvenv. At the time, my only goal was to create a package which could create virtual environments in a minima
Link: https://snarky.ca/announcing-microvenv-2023-5/
In my blog post explaining how virtual environments work, I announced my project called microvenv. At the time, my only goal was to create a package which could create virtual environments in a minima
Tall, Snarky Canadian
Announcing microvenv 2023.5
In my blog post explaining how virtual environments work, I announced my project called microvenv. At the time, my only goal was to create a package which could create virtual environments in a minimal, fast way. But since then, I have expanded the API of…
James Bennett: Don't use Python's property
Link: https://www.b-list.org/weblog/2023/dec/21/dont-use-python-property/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Link: https://www.b-list.org/weblog/2023/dec/21/dont-use-python-property/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
CodersLegacy: Selenium: How to scroll to the Bottom of the Page (Python)
Link: https://coderslegacy.com/selenium-scroll-to-bottom-of-page-python/
In this tutorial, we will explore how to use Selenium in Python to scroll to the bottom of a webpage gradually. Scrolling is often required when dealing with dynamically loading content or capturing d
Link: https://coderslegacy.com/selenium-scroll-to-bottom-of-page-python/
In this tutorial, we will explore how to use Selenium in Python to scroll to the bottom of a webpage gradually. Scrolling is often required when dealing with dynamically loading content or capturing d
CodersLegacy
Selenium: How to scroll to the Bottom of the Page (Python) - CodersLegacy
In this tutorial, we will explore how to use Selenium in Python to scroll to the bottom of a webpage gradually.
Real Python: The Real Python Podcast – Episode #184: PyCoder's Weekly 2023 Wrap Up
Link: https://realpython.com/podcasts/rpp/184/
It's been a fascinating year for the Python language and community. PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2023. Christopher Trudeau is back on
Link: https://realpython.com/podcasts/rpp/184/
It's been a fascinating year for the Python language and community. PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2023. Christopher Trudeau is back on
Realpython
Episode #184: PyCoder's Weekly 2023 Wrap Up – The Real Python Podcast
It's been a fascinating year for the Python language and community. PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2023. Christopher Trudeau is back on the show this week to help wrap up everything by sharing…
PyCharm: Django vs FastAPI: Which is the Best Python Web Framework?
Link:
Introduction If you’re new to web development and have only recently heard of “Frameworks” as a method of speeding up your application development, then you’re in the right place. Today, we’ll explore
Link:
Introduction If you’re new to web development and have only recently heard of “Frameworks” as a method of speeding up your application development, then you’re in the right place. Today, we’ll explore
James Bennett: Set cookies the right way
Link: https://www.b-list.org/weblog/2023/dec/22/set-django-cookies/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Link: https://www.b-list.org/weblog/2023/dec/22/set-django-cookies/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Matt Layman: Sign Up - Building SaaS with Python and Django #178
Link: https://www.mattlayman.com/blog/2023/sign-up-building-saas-with-python-and-django-178/
In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can
Link: https://www.mattlayman.com/blog/2023/sign-up-building-saas-with-python-and-django-178/
In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can
Matt Layman
Sign Up - Building SaaS with Python and Django #178
In this episode, we did some work on the sign up template. In the process, we added some base template styling, talked about branding, and considered the other elements that are required before we can turn on sign up for others. I also cover waffle as a feature…
Peter Hoffmann: Exploring Mountain Huts with SPARQL and Wikidata
Link: http://peter-hoffmann.com/2023/exploring-mountain-huts-with-sparql-and-wikidata.html
For outdoor enthusiasts and avid hikers, searching for mountain huts or shelters
is a common thing in tour planning. In this blog post,
we'll embark on a journey to retrieve information about mountai
Link: http://peter-hoffmann.com/2023/exploring-mountain-huts-with-sparql-and-wikidata.html
For outdoor enthusiasts and avid hikers, searching for mountain huts or shelters
is a common thing in tour planning. In this blog post,
we'll embark on a journey to retrieve information about mountai
Peter-Hoffmann
Exploring Mountain Huts with SPARQL and Wikidata
Utilize SPARQL and Wikidata to efficiently query and retrieve data on mountain huts based on specified latitude and longitude coordinates.
CodersLegacy: Pyinstaller EXE detected as Virus? (Solutions and Alternatives)
Link: https://coderslegacy.com/pyinstaller-exe-detected-as-virus-solutions/
PyInstaller, a popular tool for converting Python scripts into standalone executables, has become a go-to choice for developers seeking to distribute their applications. However, a rising concern amon
Link: https://coderslegacy.com/pyinstaller-exe-detected-as-virus-solutions/
PyInstaller, a popular tool for converting Python scripts into standalone executables, has become a go-to choice for developers seeking to distribute their applications. However, a rising concern amon
CodersLegacy
Pyinstaller EXE detected as Virus? (Solutions and Alternatives) - CodersLegacy
A rising concern among users revolves around their PyInstaller EXE files being detected and flagged as a Virus by Antivirus software.
James Bennett: Compare strings the right way
Link: https://www.b-list.org/weblog/2023/dec/23/compare-python-strings/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Link: https://www.b-list.org/weblog/2023/dec/23/compare-python-strings/
This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Brett Cannon: Introducing basicenum
Link: https://snarky.ca/introducing-basicenum/
In the summer of 2022, my partner was taking her machine learning course as part of UBC&aposs Key Capabilities in Data Science certificate. I was Andrea&aposs on-call tutor for any Python questions, s
Link: https://snarky.ca/introducing-basicenum/
In the summer of 2022, my partner was taking her machine learning course as part of UBC&aposs Key Capabilities in Data Science certificate. I was Andrea&aposs on-call tutor for any Python questions, s
Tall, Snarky Canadian
Introducing basicenum
In the summer of 2022, my partner was taking her machine learning course as part of UBC's Key Capabilities in Data Science certificate. I was Andrea's on-call tutor for any Python questions, so while Andrea was listening to lectures I decided to do a small…
TechBeamers Python: Convert Python Strings to Integers Using int(), float(), eval(), Ast, Map(), and More
Link: https://www.techbeamers.com/convert-python-strings-to-integers/
Working with strings and integers is a fundamental aspect of programming in Python. There are various scenarios where you may need to convert strings to integers, such as user input, file parsing, or
Link: https://www.techbeamers.com/convert-python-strings-to-integers/
Working with strings and integers is a fundamental aspect of programming in Python. There are various scenarios where you may need to convert strings to integers, such as user input, file parsing, or
TechBeamers
Convert Python Strings to Integers Using int(), float(), eval(), Ast, Map(), and More
This tutorial covers multiple ways to convert Python strings to integers such as int(), float(), eval(), ast, map(), and some other methods.
Brett Cannon: State of standardized lock files: December 2023
Link: https://snarky.ca/announcing-mousebender-2023/
Back in October, I released mousebender 2023.2. The biggest change was adding support for PEP 714 (which unless you&aposre running a package index you don&apost need to know about it). The other small
Link: https://snarky.ca/announcing-mousebender-2023/
Back in October, I released mousebender 2023.2. The biggest change was adding support for PEP 714 (which unless you&aposre running a package index you don&apost need to know about it). The other small
Tall, Snarky Canadian
State of standardized lock files: December 2023
Back in October, I released mousebender 2023.2. The biggest change was adding support for PEP 714 (which unless you're running a package index you don't need to know about it). The other small thing was adding ProjectFileDetails as a union of typed dicts…
James Bennett: Know your Python container types
Link: https://www.b-list.org/weblog/2023/dec/24/python-container-types/
This is the last of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve.
Link: https://www.b-list.org/weblog/2023/dec/24/python-container-types/
This is the last of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve.