Python Software Foundation: Announcing Our New Infrastructure Engineer
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-infrastructure.html
We are excited to announce that Jacob Coffee has joined the Python Software Foundation staff as an Infrastructure Engineer bringing his experience as an Open Source maintainer, dedicated homelab maint
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-infrastructure.html
We are excited to announce that Jacob Coffee has joined the Python Software Foundation staff as an Infrastructure Engineer bringing his experience as an Open Source maintainer, dedicated homelab maint
Python Software Foundation Blog
Announcing Our New Infrastructure Engineer
We are excited to announce that Jacob Coffee has joined the Python Software Foundation staff as an Infrastructure Engineer bringing his ex...
Real Python: Quiz: Build a Blog Using Django, GraphQL, and Vue
Link: https://realpython.com/quizzes/python-django-blog/
In this quiz, you’ll test your understanding of building a Django blog back end and a Vue front end, using GraphQL to communicate between them.
You’ll revisit how to run the Django server and a Vue a
Link: https://realpython.com/quizzes/python-django-blog/
In this quiz, you’ll test your understanding of building a Django blog back end and a Vue front end, using GraphQL to communicate between them.
You’ll revisit how to run the Django server and a Vue a
Realpython
Build a Blog Using Django, GraphQL, and Vue Quiz – Real Python
In this quiz, you'll test your understanding of building a Django blog back end and a Vue front end, using GraphQL to communicate between them. This will help you decouple your back end and front end, handle data persistence in the API, and display the data…
Real Python: The Real Python Podcast – Episode #212: Digging Into Graph Theory in Python With David Amos
Link: https://realpython.com/podcasts/rpp/212/
Have you wondered about graph theory and how to start exploring it in Python? What resources and Python libraries can you use to experiment and learn more? This week on the show, former co-host David
Link: https://realpython.com/podcasts/rpp/212/
Have you wondered about graph theory and how to start exploring it in Python? What resources and Python libraries can you use to experiment and learn more? This week on the show, former co-host David
Realpython
Episode #212: Digging Into Graph Theory in Python With David Amos – The Real Python Podcast
Have you wondered about graph theory and how to start exploring it in Python? What resources and Python libraries can you use to experiment and learn more? This week on the show, former co-host David Amos returns to talk about what he's been up to and share…
Python Morsels: What are lists in Python?
Link: https://www.pythonmorsels.com/what-are-lists/
Lists are used to store and manipulate an ordered collection of things.
Table of contents
Lists are ordered collections
Containment checking
Length
Modifying the contents of a list
Indexing: looki
Link: https://www.pythonmorsels.com/what-are-lists/
Lists are used to store and manipulate an ordered collection of things.
Table of contents
Lists are ordered collections
Containment checking
Length
Modifying the contents of a list
Indexing: looki
Pythonmorsels
What are lists in Python?
Lists are used to store and manipulate an ordered collection of things.
Quansight Labs Blog: Free-threaded CPython is ready to experiment with!
Link: https://labs.quansight.org/blog/free-threaded-python-rollout
An overview of the ongoing efforts to improve and roll out support for free-threaded CPython throughout the Python open source ecosystem
Link: https://labs.quansight.org/blog/free-threaded-python-rollout
An overview of the ongoing efforts to improve and roll out support for free-threaded CPython throughout the Python open source ecosystem
labs.quansight.org
Free-threaded CPython is ready to experiment with!
An overview of the ongoing efforts to improve and roll out support for free-threaded CPython throughout the Python open source ecosystem
Talk Python to Me: #470: Python in Medicine and Patient Care
Link: https://talkpython.fm/episodes/show/470/python-in-medicine-and-patient-care
Python is special. It's used by the big tech companies but also by those you would rarely classify as developers. On this episode, we get a look inside how Python is being used at a Children's Hospita
Link: https://talkpython.fm/episodes/show/470/python-in-medicine-and-patient-care
Python is special. It's used by the big tech companies but also by those you would rarely classify as developers. On this episode, we get a look inside how Python is being used at a Children's Hospita
talkpython.fm
Python in Medicine and Patient Care
Python is special. It's used by the big tech companies but also by those you would rarely classify as developers. On this episode, we get a look inside how Python is being used at a Children's Hospital to speed and improve patient care. We have Dr. Somak…
Python Software Foundation: Announcing Our New PyPI Support Specialist!
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-pypi-support.html
We are thrilled to announce that our first-ever search for a dedicated PyPI Support Specialist has concluded with the hire of Maria Ashna, the newest member of the Python Software Foundation (PSF) sta
Link: https://pyfound.blogspot.com/2024/07/announcing-our-new-pypi-support.html
We are thrilled to announce that our first-ever search for a dedicated PyPI Support Specialist has concluded with the hire of Maria Ashna, the newest member of the Python Software Foundation (PSF) sta
Python Software Foundation Blog
Announcing Our New PyPI Support Specialist!
We are thrilled to announce that our first-ever search for a dedicated PyPI Support Specialist has concluded with the hire of Maria Ashna ,...
Peter Bengtsson: Converting Celsius to Fahrenheit with Python
Link: http://www.peterbe.com/plog/converting-celsius-to-fahrenheit-with-python
Starting at 4°C, add +12 to the Celcius and mirror the number to get the Fahrenheit number.
Link: http://www.peterbe.com/plog/converting-celsius-to-fahrenheit-with-python
Starting at 4°C, add +12 to the Celcius and mirror the number to get the Fahrenheit number.
Peterbe
Converting Celsius to Fahrenheit with Python - Peterbe.com
Starting at 4°C, add +12 to the Celcius and mirror the number to get the Fahrenheit number.
PyPy: Finding Simple Rewrite Rules for the JIT with Z3
Link: https://www.pypy.org/posts/2024/07/finding-simple-rewrite-rules-jit-z3.html
In June I was at the PLDI conference in
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Link: https://www.pypy.org/posts/2024/07/finding-simple-rewrite-rules-jit-z3.html
In June I was at the PLDI conference in
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
PyPy
Finding Simple Rewrite Rules for the JIT with Z3
In June I was at the PLDI conference in
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Matt Layman: Trial Banner Inclusion Tag - Building SaaS #195
Link: https://www.mattlayman.com/blog/2024/trial-banner-inclusion-tag-building-saas-195/
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner in
Link: https://www.mattlayman.com/blog/2024/trial-banner-inclusion-tag-building-saas-195/
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner in
Matt Layman
Trial Banner Inclusion Tag - Building SaaS #195
In this episode, we worked on a trial banner that could persist across all pages on the site. Because the banner needed data that was only available on the index page, we had to refactor the banner into an inclusion template tag to make the tag work consistently.
Zato Blog: Network packet brokers and automation in Python
Link: https://zato.io/en/blog/network-packet-broker-automation-python.html
Network packet brokers and automation in Python
2024-07-15, by Dariusz Suchojad
Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
Link: https://zato.io/en/blog/network-packet-broker-automation-python.html
Network packet brokers and automation in Python
2024-07-15, by Dariusz Suchojad
Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
Real Python: Quiz: Python Type Checking
Link: https://realpython.com/quizzes/python-type-checking/
In this quiz, you’ll test your understanding of
Python Type Checking.
By working through this quiz, you’ll revisit type annotations and type hints, adding static types to code, running a static type c
Link: https://realpython.com/quizzes/python-type-checking/
In this quiz, you’ll test your understanding of
Python Type Checking.
By working through this quiz, you’ll revisit type annotations and type hints, adding static types to code, running a static type c
Realpython
Python Type Checking Quiz – Real Python
In this quiz, you'll test your understanding of Python type checking. You'll revisit concepts such as type annotations, type hints, adding static types to code, running a static type checker, and enforcing types at runtime. This knowledge will help you develop…
Kushal Das: Disable this Firefox preference to save privacy
Link: https://kushaldas.in/posts/disable-this-firefox-preference-to-save-privacy.html
If you are on the latest Firefox 128 (which is there on Fedora 40), you should
uncheck the following preference to disable Privacy-Preserving
Attribution.
Firefox added this experimental feature and
Link: https://kushaldas.in/posts/disable-this-firefox-preference-to-save-privacy.html
If you are on the latest Firefox 128 (which is there on Fedora 40), you should
uncheck the following preference to disable Privacy-Preserving
Attribution.
Firefox added this experimental feature and
Real Python: Quiz: How to Flatten a List of Lists in Python
Link: https://realpython.com/quizzes/python-flatten-list/
In this quiz, you’ll test your understanding of how to flatten a list in Python.
You’ll write code and answer questions to revisit the concept of converting a multidimensional list, such as a matrix,
Link: https://realpython.com/quizzes/python-flatten-list/
In this quiz, you’ll test your understanding of how to flatten a list in Python.
You’ll write code and answer questions to revisit the concept of converting a multidimensional list, such as a matrix,
Realpython
How to Flatten a List of Lists in Python Quiz – Real Python
In this quiz, you'll test your understanding of how to flatten a list in Python. Flattening a list involves converting a multidimensional list, such as a matrix, into a one-dimensional list. This is a common operation when working with data stored as nested…
Real Python: Split Your Dataset With scikit-learn's train_test_split()
Link: https://realpython.com/train-test-split-python-data/
One of the key aspects of supervised machine learning is model evaluation and validation. When you evaluate the predictive performance of your model, it’s essential that the process be unbiased. Using
Link: https://realpython.com/train-test-split-python-data/
One of the key aspects of supervised machine learning is model evaluation and validation. When you evaluate the predictive performance of your model, it’s essential that the process be unbiased. Using
Realpython
Split Your Dataset With scikit-learn's train_test_split() – Real Python
In this tutorial, you'll learn why splitting your dataset in supervised machine learning is important and how to do it with train_test_split() from scikit-learn.
Mike Driscoll: Creating Images in Your Terminal with Python and Rich Pixels
Link: https://www.blog.pythonlibrary.org/2024/07/15/creating-images-in-your-terminal-with-python-and-rich-pixels/
A newer Python package called Rich Pixels allows you to create images in your terminal and display them. Darren Burns, one of the team members from the Textual project, created this package.
Anyway, l
Link: https://www.blog.pythonlibrary.org/2024/07/15/creating-images-in-your-terminal-with-python-and-rich-pixels/
A newer Python package called Rich Pixels allows you to create images in your terminal and display them. Darren Burns, one of the team members from the Textual project, created this package.
Anyway, l
Mouse Vs Python
Creating Images in Your Terminal with Python and Rich Pixels - Mouse Vs Python
A newer Python package called Rich Pixels allows you to create images in your terminal and display them. Darren Burns, one of the team members from
Kushal Das: Friends, the most important part of any conference
Link: https://kushaldas.in/posts/friends-the-most-important-part-of-any-conference.html
At the beginning one goes to the conferences to listen to the talks and make
new contacts. You meet a lot of new faces every time. Over time a few of them
will become great friends and then all confe
Link: https://kushaldas.in/posts/friends-the-most-important-part-of-any-conference.html
At the beginning one goes to the conferences to listen to the talks and make
new contacts. You meet a lot of new faces every time. Over time a few of them
will become great friends and then all confe
Real Python: Quiz: How to Write Beautiful Python Code With PEP 8
Link: https://realpython.com/quizzes/python-pep8/
In this quiz, you’ll test your understanding of
how to write beautiful Python code with PEP 8.
By working through this quiz, you’ll revisit the key guidelines laid out in PEP 8 and how to set up your
Link: https://realpython.com/quizzes/python-pep8/
In this quiz, you’ll test your understanding of
how to write beautiful Python code with PEP 8.
By working through this quiz, you’ll revisit the key guidelines laid out in PEP 8 and how to set up your
Realpython
How to Write Beautiful Python Code With PEP 8 Quiz – Real Python
In this quiz, you'll test your understanding of PEP 8, the Python Enhancement Proposal that provides guidelines and best practices on how to write Python code. By working through this quiz, you'll revisit the key guidelines laid out in PEP 8 and how to set…
Real Python: Quiz: How to Use Generators and yield in Python
Link: https://realpython.com/quizzes/generators-and-yield-in-python/
In this quiz, you’ll test your understanding of Python generators.
Generators and the Python yield statement can help you when you’re working with large datasets that might overwhelm your machine’s me
Link: https://realpython.com/quizzes/generators-and-yield-in-python/
In this quiz, you’ll test your understanding of Python generators.
Generators and the Python yield statement can help you when you’re working with large datasets that might overwhelm your machine’s me
Realpython
How to Use Generators and yield in Python Quiz – Real Python
In this quiz, you'll test your understanding of Python generators and the yield statement. With this knowledge, you'll be able to work with large datasets in a more Pythonic fashion, create generator functions and expressions, and build data pipelines.
Real Python: Exercises Course: Introduction to Web Scraping With Python
Link: https://realpython.com/courses/exercises-introduction-web-scraping/
Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
The Internet hosts the greatest source o
Link: https://realpython.com/courses/exercises-introduction-web-scraping/
Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
The Internet hosts the greatest source o
Realpython
Exercises Course: Introduction to Web Scraping With Python – Real Python
In this course, you'll practice the main steps of the web scraping process. You'll write a script that uses Python's requests library to scrape and parse data from a website. You'll also interact with HTML forms using tools like Beautiful Soup and Mechanical…