Daniel Roy Greenfeld: Cookiecutter Options Pattern
Link: https://daniel.feldroy.com/posts/2023-04-cookiecutter-options-pattern
A way to simplify complicated Cookiecutters is the Options Pattern. If I step away from Cookiecutter for any duration, I forget about it. Thanks to Mark Patricio for the reminder!
Complex example we'l
Link: https://daniel.feldroy.com/posts/2023-04-cookiecutter-options-pattern
A way to simplify complicated Cookiecutters is the Options Pattern. If I step away from Cookiecutter for any duration, I forget about it. Thanks to Mark Patricio for the reminder!
Complex example we'l
Daniel Roy Greenfeld
Cookiecutter Options Pattern
A technique I've used for years yet often forget. Placing it here for easy reference.
Talk Python to Me: #412: PEP 711 - Distributing Python Binaries
Link: https://talkpython.fm/episodes/show/412/pep-711-distributing-python-binaries
What if we distributed CPython, the runtime, in the same way we distributed Python packages - as prebuilt binary wheels that only need to be downloaded and unzipped to run? For starters, that would me
Link: https://talkpython.fm/episodes/show/412/pep-711-distributing-python-binaries
What if we distributed CPython, the runtime, in the same way we distributed Python packages - as prebuilt binary wheels that only need to be downloaded and unzipped to run? For starters, that would me
talkpython.fm
PEP 711 - Distributing Python Binaries
What if we distributed CPython, the runtime, in the same way we distributed Python packages - as prebuilt binary wheels that only need to be downloaded and unzipped to run? For starters, that would mean we could ship and deploy Python apps without worrying…
Stack Abuse: How to List All Kafka Topics
Link: https://stackabuse.com/how-to-list-all-kafka-topics/
If you've stumbled upon this article, chances are you've already been working with Apache Kafka, the open-source distributed streaming platform that has gained significant popularity for its ability t
Link: https://stackabuse.com/how-to-list-all-kafka-topics/
If you've stumbled upon this article, chances are you've already been working with Apache Kafka, the open-source distributed streaming platform that has gained significant popularity for its ability t
Stack Abuse
How to List All Kafka Topics
If you've stumbled upon this article, chances are you've already been working with Apache Kafka, the open-source distributed streaming platform that has gained...
PyBites: 5 tips to learn any new Python library faster
Link: https://pybit.es/articles/5-tips-to-learn-any-new-python-library-faster/
This was a Pybites email first. To always get the latest and greatest content, subscribe here.
Lately I have been learning some new libraries for weekly PDM Code Clinic demo sessions (e.g. PyScript,
Link: https://pybit.es/articles/5-tips-to-learn-any-new-python-library-faster/
This was a Pybites email first. To always get the latest and greatest content, subscribe here.
Lately I have been learning some new libraries for weekly PDM Code Clinic demo sessions (e.g. PyScript,
Pybites
5 Tips To Learn Any New Python Library Faster - Pybites
It forces you to conceptually understand it. You'll get relatively quickly which is exactly the point ("oh this does not work in this scenario", "why is this
Zato Blog: Meaningful automation, integrations and interoperability in Python
Link: https://zato.io/blog/posts/python-automation-integrations.html
This article is an introduction to meaningful automation, integrations and interoperability with Zato, service-oriented thinking and Python.
Zato is a convenient and secure, Python-based, open-source
Link: https://zato.io/blog/posts/python-automation-integrations.html
This article is an introduction to meaningful automation, integrations and interoperability with Zato, service-oriented thinking and Python.
Zato is a convenient and secure, Python-based, open-source
zato.io
Zato Blog
Kushal Das: Tumpa 0.10.0 is ready
Link: https://kushaldas.in/posts/tumpa-0-10-0-is-ready.html
I am happy to announce Tumpa 0.10.0 release.
Tumpa is a desktop application which allows you to
create OpenPGP keys and also allows uploading them to Yubikeys with a user
friendly GUI. With Tumpa, al
Link: https://kushaldas.in/posts/tumpa-0-10-0-is-ready.html
I am happy to announce Tumpa 0.10.0 release.
Tumpa is a desktop application which allows you to
create OpenPGP keys and also allows uploading them to Yubikeys with a user
friendly GUI. With Tumpa, al
ListenData: 13 Open Source ChatGPT Models: Complete Guide
Link: https://www.listendata.com/2023/03/open-source-chatgpt-models-step-by-step.html
In this article we will explain how Open Source ChatGPT Models work and how you can run them. We will cover thirteen different open source models, namely LLaMA, Alpaca, GPT4All, GPT4All-J, Dolly 2, Ce
Link: https://www.listendata.com/2023/03/open-source-chatgpt-models-step-by-step.html
In this article we will explain how Open Source ChatGPT Models work and how you can run them. We will cover thirteen different open source models, namely LLaMA, Alpaca, GPT4All, GPT4All-J, Dolly 2, Ce
ListenData
15 Free Open Source ChatGPT Alternatives (with Code)
Learn how Open Source ChatGPT alternatives work. It includes a step by step guide to run these models with Python.
PyBites: Julian asks Bob about his use of ChatGpt
Link: https://pybit.es/articles/julian-asks-bob-about-his-use-of-chatgpt/
Watch here:
Or listen here:
Welcome back to our podcast. In this episode Julian interviews Bob about his recent adoption of ChatGpt in his daily work.
A bit hesitant at first he has fully embraced
Link: https://pybit.es/articles/julian-asks-bob-about-his-use-of-chatgpt/
Watch here:
Or listen here:
Welcome back to our podcast. In this episode Julian interviews Bob about his recent adoption of ChatGpt in his daily work.
A bit hesitant at first he has fully embraced
PyBites
Julian Asks Bob About His Use Of ChatGpt - PyBites
Welcome back to our podcast. In this episode Julian interviews Bob about his recent adoption of ChatGpt in his daily work.
A. Jesse Jiryu Davis: Consistency and Isolation for Python Programmers
Link: https://emptysqua.re/blog/pycon-2023-consistency-isolation/
Computers are infuriating.
At PyCon 2023 I talked about consistency and isolation in databases, and showed a Python implementations of four isolation levels. The subject goes a bit deeper than I could
Link: https://emptysqua.re/blog/pycon-2023-consistency-isolation/
Computers are infuriating.
At PyCon 2023 I talked about consistency and isolation in databases, and showed a Python implementations of four isolation levels. The subject goes a bit deeper than I could
emptysqua.re
Consistency and Isolation for Python Programmers
My PyCon 2023 talk about using databases safely.
Stack Abuse: Understanding SVM Hyperparameters
Link: https://stackabuse.com/understanding-svm-hyperparameters/
Introduction
This guide is the second part of three guides about Support Vector Machines (SVMs). In this guide, we will keep working on the forged bank notes use case, understand what SVM parameters a
Link: https://stackabuse.com/understanding-svm-hyperparameters/
Introduction
This guide is the second part of three guides about Support Vector Machines (SVMs). In this guide, we will keep working on the forged bank notes use case, understand what SVM parameters a
Stack Abuse
Understanding SVM Hyperparameters
This guide is the second part of three guides about Support Vector Machines (SVMs). In this guide, we will keep working on the forged bank notes use case, unde...
Python for Beginners: Pandas Where Method With Series and DataFrame
Link: https://www.pythonforbeginners.com/basics/pandas-where-method-with-series-and-dataframe
While working with pandas dataframe, we often filter data using different conditions. In this article, we will discuss how we can use the pandas where method to filter and replace data from a series o
Link: https://www.pythonforbeginners.com/basics/pandas-where-method-with-series-and-dataframe
While working with pandas dataframe, we often filter data using different conditions. In this article, we will discuss how we can use the pandas where method to filter and replace data from a series o
PythonForBeginners.com
Pandas Where Method With Series and DataFrame - PythonForBeginners.com
Pandas Where Method With Series and DataFrame will help you improve your python skills with easy to follow examples and tutorials.
PyCon: Welcoming 7 Companies to Startup Row at PyCon US 2023
Link: https://pycon.blogspot.com/2023/04/welcoming-7-companies-to-startup-row-at.html
It's hard to believe that 2023 marks 20 years of PyCon US. From relatively modest beginnings to serving thousands of in-person attendees—and countless more who participate online and watch talks (some
Link: https://pycon.blogspot.com/2023/04/welcoming-7-companies-to-startup-row-at.html
It's hard to believe that 2023 marks 20 years of PyCon US. From relatively modest beginnings to serving thousands of in-person attendees—and countless more who participate online and watch talks (some
Blogspot
Welcoming 7 Companies to Startup Row at PyCon US 2023
It's hard to believe that 2023 marks 20 years of PyCon US. From relatively modest beginnings to serving thousands of in-person attendees—and...
Erik Marsja: Wilcoxon Signed-Rank test in Python
Link: https://www.marsja.se/wilcoxon-signed-rank-test-in-python/
The post Wilcoxon Signed-Rank test in Python appeared first on Erik Marsja.
In this blog post, we will explore the Wilcoxon Signed-Rank test in Python, a non-parametric test for comparing two related
Link: https://www.marsja.se/wilcoxon-signed-rank-test-in-python/
The post Wilcoxon Signed-Rank test in Python appeared first on Erik Marsja.
In this blog post, we will explore the Wilcoxon Signed-Rank test in Python, a non-parametric test for comparing two related
Erik Marsja
Wilcoxon Signed-Rank test in Python
Up your data analysis game with Python! Learn how to perform the Wilcoxon Signed-Rank test & compare different Python packages for analysis.
Mike Driscoll: PyCon 2023 – Conference Day 1 Thoughts
Link: https://www.blog.pythonlibrary.org/2023/04/22/pycon-2023-conference-day-1-thoughts/
PyCon is celebrating its twentieth anniversary this year, I’ve been trying to figure out how many of them I have attended. I think I have been to eight of the conferences.
Anyway, PyCon is happening
Link: https://www.blog.pythonlibrary.org/2023/04/22/pycon-2023-conference-day-1-thoughts/
PyCon is celebrating its twentieth anniversary this year, I’ve been trying to figure out how many of them I have attended. I think I have been to eight of the conferences.
Anyway, PyCon is happening
Mouse Vs Python
PyCon 2023 - Conference Day 1 Thoughts - Mouse Vs Python
PyCon is celebrating its twentieth anniversary this year, I've been trying to figure out how many of them I have attended. I think I have been to eight of
Python for Beginners: Tuple to List in Python
Link: https://www.pythonforbeginners.com/basics/tuple-to-list-in-python
We use lists and tuples in Python if we want random access to sequential data. However, lists and tuples have a fundamental difference. Tuples in Python are immutable while we can manipulate lists in
Link: https://www.pythonforbeginners.com/basics/tuple-to-list-in-python
We use lists and tuples in Python if we want random access to sequential data. However, lists and tuples have a fundamental difference. Tuples in Python are immutable while we can manipulate lists in
PythonForBeginners.com
Tuple to List in Python - PythonForBeginners.com
Tuple to List in Python will help you improve your python skills with easy to follow examples and tutorials.
Django Weblog: Django 5.x Technical Board Candidate Registration
Link: https://www.djangoproject.com/weblog/2023/apr/22/technical-board-candidate-registration/
With the completion of the Django 4.x major release cycle and in accordance with DEP-0010, it is now time to collect candidates for the Django Technical Board.
Technical board candidates must demonstr
Link: https://www.djangoproject.com/weblog/2023/apr/22/technical-board-candidate-registration/
With the completion of the Django 4.x major release cycle and in accordance with DEP-0010, it is now time to collect candidates for the Django Technical Board.
Technical board candidates must demonstr
Django Project
Django 5.x Technical Board Candidate Registration
Posted by Katie McLaughlin on April 22, 2023
Toshio Kuratomi: The Hallway Track – Pycon 2023
Link: https://anonbadger.wordpress.com/2023/04/22/the-hallway-track-pycon-2023/
Now-friends and tomorrow-friends flowing byWatch and wave as they passSuch a privilege!
Link: https://anonbadger.wordpress.com/2023/04/22/the-hallway-track-pycon-2023/
Now-friends and tomorrow-friends flowing byWatch and wave as they passSuch a privilege!
The Ramblings
The Hallway Track – Pycon 2023
Now-friends and tomorrow-friends flowing byWatch and wave as they passSuch a privilege!
Django Weblog: Django 5.x Steering Council Candidate Registration
Link: https://www.djangoproject.com/weblog/2023/apr/22/steering-council-candidate-registration/
With the completion of the Django 4.x major release cycle and in accordance with DEP-0010 and DEP-0012, it is now time to collect candidates for the Django Steering Council.
Steering council candidate
Link: https://www.djangoproject.com/weblog/2023/apr/22/steering-council-candidate-registration/
With the completion of the Django 4.x major release cycle and in accordance with DEP-0010 and DEP-0012, it is now time to collect candidates for the Django Steering Council.
Steering council candidate
Django Project
Django 5.x Steering Council Candidate Registration
Posted by Katie McLaughlin on April 22, 2023
Mike Driscoll: PyCon 2023 – The Second Day of the Conference
Link: https://www.blog.pythonlibrary.org/2023/04/23/pycon-2023-the-second-day-of-the-conference/
The second day of PyCon was very busy too, I think Friday and Saturday are probably the busiest days of PyCon and also the best attended. There were a TON of quality talks, most of which I missed sinc
Link: https://www.blog.pythonlibrary.org/2023/04/23/pycon-2023-the-second-day-of-the-conference/
The second day of PyCon was very busy too, I think Friday and Saturday are probably the busiest days of PyCon and also the best attended. There were a TON of quality talks, most of which I missed sinc
Mouse Vs Python
PyCon 2023 - The Second Day of the Conference - Mouse Vs Python
The second day of PyCon was very busy too, I think Friday and Saturday are probably the busiest days of PyCon and also the best attended. There were a TON
Python for Beginners: Sort a Tuple in Python
Link: https://www.pythonforbeginners.com/basics/sort-a-tuple-in-python
Tuples are immutable objects. However, sometimes, we might need to sort a tuple. In this article, we will discuss different ways to sort a tuple in Python.
Table of ContentsSort a Tuple Using The sort
Link: https://www.pythonforbeginners.com/basics/sort-a-tuple-in-python
Tuples are immutable objects. However, sometimes, we might need to sort a tuple. In this article, we will discuss different ways to sort a tuple in Python.
Table of ContentsSort a Tuple Using The sort
PythonForBeginners.com
Sort a Tuple in Python - PythonForBeginners.com
Sort a Tuple in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.