Mike Driscoll: Checking Python Code with GitHub Actions
Link: https://www.blog.pythonlibrary.org/2024/12/10/checking-python-code-with-github-actions/
When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8, PyLint or Ruff to lint your code. You might u
Link: https://www.blog.pythonlibrary.org/2024/12/10/checking-python-code-with-github-actions/
When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8, PyLint or Ruff to lint your code. You might u
Mouse Vs Python
Checking Python Code with GitHub Actions - Mouse Vs Python
When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,
Real Python: Documenting Python Projects With Sphinx and Read the Docs
Link: https://realpython.com/courses/python-sphinx/
Sphinx is a document generation tool that’s become the de facto standard for Python projects. It uses the reStructuredText (RST) markup language to define document structure and styling, and it can ou
Link: https://realpython.com/courses/python-sphinx/
Sphinx is a document generation tool that’s become the de facto standard for Python projects. It uses the reStructuredText (RST) markup language to define document structure and styling, and it can ou
Realpython
Documenting Python Projects With Sphinx and Read the Docs – Real Python
In this video series, you'll create project documentation from scratch using Sphinx, the de facto standard for Python. You'll also hook your code repository up to Read The Docs to automatically build and publish your code documentation.
PyCoder’s Weekly: Issue #659 (Dec. 10, 2024)
Link: https://pycoders.com/issues/659
#659 – DECEMBER 10, 2024 View in Browser » Handling or Preventing Errors in Python: LBYL vs EAFP In this video course, you’ll learn about two popular coding styles in Python: look before you lea
Link: https://pycoders.com/issues/659
#659 – DECEMBER 10, 2024 View in Browser » Handling or Preventing Errors in Python: LBYL vs EAFP In this video course, you’ll learn about two popular coding styles in Python: look before you lea
Pycoders
PyCoder’s Weekly | Issue #659
Issue #659 of the PyCoder’s Weekly newsletter, published Dec. 10, 2024.
Django Weblog: Django 6.x Steering Council Candidates
Link: https://www.djangoproject.com/weblog/2024/dec/10/django-6x-steering-council-candidates/
Thank you to the 12 individuals who have chosen to stand for election. This page contains their candidate statements submitted as part of the Django 6.x Steering Council elections.
To our departing St
Link: https://www.djangoproject.com/weblog/2024/dec/10/django-6x-steering-council-candidates/
Thank you to the 12 individuals who have chosen to stand for election. This page contains their candidate statements submitted as part of the Django 6.x Steering Council elections.
To our departing St
Django Project
Django 6.x Steering Council Candidates
Posted by Thibaud Colas on Dec. 10, 2024
Real Python: Python Set Comprehensions: How and When to Use Them
Link: https://realpython.com/python-set-comprehension/
Python set comprehensions provide a concise way to create and manipulate sets in your code. They generate sets with a clean syntax, making your code more readable and Pythonic. With set comprehensions
Link: https://realpython.com/python-set-comprehension/
Python set comprehensions provide a concise way to create and manipulate sets in your code. They generate sets with a clean syntax, making your code more readable and Pythonic. With set comprehensions
Realpython
Python Set Comprehensions: How and When to Use Them – Real Python
In this tutorial, you'll learn how to write set comprehensions in Python. You'll also explore the most common use cases for set comprehensions and learn about some bad practices that you should avoid when using them in your code.
Python Engineering at Microsoft: Python in Visual Studio Code – December 2024 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2024-release/
We’re excited to announce the December 2024 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Docstring generation featu
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2024-release/
We’re excited to announce the December 2024 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Docstring generation featu
Microsoft News
Python in Visual Studio Code – December 2024 Release
The December 2024 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include a special review of docstring generation features from Pylance, the new Python Environments extension in preview, Pylance's…
Paolo Melchiorre: My first DSF board meeting
Link: https://www.paulox.net/2024/12/11/my-first-dsf-board-meeting/
Thoughts and insights aboutr my first meeting as a Django Software Foundation board member.
Link: https://www.paulox.net/2024/12/11/my-first-dsf-board-meeting/
Thoughts and insights aboutr my first meeting as a Django Software Foundation board member.
Paolo Melchiorre
My first DSF board meeting
Thoughts and insights aboutr my first meeting as a Django Software Foundation board member.
PyCharm: Introduction to Sentiment Analysis in Python
Link: https://blog.jetbrains.com/pycharm/2024/12/introduction-to-sentiment-analysis-in-python/
Sentiment analysis is one of the most popular ways to analyze text. It allows us to see at a glance how people are feeling across a wide range of areas and has useful applications in fields like cust
Link: https://blog.jetbrains.com/pycharm/2024/12/introduction-to-sentiment-analysis-in-python/
Sentiment analysis is one of the most popular ways to analyze text. It allows us to see at a glance how people are feeling across a wide range of areas and has useful applications in fields like cust
The JetBrains Blog
Introduction to Sentiment Analysis in Python | The PyCharm Blog
Want to dive into sentiment analysis? Learn how to analyze text and get insights into customer opinions, market trends, and more with Python libraries and tools!
Talk Python to Me: #488: Multimodal data with LanceDB
Link: https://talkpython.fm/episodes/show/488/multimodal-data-with-lancedb
LanceDB is a developer-friendly, open source database for AI. It's used by well-known companies such as Midjourney and Character.ai. We have Chang She, the CEO and cofounder of LanceDB on to give us a
Link: https://talkpython.fm/episodes/show/488/multimodal-data-with-lancedb
LanceDB is a developer-friendly, open source database for AI. It's used by well-known companies such as Midjourney and Character.ai. We have Chang She, the CEO and cofounder of LanceDB on to give us a
talkpython.fm
Multimodal data with LanceDB
LanceDB is a developer-friendly, open source database for AI. It's used by well-known companies such as Midjourney and Character.ai. We have Chang She, the CEO and cofounder of LanceDB on to give us a look at the concept of multi-modal data and how you can…
Mariatta: Generating (and Sending) Conference Certificates Using Python
Link: https://mariatta.ca/posts/create-send-certificates-with-python/
PyLadiesCon Certificate of Attendance
Not sure how common is this practice of giving out certificates to conference attendees. I’ve been attending mostly Python-related conferences in North America,
a
Link: https://mariatta.ca/posts/create-send-certificates-with-python/
PyLadiesCon Certificate of Attendance
Not sure how common is this practice of giving out certificates to conference attendees. I’ve been attending mostly Python-related conferences in North America,
a
Mariatta
Generating (and Sending) Conference Certificates Using Python
PyLadiesCon Certificate of Attendance Not sure how common is this practice of giving out certificates to conference attendees. I’ve been attending mostly Python-related conferences in North America, and we don’t usually get any certificates here. However…
Spyder IDE: Spyder 6 under the hood: Editor migration, remote dev QA, test overhaul and more!
Link: https://www.spyder-ide.org/blog/spyder-6-daniel
Beyond the headline features, there's a lot more new and improved under the hood in Spyder 6. Daniel Althviz, Spyder's release manager and co-maintainer, was at the forefront of much of it, and we're
Link: https://www.spyder-ide.org/blog/spyder-6-daniel
Beyond the headline features, there's a lot more new and improved under the hood in Spyder 6. Daniel Althviz, Spyder's release manager and co-maintainer, was at the forefront of much of it, and we're
Matt Layman: UV and Ruff: Next-gen Python Tooling
Link: https://www.mattlayman.com/videos/uv-and-ruff-next-gen-python-tooling/
Dive into the dynamic duo of modern Python development – UV and Ruff!
Link: https://www.mattlayman.com/videos/uv-and-ruff-next-gen-python-tooling/
Dive into the dynamic duo of modern Python development – UV and Ruff!
Matt Layman
UV and Ruff: Next-gen Python Tooling
Dive into the dynamic duo of modern Python development – UV and Ruff!
Matt Layman: 1Password and DigitalOcean Droplet - Building SaaS #208
Link: https://www.mattlayman.com/videos/1password-and-digitalocean-droplet-building-saas-208/
In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. We configured the secrets using 1Password and created the droplet that will host the app.
Link: https://www.mattlayman.com/videos/1password-and-digitalocean-droplet-building-saas-208/
In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. We configured the secrets using 1Password and created the droplet that will host the app.
Matt Layman
1Password and DigitalOcean Droplet - Building SaaS #208
In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. We configured the secrets using 1Password and created the droplet that will host the app.
Kushal Das: Open Source talk at KTH computer science students organization
Link: https://kushaldas.in/posts/open-source-talk-at-kth-computer-science-students-organization.html
Last Tuesday, during lunch hours I had a talk at KTH computer science students'
organization. The topic was Open Source and career. My main goal was tell the
attendees that contribution size does no
Link: https://kushaldas.in/posts/open-source-talk-at-kth-computer-science-students-organization.html
Last Tuesday, during lunch hours I had a talk at KTH computer science students'
organization. The topic was Open Source and career. My main goal was tell the
attendees that contribution size does no
Real Python: The Walrus Operator: Python's Assignment Expressions
Link: https://realpython.com/python-walrus-operator/
Python’s walrus operator (:=) allows you to assign values to variables as part of an expression. It can simplify your code by combining assignment and evaluation in a single statement. You use it to s
Link: https://realpython.com/python-walrus-operator/
Python’s walrus operator (:=) allows you to assign values to variables as part of an expression. It can simplify your code by combining assignment and evaluation in a single statement. You use it to s
Realpython
The Walrus Operator: Python's Assignment Expressions – Real Python
In this tutorial, you'll learn about assignment expressions and the walrus operator. The biggest change back in Python 3.8 was the inclusion of the := operator, which you can use to assign variables in the middle of expressions. You'll see several examples…
Real Python: Sorting a Python Dictionary: Values, Keys, and More
Link: https://realpython.com/sort-python-dictionary/
Sorting a Python dictionary involves organizing its key-value pairs in a specific order. To sort a Python dictionary by its keys, use the sorted() function combined with .items(). This approach return
Link: https://realpython.com/sort-python-dictionary/
Sorting a Python dictionary involves organizing its key-value pairs in a specific order. To sort a Python dictionary by its keys, use the sorted() function combined with .items(). This approach return
Realpython
Sorting a Python Dictionary: Values, Keys, and More – Real Python
In this tutorial, you'll get the lowdown on sorting Python dictionaries. By the end, you'll be able to sort by key, value, or even nested attributes. But you won't stop there---you'll go on to measure the performance of variations when sorting and compare…
Real Python: Primer on Python Decorators
Link: https://realpython.com/primer-on-python-decorators/
Python decorators allow you to modify or extend the behavior of functions and methods without changing their actual code. When you use a Python decorator, you wrap a function with another function, wh
Link: https://realpython.com/primer-on-python-decorators/
Python decorators allow you to modify or extend the behavior of functions and methods without changing their actual code. When you use a Python decorator, you wrap a function with another function, wh
Realpython
Primer on Python Decorators – Real Python
In this tutorial, you'll look at what Python decorators are and how you define and use them. Decorators can make your code more readable and reusable. Come take a look at how decorators work under the hood and practice writing your own decorators.
Real Python: YAML: The Missing Battery in Python
Link: https://realpython.com/python-yaml/
YAML is a portable and widely used data serialization format. Unlike the more compact JSON or verbose XML formats, YAML emphasizes human readability with block indentation, which should be familiar to
Link: https://realpython.com/python-yaml/
YAML is a portable and widely used data serialization format. Unlike the more compact JSON or verbose XML formats, YAML emphasizes human readability with block indentation, which should be familiar to
Realpython
YAML: The Missing Battery in Python – Real Python
In this tutorial, you'll learn all about working with YAML in Python. By the end of it, you'll know about the available libraries, their strengths and weaknesses, and the advanced and potentially dangerous features of YAML. You'll also serialize Python objects…
Real Python: Build Command-Line Interfaces With Python's argparse
Link: https://realpython.com/command-line-interfaces-python-argparse/
When building Python command-line interfaces (CLI), Python’s argparse module offers a comprehensive solution. You can use argparse to create user-friendly command-line interfaces that parse arguments
Link: https://realpython.com/command-line-interfaces-python-argparse/
When building Python command-line interfaces (CLI), Python’s argparse module offers a comprehensive solution. You can use argparse to create user-friendly command-line interfaces that parse arguments
Realpython
Build Command-Line Interfaces With Python's argparse – Real Python
In this step-by-step Python tutorial, you'll learn how to take your command-line Python scripts to the next level by adding a convenient command-line interface (CLI) that you can write with the argparse module from the standard library.