Python Bytes: #222 Autocomplete with type annotations for AWS and boto3
Link: https://pythonbytes.fm/episodes/show/222/autocomplete-with-type-annotations-for-aws-and-boto3
<p>Sponsored by <strong>Linode!</strong> <a href="https://pythonbytes.fm/linode"><strong>pythonbytes.fm/linode</strong></a></p>
<p>Special guest: Greg Herrera</p>
<p>YouTube live stream for viewers:
Link: https://pythonbytes.fm/episodes/show/222/autocomplete-with-type-annotations-for-aws-and-boto3
<p>Sponsored by <strong>Linode!</strong> <a href="https://pythonbytes.fm/linode"><strong>pythonbytes.fm/linode</strong></a></p>
<p>Special guest: Greg Herrera</p>
<p>YouTube live stream for viewers:
pythonbytes.fm
Autocomplete with type annotations for AWS and boto3
News and announcements from the Python community for the week of Feb 24th, 2021
Ahmed Bouchefra: Django 3 Tutorial & CRUD Example with MySQL and Bootstrap
Link: https://efficientcoder.net/django-3-tutorial-and-crud-example-with-mysql-and-bootstrap/
Django 3 is released with full async support! In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable
Link: https://efficientcoder.net/django-3-tutorial-and-crud-example-with-mysql-and-bootstrap/
Django 3 is released with full async support! In this tutorial, we’ll see by example how to create a CRUD application from scratch and step by step. We’ll see how to configure a MySQL database, enable
Efficient Coder
Django 3 Tutorial & CRUD Example with MySQL and Bootstrap | EfficientCoder
Learn modern web development.
Montreal Python User Group: Montréal-Python 84 – Lucrative Olive
Link: https://montrealpython.org/en/2021/02/mp-84/
When March finally comes to an end, olive trees start flowering and with a bit a luck, the melting snow announces the start of the maple sugar season.
When conditions are good, olives and maples are k
Link: https://montrealpython.org/en/2021/02/mp-84/
When March finally comes to an end, olive trees start flowering and with a bit a luck, the melting snow announces the start of the maple sugar season.
When conditions are good, olives and maples are k
Quansight Labs Blog: Enhancements to Numba's guvectorize decorator
Link: https://labs.quansight.org/blog/2021/02/enhancements-to-numba-guvectorize-decorator/
Starting from Numba 0.53, Numba will ship with an enhanced version of the @guvectorize decorator. Similar to the @vectorize decorator, @guvectorize now has two modes of operation:
Eager, or decoratio
Link: https://labs.quansight.org/blog/2021/02/enhancements-to-numba-guvectorize-decorator/
Starting from Numba 0.53, Numba will ship with an enhanced version of the @guvectorize decorator. Similar to the @vectorize decorator, @guvectorize now has two modes of operation:
Eager, or decoratio
Quansight Labs
Enhancements to Numba's guvectorize decorator
Starting from Numba 0.53, Numba will ship with an enhanced version of the @guvectorize decorator. Similar to the @vectorize decorator, @guvectorize now has two modes of operation:
Eager, or decoratio
Eager, or decoratio
Python⇒Speed: Transgressive Programming: the magic of breaking abstraction boundaries
Link: https://pythonspeed.com/articles/transgressive-programming/
You probably don’t want to be an asshole.
Being an asshole, as Siderea’s classic essay The Asshole Filter points out, is about being transgressive, about violating social boundaries and rules.
And so
Link: https://pythonspeed.com/articles/transgressive-programming/
You probably don’t want to be an asshole.
Being an asshole, as Siderea’s classic essay The Asshole Filter points out, is about being transgressive, about violating social boundaries and rules.
And so
Python⇒Speed
Transgressive Programming: the magic of breaking abstractions
Usually you want to stick to abstraction boundaries when coding. But for performance or debugging, you may need to deliberately break those boundaries.
PyBites: How to Produce More Content
Link: https://pybit.es/start-producing.html
As we mentioned the other day becoming a content provider is an essential skill to push your career forward.
We often hear people get overwhelmed by the amount of info out there, they get stuck in tut
Link: https://pybit.es/start-producing.html
As we mentioned the other day becoming a content provider is an essential skill to push your career forward.
We often hear people get overwhelmed by the amount of info out there, they get stuck in tut
PyBites
How to Produce More Content
In this article we give you some tips on How to become a content provider, an essential skill to develop in order to succeed in your career.
Ben Cook: NumPy all: Understanding np.all()
Link: https://jbencook.com/numpy-all/
The np.all() function tests whether all elements in a NumPy array evaluate to true.
Link: https://jbencook.com/numpy-all/
The np.all() function tests whether all elements in a NumPy array evaluate to true.
jbencook
NumPy All: Understanding np.all() - jbencook
The np.all() function tests whether all elements in a NumPy array evaluate to true.
Python Morsels: Everything is an object
Link: https://www.pythonmorsels.com/topics/everything-is-an-object/
Related article:
Transcript:
In Python, everything is an object.
Classes are objects
We have a class called Product:
class Product:
unknown_price = "Ask for details"
def __init__(self, n
Link: https://www.pythonmorsels.com/topics/everything-is-an-object/
Related article:
Transcript:
In Python, everything is an object.
Classes are objects
We have a class called Product:
class Product:
unknown_price = "Ask for details"
def __init__(self, n
Pythonmorsels
Everything is an object
In Python, everything is an object. Classes are objects, instances of classes are objects, modules are objects, and functions are objects. Anything that you can point a variable to is an object.
Zero to Mastery: Python Monthly 💻🐍 February 2021
Link: https://zerotomastery.io/blog/python-monthly-february-2021/?utm_source=python-rss-feed
15th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, withou
Link: https://zerotomastery.io/blog/python-monthly-february-2021/?utm_source=python-rss-feed
15th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, withou
zerotomastery.io
Python Monthly 💻🐍 February 2021 | Zero To Mastery
15th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, without wasting your valuable time.
Python Pool: Unzip a File in Python: 5 Scenarios You Should Know
Link: https://www.pythonpool.com/python-unzip/?utm_source=rss&utm_medium=rss&utm_campaign=python-unzip
If you are in the IT world for a while, you must know about the unzipping or extraction of a file. More than 70% of the files present on the internet are in the form of a zip file. There are various a
Link: https://www.pythonpool.com/python-unzip/?utm_source=rss&utm_medium=rss&utm_campaign=python-unzip
If you are in the IT world for a while, you must know about the unzipping or extraction of a file. More than 70% of the files present on the internet are in the form of a zip file. There are various a
Python Pool
Unzip a File in Python: 5 Scenarios You Should Know
If you are in the IT world for a while, you must know about the unzipping or extraction of a file. More than 70% of the files present on the internet are
Real Python: The Real Python Podcast – Episode #49: The Challenges of Developing Into a Python Professional
Link: https://realpython.com/podcasts/rpp/49/
What's the difference between writing code for yourself and developing for others? What new considerations do you need to take into account as a professional Python developer? This week on the show,
Link: https://realpython.com/podcasts/rpp/49/
What's the difference between writing code for yourself and developing for others? What new considerations do you need to take into account as a professional Python developer? This week on the show,
Realpython
Episode #49: The Challenges of Developing Into a Python Professional – The Real Python Podcast
What's the difference between writing code for yourself and developing for others? What new considerations do you need to take into account as a professional Python developer? This week on the show, we talk to Dane Hillard about his book "Practices of the…
PyBites: 10 Cool Pytest Tips You Might Not Know About
Link: https://pybit.es/pytest-tips.html
Here are 10 things we learned writing pytest code that might come in handy:
1. Testing package structure
People new to pytest are often thrown off by this:
$ tree
.
├── src
│ ├── __init__.py
│ └──
Link: https://pybit.es/pytest-tips.html
Here are 10 things we learned writing pytest code that might come in handy:
1. Testing package structure
People new to pytest are often thrown off by this:
$ tree
.
├── src
│ ├── __init__.py
│ └──
PyBites
10 Cool Pytest Tips You Might Not Know About
Here are 10 things we learned writing pytest code that might come in handy.
Python Software Foundation: Python Software Foundation Fellow Members for Q4 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/HxJ0eRomZwI/python-software-foundation-fellow.html
It's that time of year! Let us welcome the new PSF Fellows for Q4! The following people continue to do amazing things for the Python community:Batuhan Osman TaskayElaine WongTwitter, LinkedIn, GitHub
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/HxJ0eRomZwI/python-software-foundation-fellow.html
It's that time of year! Let us welcome the new PSF Fellows for Q4! The following people continue to do amazing things for the Python community:Batuhan Osman TaskayElaine WongTwitter, LinkedIn, GitHub
Blogspot
Python Software Foundation Fellow Members for Q4 2020
It's that time of year! Let us welcome the new PSF Fellows for Q4! The following people continue to do amazing things for the Python commu...
PyCharm: PyCharm and WSL
Link: http://feedproxy.google.com/~r/Pycharm/~3/jnHnUjtIrMQ/
Over the past few months, I’ve been monitoring a ticket closely. Over the course of two years, the ticket has accrued over 130 votes. It’s the one about WSL support in PyCharm, and by extension, the
Link: http://feedproxy.google.com/~r/Pycharm/~3/jnHnUjtIrMQ/
Over the past few months, I’ve been monitoring a ticket closely. Over the course of two years, the ticket has accrued over 130 votes. It’s the one about WSL support in PyCharm, and by extension, the
JetBrains Blog
PyCharm and WSL | The PyCharm Blog
Over the past few months, I've been monitoring a ticket closely. Over the course of two years, the ticket has accrued over 130 votes. It's the one about WSL support in PyCharm, and by extension, the r
Peter Bengtsson: How MDN's site-search works
Link: https://www.peterbe.com/plog/how-mdns-site-search-works
tl;dr; Periodically, the whole of MDN is built, by our Node code, in a GitHub Action. A Python script bulk-publishes this to Elasticsearch. Our Django server queries the same Elasticsearch via /api/v1
Link: https://www.peterbe.com/plog/how-mdns-site-search-works
tl;dr; Periodically, the whole of MDN is built, by our Node code, in a GitHub Action. A Python script bulk-publishes this to Elasticsearch. Our Django server queries the same Elasticsearch via /api/v1
Peterbe
How MDN's site-search works
Stuff in Peter's head
Cusy: New: Pattern Matching in Python 3.10
Link: https://cusy.io/en/blog/new-pattern-matching-in-python-3.10
Link: https://cusy.io/en/blog/new-pattern-matching-in-python-3.10
Fabio Zadrozny: PyDev 8.2.0 released (external linters, Flake8, path mappings, ...)
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/5exOJQCukVY/pydev-820-released-external-linters.html
PyDev 8.2.0 is now available for download.This release has many improvements for dealing with external linters.The main ones are the inclusion of support for the Flake8 linter as well as using a sing
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/5exOJQCukVY/pydev-820-released-external-linters.html
PyDev 8.2.0 is now available for download.This release has many improvements for dealing with external linters.The main ones are the inclusion of support for the Flake8 linter as well as using a sing
Blogspot
PyDev 8.2.0 released (external linters, Flake8, path mappings, ...)
PyDev 8.2.0 is now available for download. This release has many improvements for dealing with external linters. The main ones are the incl...
Andre Roberge: Friendly-traceback: testing with Real Python
Link: https://aroberge.blogspot.com/2021/02/friendly-traceback-testing-with-real.html
Real Python is an excellent learning resource for beginning and intermediate Python programmers that want to learn more about various Python related topics. Most of the resources of RealPython are beh
Link: https://aroberge.blogspot.com/2021/02/friendly-traceback-testing-with-real.html
Real Python is an excellent learning resource for beginning and intermediate Python programmers that want to learn more about various Python related topics. Most of the resources of RealPython are beh
Blogspot
Friendly-traceback: testing with Real Python
Real Python is an excellent learning resource for beginning and intermediate Python programmers that want to learn more about various Pytho...
Corey Gallon: 3 Simple Steps to Build a Python Package for Conda Forge
Link: https://gallon.me/3-simple-steps-to-build-a-python-package-for-conda-forge/?utm_source=rss&utm_medium=rss&utm_campaign=3-simple-steps-to-build-a-python-package-for-conda-forge
In just 3 easy steps, we’ll package the spotipy Python library for Conda Forge!
Hey data hackers! We’re all raving fans of Conda Forge — the community-led repository of recipes, build infrastructure
Link: https://gallon.me/3-simple-steps-to-build-a-python-package-for-conda-forge/?utm_source=rss&utm_medium=rss&utm_campaign=3-simple-steps-to-build-a-python-package-for-conda-forge
In just 3 easy steps, we’ll package the spotipy Python library for Conda Forge!
Hey data hackers! We’re all raving fans of Conda Forge — the community-led repository of recipes, build infrastructure