Django: How to send email without Celery
Lightweight emails without Celery. And without a request-response cycle.
https://nemecek.be/blog/158/django-how-to-send-email-without-celery
Lightweight emails without Celery. And without a request-response cycle.
https://nemecek.be/blog/158/django-how-to-send-email-without-celery
nemecek.be
Django: How to send email without Celery
Lightweight emails without Celery. And without a request-response cycle.
Compiling Black with mypyc, Pt. 1 - Initial Steps
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it?
https://ichard26.github.io/blog/2022/05/31/compiling-black-with-mypyc-part-1/
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it?
https://ichard26.github.io/blog/2022/05/31/compiling-black-with-mypyc-part-1/
ichard26.github.io
Compiling Black with mypyc, Pt. 1 - Initial Steps
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it?
Run Your Python App Anywhere With Dynamic Settings
Parameterize your application with a config file and read using ConfigParserContinue reading on ...
https://towardsdatascience.com/run-your-python-app-anywhere-with-dynamic-settings-aafd27e04b8e
Parameterize your application with a config file and read using ConfigParserContinue reading on ...
https://towardsdatascience.com/run-your-python-app-anywhere-with-dynamic-settings-aafd27e04b8e
Dates And Times And Types
Get a TypeError when using a datetime when you wanted a date.
https://glyph.twistedmatrix.com/2022/06/dates-and-times-and-types.html
Get a TypeError when using a datetime when you wanted a date.
https://glyph.twistedmatrix.com/2022/06/dates-and-times-and-types.html
Twistedmatrix
Dates And Times And Types
Get a TypeError when using a datetime when you wanted a date.
I Forked “Asyncpg” — And It Parses Database Records to Numpy 20x Faster
Presenting the fork of asyncpg — asynchronous PostgreSQL client for Python — based on NumPy structured arrays.
https://t.co/rViV6pSeDQ
Presenting the fork of asyncpg — asynchronous PostgreSQL client for Python — based on NumPy structured arrays.
https://t.co/rViV6pSeDQ
Medium
I Forked “Asyncpg” — And It Parses Database Records to Numpy 20x Faster
Presenting the fork of asyncpg — asynchronous PostgreSQL client for Python — based on NumPy structured arrays
Python 3.10.5 is available
The latest bugfix drop for Python 3.10 is here: Python 3.10.5. This release packs more than 230 bugfixes and docs changes.
https://pythoninsider.blogspot.com/2022/06/python-3105-is-available_6.html
The latest bugfix drop for Python 3.10 is here: Python 3.10.5. This release packs more than 230 bugfixes and docs changes.
https://pythoninsider.blogspot.com/2022/06/python-3105-is-available_6.html
Blogspot
Python Insider: Python 3.10.5 is available
Serving machine learning models with FastAPI: It’s not all about speed
Deploying models is a tricky topic. In this posts, we describe 4 key reasons why we've chosen FastAPI to deploy out Machine Learning models.
https://blog.amplemarket.com/serving-machine-learning-models-with-fastapi/
Deploying models is a tricky topic. In this posts, we describe 4 key reasons why we've chosen FastAPI to deploy out Machine Learning models.
https://blog.amplemarket.com/serving-machine-learning-models-with-fastapi/
Amplemarket Blog | Sales Tips, Email Resources, Marketing Content
How Amplemarket deploys Machine Learning models with FastAPI
Deploying models is a tricky topic. In this posts, we describe 4 key reasons why we've chosen FastAPI to deploy out Machine Learning models.
An Intro to Python Web Frameworks (Video)
Learn about some of the many Python web frameworks that are available to you in this video.
Web ...
https://www.blog.pythonlibrary.org/2022/06/09/an-intro-to-python-web-frameworks-video/
Learn about some of the many Python web frameworks that are available to you in this video.
Web ...
https://www.blog.pythonlibrary.org/2022/06/09/an-intro-to-python-web-frameworks-video/
Mouse Vs Python
An Intro to Python Web Frameworks (Video) - Mouse Vs Python
Learn about some of the many Python web frameworks that are available to you in this video. Web frameworks mentioned in this video Django -
How to create a dashboard in Python with Jupyter Notebook
https://mljar.com/blog/dashboard-python-jupyter-notebook/
https://mljar.com/blog/dashboard-python-jupyter-notebook/
MLJAR
How to create a dashboard in Python with Jupyter Notebook?
Build a data dashboard in Python with just 9 lines of code using Jupyter Notebook. Display stock information for a selected ticker with a data table and chart. Publish it as a web app with the open-source Mercury framework.
Packaging Python Applications with PyInstaller, with step by step examples for PyQt, Tkinter, PySimpleGUI, wxPython & Kivy
https://www.dropbox.com/s/zqajj7skbdl7xbw/packaging-python-applications.pdf
https://www.dropbox.com/s/zqajj7skbdl7xbw/packaging-python-applications.pdf
Dropbox
packaging-python-applications.pdf
Shared with Dropbox
Getting Started with ESPnet
ESPnet is the premier end-to-end, open-source speech processing toolkit. This easy-to-follow guide will help you get started using ESPnet for Speech Recognition.
https://www.assemblyai.com/blog/getting-started-with-espnet/
ESPnet is the premier end-to-end, open-source speech processing toolkit. This easy-to-follow guide will help you get started using ESPnet for Speech Recognition.
https://www.assemblyai.com/blog/getting-started-with-espnet/
News, Tutorials, AI Research
Getting Started with ESPnet
ESPnet is the premier end-to-end, open-source speech processing toolkit. This easy-to-follow guide will help you get started using ESPnet for Speech Recognition.
Raising exceptions or returning error objects in Python
How returning error objects can provide some advantages over raising exceptions in Python, such as for static type checking tools.
https://lukeplant.me.uk/blog/posts/raising-exceptions-or-returning-error-objects-in-python/
How returning error objects can provide some advantages over raising exceptions in Python, such as for static type checking tools.
https://lukeplant.me.uk/blog/posts/raising-exceptions-or-returning-error-objects-in-python/
Luke Plant's home page
Raising exceptions or returning error objects in Python
How returning error objects can provide some advantages over raising exceptions in Python, such as for static type checking tools.
Python-Selenium-Action
Run Selenium with Python via Github Actions using Headless or Non-Headless browsers!
https://github.com/MarketingPipeline/Python-Selenium-Action
Run Selenium with Python via Github Actions using Headless or Non-Headless browsers!
https://github.com/MarketingPipeline/Python-Selenium-Action
GitHub
GitHub - MarketingPipeline/Python-Selenium-Action: Run Selenium with Python via Github Actions using Headless or Non-Headless browsers!
Run Selenium with Python via Github Actions using Headless or Non-Headless browsers! - GitHub - MarketingPipeline/Python-Selenium-Action: Run Selenium with Python via Github Actions using Headless...
Handling Concurrency Without Locks
Concurrency is not very intuitive. You need to train your brain to consider what happens when ...
https://hakibenita.com/django-concurrency
Concurrency is not very intuitive. You need to train your brain to consider what happens when ...
https://hakibenita.com/django-concurrency
Hakibenita
Handling Concurrency Without Locks
How to not let concurrency cripple your system
editabletuple
This module provides the editabletuple() function for creating classes with a fixed sequence of fields, similar to a namedtuple, except editable.
https://github.com/mark-summerfield/editabletuple
This module provides the editabletuple() function for creating classes with a fixed sequence of fields, similar to a namedtuple, except editable.
https://github.com/mark-summerfield/editabletuple
GitHub
GitHub - mark-summerfield/editabletuple: This module provides the editabletuple() function for creating classes with a fixed sequence…
This module provides the editabletuple() function for creating classes with a fixed sequence of fields, similar to a namedtuple, except editable. - mark-summerfield/editabletuple
dot
dot (aka Deepfake Offensive Toolkit) makes real-time, controllable deepfakes ready for virtual cameras injection. dot is created for performing penetration testing against e.g. identity verification and video conferencing systems, for the use by security analysts, Red Team members, and biometrics researchers.
https://github.com/sensity-ai/dot
dot (aka Deepfake Offensive Toolkit) makes real-time, controllable deepfakes ready for virtual cameras injection. dot is created for performing penetration testing against e.g. identity verification and video conferencing systems, for the use by security analysts, Red Team members, and biometrics researchers.
https://github.com/sensity-ai/dot
GitHub
GitHub - sensity-ai/dot: The Deepfake Offensive Toolkit
The Deepfake Offensive Toolkit. Contribute to sensity-ai/dot development by creating an account on GitHub.
Image Color Extraction with Python in 4 Steps
Creating your own and unique list of colorsPhoto by Robert Katzki on UnsplashWhy are the colors ...
https://towardsdatascience.com/image-color-extraction-with-python-in-4-steps-8d9370d9216e
Creating your own and unique list of colorsPhoto by Robert Katzki on UnsplashWhy are the colors ...
https://towardsdatascience.com/image-color-extraction-with-python-in-4-steps-8d9370d9216e
Towards Data Science
Image Color Extraction with Python in 4 Steps | Towards Data Science
Creating your own and unique list of colors
Code Your Own Heroku Clone with Python
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
https://www.youtube.com/watch?v=zhJLVFR3pE8
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
https://www.youtube.com/watch?v=zhJLVFR3pE8
YouTube
Code Your Own Heroku Clone with Python – Provision Infrastructure Programmatically Tutorial
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
✏️ Beau Carnes developed this course.
💻 Code: https:/…
✏️ Beau Carnes developed this course.
💻 Code: https:/…