PyBites: How to package and deploy CLI applications with Python PyPA setuptools build
Link: https://pybit.es/articles/how-to-package-and-deploy-cli-apps/
This article covers how to package your Python code as a CLI application using just the official PyPA provided tools, without installing additional external dependencies.
If you prefer reading code to
Link: https://pybit.es/articles/how-to-package-and-deploy-cli-apps/
This article covers how to package your Python code as a CLI application using just the official PyPA provided tools, without installing additional external dependencies.
If you prefer reading code to
Pybites
How To Package And Deploy CLI Applications With Python PyPA Setuptools Build - Pybites
This article covers how to package your Python code as a CLI application using just the official PyPA provided tools, without installing additional external
PyBites: How to handle environment variables in Python
Link: https://pybit.es/articles/how-to-handle-environment-variables-in-python/
In this article I will share 3 libraries I often use to isolate my environment variables from production code.
Why is this important?
Separate config from code
As we can read in The Twelve-Factor App
Link: https://pybit.es/articles/how-to-handle-environment-variables-in-python/
In this article I will share 3 libraries I often use to isolate my environment variables from production code.
Why is this important?
Separate config from code
As we can read in The Twelve-Factor App
Pybites
How To Handle Environment Variables In Python - Pybites
In this article I will share 3 libraries I often use to isolate my environment variables from production code.
Python Piedmont Triad User Group: Lunch and learn series
Link: http://www.pyptug.org/2021/08/lunch-and-learn-series.html
PYPTUG Lunch and LearnIn order to help those starting out with python, we are starting a lunch and learn series. You can see upcoming lunch and learns on our meetup page:https://www.meetup.com/PYthon-
Link: http://www.pyptug.org/2021/08/lunch-and-learn-series.html
PYPTUG Lunch and LearnIn order to help those starting out with python, we are starting a lunch and learn series. You can see upcoming lunch and learns on our meetup page:https://www.meetup.com/PYthon-
www.pyptug.org
Lunch and learn series
PYPTUG Lunch and Learn In order to help those starting out with python, we are starting a lunch and learn series. You can see upcoming lunch...
Real Python: Splitting Datasets With scikit-learn and train_test_split()
Link: https://realpython.com/courses/splitting-datasets-scikit-learn-train-test-split/
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/courses/splitting-datasets-scikit-learn-train-test-split/
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
Splitting Datasets With scikit-learn and train_test_split() – Real Python
In this course, you'll learn why it's important to split your dataset in supervised machine learning and how to do that with train_test_split() from scikit-learn.
Python for Beginners: How to Extract a Date from a .txt File in Python
Link: https://www.pythonforbeginners.com/files/how-to-extract-a-date-from-a-txt-file-in-python
In this tutorial, we’ll examine the different ways you can extract a date from a .txt file using Python programming. Python is a versatile language—as you’ll discover—and there are many solutions for
Link: https://www.pythonforbeginners.com/files/how-to-extract-a-date-from-a-txt-file-in-python
In this tutorial, we’ll examine the different ways you can extract a date from a .txt file using Python programming. Python is a versatile language—as you’ll discover—and there are many solutions for
PythonForBeginners.com
How to Extract a Date from a .txt File in Python - PythonForBeginners.com
How to Extract a Date from a .txt File in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Python⇒Speed: The best Docker base image for your Python application (August 2021)
Link: https://pythonspeed.com/articles/base-image-python-docker-images/
When you’re building a Docker image for your Python application, you’re building on top of an existing image—and there are many possible choices.
There are OS images like Ubuntu, and there are the man
Link: https://pythonspeed.com/articles/base-image-python-docker-images/
When you’re building a Docker image for your Python application, you’re building on top of an existing image—and there are many possible choices.
There are OS images like Ubuntu, and there are the man
Python⇒Speed
The best Docker base image for your Python application (May 2024)
Ubuntu? Official Python images? Alpine Linux? Here’s how to choose a good base Docker image for your Python application container.
Wingware: Wing Python IDE Version 8.0.3 - August 31, 2021
Link: https://wingware.com/news/2021-08-31
Wing 8.0.3 allows specifying the Django settings module for unit tests with
--settings=<name> in Run Args on the Testing page of Project Properties,
fixes using an Activated Env that contains spaces i
Link: https://wingware.com/news/2021-08-31
Wing 8.0.3 allows specifying the Django settings module for unit tests with
--settings=<name> in Run Args on the Testing page of Project Properties,
fixes using an Activated Env that contains spaces i
Wingware
Wing Python IDE Version 8.0.3 - August 31, 2021 - Wing Python IDE
Wing 8.0.3 allows specifying the Django settings module for unit tests with
--settings in Run Args on the Testing page of Project Properties, fixes using an
Activated Env that contains spaces in its path, prevents failure to reformat code on remote
hosts…
--settings in Run Args on the Testing page of Project Properties, fixes using an
Activated Env that contains spaces in its path, prevents failure to reformat code on remote
hosts…
Montreal Python User Group: Call for Speakers for Montréal-Python 88 – Hypnotized Statue
Link: https://montrealpython.org/en/2021/08/mp-88-cfp/
Hi everyone, exceptionally, our September meeting will take place on a Tuesday evening rather than our traditional Mondays to avoid the conflict with the elections.
We are looking for presenters for t
Link: https://montrealpython.org/en/2021/08/mp-88-cfp/
Hi everyone, exceptionally, our September meeting will take place on a Tuesday evening rather than our traditional Mondays to avoid the conflict with the elections.
We are looking for presenters for t
Talk Python to Me: #332: Robust Python
Link: https://talkpython.fm/episodes/show/332/robust-python
Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Patrick Viafore is here to help us write
Link: https://talkpython.fm/episodes/show/332/robust-python
Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Patrick Viafore is here to help us write
talkpython.fm
Robust Python
Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Patrick Viafore is here to help us write more maintainable, longer-lived, and more enjoyable Python…
Stack Abuse: Random Projection: Theory and Implementation in Python with Scikit-Learn
Link: https://stackabuse.com/random-projection-theory-and-implementation-in-python-with-scikit-learn/
Introduction
This guide is an in-depth introduction to an unsupervised dimensionality reduction technique called Random Projections. A Random Projection can be used to reduce the complexity and size o
Link: https://stackabuse.com/random-projection-theory-and-implementation-in-python-with-scikit-learn/
Introduction
This guide is an in-depth introduction to an unsupervised dimensionality reduction technique called Random Projections. A Random Projection can be used to reduce the complexity and size o
Stack Abuse
Random Projection: Theory and Implementation in Python with Scikit-Learn
In this guide, we'll be taking a look at the theory and implementation behind Random Projections in Python - Gaussian and Sparse Random Projections, as well as a practical hands-on tutorial using a real-life dataset.
Quansight Labs Blog: CZI EOSS4 Grants at Quansight Labs
Link: https://labs.quansight.org/blog/2021/08/czi-eoss4-grants-at-quansight-labs/
Here, at Quansight Labs, our goal is to work on sustaining the future of Open Source. We make sure we can live up to that goal by spending a significant amount of time working on impactful and critica
Link: https://labs.quansight.org/blog/2021/08/czi-eoss4-grants-at-quansight-labs/
Here, at Quansight Labs, our goal is to work on sustaining the future of Open Source. We make sure we can live up to that goal by spending a significant amount of time working on impactful and critica
Quansight Labs
CZI EOSS4 Grants at Quansight Labs
Here, at Quansight Labs, our goal is to work on sustaining the future of Open Source. We make sure we can live up to that goal by spending a significant amount of time working on impactful and critica
Will McGugan: Pretty printing JSON with Rich
Link: https://www.willmcgugan.com/blog/tech/post/pretty-printing-json-with-rich/
If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0
If you call this function with a string, Rich will decode
Link: https://www.willmcgugan.com/blog/tech/post/pretty-printing-json-with-rich/
If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0
If you call this function with a string, Rich will decode
Will McGugan Tech
Pretty printing JSON with Rich
If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0 If you call this function with a string, Rich will decode the string, reformat it, and print it to the console with…
PyCoder’s Weekly: Issue #488 (Aug. 31, 2021)
Link: https://pycoders.com/issues/488
#488 – AUGUST 31, 2021 View in Browser » Python Ranks #1 in IEEE “Top Programming Languages” “Python dominates as the de facto platform for new technologies” and “Learn Python. That’s the bigges
Link: https://pycoders.com/issues/488
#488 – AUGUST 31, 2021 View in Browser » Python Ranks #1 in IEEE “Top Programming Languages” “Python dominates as the de facto platform for new technologies” and “Learn Python. That’s the bigges
Pycoders
PyCoder’s Weekly | Issue #488
Issue #488 of the PyCoder’s Weekly newsletter, published Aug. 31, 2021.
Sandipan Dey: Probabilistic Deep Learning with Tensorflow
Link:
In this blog, we shall discuss on how to implement probabilistic deep learning models using Tensorflow. The problems to be discussed in this blog appeared in the exercises / projects in the coursera c
Link:
In this blog, we shall discuss on how to implement probabilistic deep learning models using Tensorflow. The problems to be discussed in this blog appeared in the exercises / projects in the coursera c
Django Weblog: Django bugfix release: 3.2.7
Link: https://www.djangoproject.com/weblog/2021/sep/01/bugfix-release/
Today we've issued the 3.2.7 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2021/sep/01/bugfix-release/
Today we've issued the 3.2.7 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Tryton News: Newsletter for September 2021
Link: https://discuss.tryton.org/t/newsletter-for-september-2021/4525
Green and Gray Scissors1280×853 222 KB
We hope that everybody had a nice Summer and enjoyed their holidays. The Tryton team continued working on the ERP and we are back with a resume of the latest
Link: https://discuss.tryton.org/t/newsletter-for-september-2021/4525
Green and Gray Scissors1280×853 222 KB
We hope that everybody had a nice Summer and enjoyed their holidays. The Tryton team continued working on the ERP and we are back with a resume of the latest
Tryton Discussion
Newsletter for September 2021
We hope that everybody had a nice Summer and enjoyed their holidays. The Tryton team continued working on the ERP and we are back with a resume of the latest improvements. Changes for the User We added a frame around the image widget. This makes the widget…
PyBites: Facial Recognition with Python
Link: https://pybit.es/articles/facial-recognition-with-python/
Identifying faces
I was asked by Bob to write a guest article for the PyBites blog, so whilst this isn’t my first blog article, it is my first ever guest blog article of which I’m immensely proud and
Link: https://pybit.es/articles/facial-recognition-with-python/
Identifying faces
I was asked by Bob to write a guest article for the PyBites blog, so whilst this isn’t my first blog article, it is my first ever guest blog article of which I’m immensely proud and
Pybites
Facial Recognition With Python - Pybites
Pillow modules to extract and then identify faces from a bunch of photographs.
Mike Driscoll: Unit Conversion with Python and the Pint Package
Link: https://www.blog.pythonlibrary.org/2021/09/01/unit-conversion-pint/
Do you need to work measurements often? What about converting from one unit of measurement to another? There is a Python package called Pint that makes working with quantities easy to do. Pint allows
Link: https://www.blog.pythonlibrary.org/2021/09/01/unit-conversion-pint/
Do you need to work measurements often? What about converting from one unit of measurement to another? There is a Python package called Pint that makes working with quantities easy to do. Pint allows
Mouse Vs Python
Unit Conversion with Python and the Pint Package - Mouse Vs Python
Learn how to convert between different units of measurement with Pint, a Python package designed for working with various quantities
Python for Beginners: Binary Search Tree in Python
Link: https://www.pythonforbeginners.com/data-structures/binary-search-tree-in-python
You can use different data structures such as a python dictionary, a list, a tuple, or a set in programs. But these data structures are not sufficient for implementing hierarchical structures in the p
Link: https://www.pythonforbeginners.com/data-structures/binary-search-tree-in-python
You can use different data structures such as a python dictionary, a list, a tuple, or a set in programs. But these data structures are not sufficient for implementing hierarchical structures in the p
PythonForBeginners.com
Binary Search Tree in Python - PythonForBeginners.com
Binary Search Tree in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Python Bytes: #248 while True: stand up, sit down
Link: https://pythonbytes.fm/episodes/show/248/while-true-stand-up-sit-down
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=eIEGTZnsyCg' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/248/while-true-stand-up-sit-down
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=eIEGTZnsyCg' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
while True: stand up, sit down
<p><strong>Watch the live stream:</strong></p> <div class='youtube-overlay-image'> <a target='_blank' href='https://www.youtube.com/watch?v=eIEGTZnsyCg'> …