STX Next: 13 Best Django and Django REST Tutorials in 2022
Link: https://www.stxnext.com/blog/best-django-tutorials/
Thinking of learning Django? You’re already familiar with Python, but want to go further and try something new? Or maybe you already know Django and just wish to boost your qualifications even mo
Link: https://www.stxnext.com/blog/best-django-tutorials/
Thinking of learning Django? You’re already familiar with Python, but want to go further and try something new? Or maybe you already know Django and just wish to boost your qualifications even mo
Stxnext
Best Django REST and Django Tutorial in 2022
Are you interested in learning the Django framework? Read our list of 13 most useful resources on Django and Django REST to find the best one for you.
Daniel Roy Greenfeld: Live Discussion with Sebastián Ramírez (Tiangolo)
Link: https://daniel.feldroy.com/posts/2022-04-26-live-discussion-with-tiangolo
On April 26th at 10 AM PDT / 5 PM GMT I'm having (or have already had) a live discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
Link: https://daniel.feldroy.com/posts/2022-04-26-live-discussion-with-tiangolo
On April 26th at 10 AM PDT / 5 PM GMT I'm having (or have already had) a live discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
Daniel Roy Greenfeld
Live Discussion with Sebastián Ramírez (Tiangolo)
I have a friendly live discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
PyCoder’s Weekly: Issue #522 (April 26, 2022)
Link: https://pycoders.com/issues/522
#522 – APRIL 26, 2022 View in Browser » Type Hints in Code Supporting Multiple Python Versions The typing module continues to evolve, with new features in every Python version. This can make it
Link: https://pycoders.com/issues/522
#522 – APRIL 26, 2022 View in Browser » Type Hints in Code Supporting Multiple Python Versions The typing module continues to evolve, with new features in every Python version. This can make it
Pycoders
PyCoder’s Weekly | Issue #522
Issue #522 of the PyCoder’s Weekly newsletter, published April 26, 2022.
Abhijeet Pal: Django 4.1 adds async-compatible interface to QuerySet
Link: http://djangocentral.com/django-adds-async-compatible-interface-to-queryset/
The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django.Pull Request - https://github.com/django/django/pull/14843 The Django core te
Link: http://djangocentral.com/django-adds-async-compatible-interface-to-queryset/
The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django.Pull Request - https://github.com/django/django/pull/14843 The Django core te
Djangocentral
Django 4.1 adds async-compatible interface to QuerySet
The much-awaited pull request for an async-compatible interface to Queryset just got merged into the main branch of Django. The Django core team h
Real Python: Why Is It Important to Close Files in Python?
Link: https://realpython.com/why-close-file-python/
At some point in your Python coding journey, you learn that you should use a context manager to open files. Python context managers make it easy to close your files once you’re done with them:
with op
Link: https://realpython.com/why-close-file-python/
At some point in your Python coding journey, you learn that you should use a context manager to open files. Python context managers make it easy to close your files once you’re done with them:
with op
Realpython
Why Is It Important to Close Files in Python? – Real Python
Model citizens use context managers to open and close file resources in Python, but have you ever wondered why it's important to close files? In this tutorial, you'll take a deep dive into the reasons why it's important to close files and what can happen…
"Morphex's Blogologue": Some more work on an Ethereum (classic) accounting tool
Link: http://blogologue.com/blog_entry?id=1651067852X21
So, I've hacked some more on the tool I'm building for accounting purposes.I guess since the last time I've posted on it, there are mainly two things I've been working on, one is valuation of crypto c
Link: http://blogologue.com/blog_entry?id=1651067852X21
So, I've hacked some more on the tool I'm building for accounting purposes.I guess since the last time I've posted on it, there are mainly two things I've been working on, one is valuation of crypto c
Mike Driscoll: Python 101 - The REPL (Video)
Link: https://www.blog.pythonlibrary.org/2022/04/27/python-101-the-repl-video/
In this tutorial, you will learn what a REPL is and why it is useful. I also show you a couple of alternative REPL environments in this tutorial, such as IDLE and IPython.
Related Articles
An Intro
Link: https://www.blog.pythonlibrary.org/2022/04/27/python-101-the-repl-video/
In this tutorial, you will learn what a REPL is and why it is useful. I also show you a couple of alternative REPL environments in this tutorial, such as IDLE and IPython.
Related Articles
An Intro
Mouse Vs Python
Python 101 - The REPL (Video) - Mouse Vs Python
In this tutorial, you will learn what a REPL is and why it is useful. I also show you a couple of alternative REPL environments in this tutorial, such as
Anarcat: building Debian packages under qemu with sbuild
Link: https://anarc.at/blog/2022-04-27-sbuild-qemu/
I've been using sbuild for a while to build my Debian packages,
mainly because it's what is used by the Debian autobuilders, but
also because it's pretty powerful and efficient. Configuring it just
ri
Link: https://anarc.at/blog/2022-04-27-sbuild-qemu/
I've been using sbuild for a while to build my Debian packages,
mainly because it's what is used by the Debian autobuilders, but
also because it's pretty powerful and efficient. Configuring it just
ri
Anarcat: Using LSP in Emacs and Debian
Link: https://anarc.at/blog/2022-04-27-lsp-in-debian/
The Language Server Protocol (LSP) is a neat mechanism that
provides a common interface to what used to be language-specific
lookup mechanisms (like, say, running a Python interpreter in the
backgroun
Link: https://anarc.at/blog/2022-04-27-lsp-in-debian/
The Language Server Protocol (LSP) is a neat mechanism that
provides a common interface to what used to be language-specific
lookup mechanisms (like, say, running a Python interpreter in the
backgroun
Python⇒Speed: When Python can't thread: a deep-dive into the GIL's impact
Link: https://pythonspeed.com/articles/python-gil/
Most computers these days come with multiple cores, allowing multiple threads to run computations in parallel.
And even without multiple cores, you can have concurrency, for example one thread waiting
Link: https://pythonspeed.com/articles/python-gil/
Most computers these days come with multiple cores, allowing multiple threads to run computations in parallel.
And even without multiple cores, you can have concurrency, for example one thread waiting
Python⇒Speed
When Python can’t thread: a deep-dive into the GIL’s impact
Python’s Global Interpreter Lock (GIL) stops threads from running in parallel or concurrently. Learn how to determine impact of the GIL on your code.
Python Bytes: #281 ohmyzsh + ohmyposh + mcfly + pls + nerdfonts = wow
Link: https://pythonbytes.fm/episodes/show/281/ohmyzsh-ohmyposh-mcfly-pls-nerdfonts-wow
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=Wkqyecv49Ic' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/281/ohmyzsh-ohmyposh-mcfly-pls-nerdfonts-wow
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=Wkqyecv49Ic' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
ohmyzsh + ohmyposh + mcfly + pls + nerdfonts = wow
News and announcements from the Python community for the week of Apr 28th, 2022
Talk Python to Me: #363: Python for .NET and C# developers
Link: https://talkpython.fm/episodes/show/363/python-for-.net-and-c-developers
Are you coming to Python from another language and ecosystem? It can seem a bit daunting at first. But Python is very welcoming and has a massive array of tools and libraries. In this episode, I speak
Link: https://talkpython.fm/episodes/show/363/python-for-.net-and-c-developers
Are you coming to Python from another language and ecosystem? It can seem a bit daunting at first. But Python is very welcoming and has a massive array of tools and libraries. In this episode, I speak
talkpython.fm
Python for .NET and C# developers
Are you coming to Python from another language and ecosystem? It can seem a bit daunting at first. But Python is very welcoming and has a massive array of tools and libraries. In this episode, I speak to my friend Cecil Philip who does both Python and .NET…
Glyph Lefkowitz: You Should Compile Your Python And Here’s Why
Link: https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
In this post I’d like to convince you that you should be running
Mypyc over your code1 —
especially if your code is a library you upload to PyPI — for both your own
benefit and that of the Python ecos
Link: https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
In this post I’d like to convince you that you should be running
Mypyc over your code1 —
especially if your code is a library you upload to PyPI — for both your own
benefit and that of the Python ecos
Twistedmatrix
You Should Compile Your Python And Here’s Why
write Python that’s faster than C by optimizing your code, adding standard type annotations, and using Mypyc.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-april-2022/?utm_source=python-rss-feed
29th issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Link: https://zerotomastery.io/blog/python-monthly-newsletter-april-2022/?utm_source=python-rss-feed
29th issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Zero To Mastery
[April 2022] Python Monthly Newsletter 💻🐍 | Zero To Mastery
29th issue of the Python Monthly Newsletter! Read by 20,000+ Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
Real Python: Real Python at PyCon US 2022
Link: https://realpython.com/real-python-pycon-us-2022/
PyCon US is back as an in-person conference. PyCon US 2022 is happening in Salt Lake City April 29 to May 1, and Real Python is there as well. Come join us at our booth and at the open space on Saturd
Link: https://realpython.com/real-python-pycon-us-2022/
PyCon US is back as an in-person conference. PyCon US 2022 is happening in Salt Lake City April 29 to May 1, and Real Python is there as well. Come join us at our booth and at the open space on Saturd
Realpython
Real Python at PyCon US 2022 – Real Python
PyCon US is finally happening in person again. If you're in Salt Lake City, then come meet us at our Real Python booth and join our open space!
STX Next: Python vs. C++: A Comparison of Key Features and Differences
Link: https://www.stxnext.com/blog/python-vs-c-plus-plus-comparison/
C++ and Python, two of the most popular and commonly used programming languages, aren’t only versatile and object-oriented, but they can be used to create a wide array of various programs and fun
Link: https://www.stxnext.com/blog/python-vs-c-plus-plus-comparison/
C++ and Python, two of the most popular and commonly used programming languages, aren’t only versatile and object-oriented, but they can be used to create a wide array of various programs and fun
Stxnext
Python vs. C++: Which Language Wins For Your Project?
Struggling to pick Python vs. C++ for your next project? This comparison breaks down core differences to help you make the right choice.
William Minchin: Static Comments Plugin 2.1.1 for Pelican Released
Link: https://blog.minchin.ca/2022/04/static-comments-211-released.html
Static Comments is a plugin for Pelican,
a static site generator written in Python. It is meant as a drop in replacement
for the Pelican Comment System.
Static Comments allows you to have a comment se
Link: https://blog.minchin.ca/2022/04/static-comments-211-released.html
Static Comments is a plugin for Pelican,
a static site generator written in Python. It is meant as a drop in replacement
for the Pelican Comment System.
Static Comments allows you to have a comment se
blog.minchin.ca
Static Comments Plugin 2.1.1 for Pelican Released
Static Comments is a plugin for Pelican, a static site generator written in Python. It is meant as a drop in replacement for the Pelican Comment System.
Nikola: Nikola v8.2.2 is out!
Link: https://getnikola.com/blog/nikola-v822-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.2.2. This is a bugfix release, whose only
change is support for the latest version of Pygments.
What is
Link: https://getnikola.com/blog/nikola-v822-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.2.2. This is a bugfix release, whose only
change is support for the latest version of Pygments.
What is
Nikola
Nikola v8.2.2 is out!
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.2.2. This is a bugfix release, whose only
change is support for the latest version of Pygments.
What is
availability of Nikola v8.2.2. This is a bugfix release, whose only
change is support for the latest version of Pygments.
What is
Matt Layman: User Requests - Building SaaS with Python and Django #134
Link: https://www.mattlayman.com/blog/2022/user-requests-building-saas-with-python-and-django-134/
In this episode, we took a break between big projects and worked on some smaller usability features requested by users of the app.
Link: https://www.mattlayman.com/blog/2022/user-requests-building-saas-with-python-and-django-134/
In this episode, we took a break between big projects and worked on some smaller usability features requested by users of the app.
Matt Layman
User Requests - Building SaaS with Python and Django #134
In this episode, we took a break between big projects and worked on some smaller usability features requested by users of the app.
Python GUIs: Packaging PySide6 applications into a macOS app with PyInstaller (updated for 2022)
Link: https://www.pythonguis.com/tutorials/packaging-pyside6-applications-pyinstaller-macos-dmg/
There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someon
Link: https://www.pythonguis.com/tutorials/packaging-pyside6-applications-pyinstaller-macos-dmg/
There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someon
Python GUIs
Packaging PySide6 applications into a macOS app with PyInstaller
In this tutorial, we'll go through a series of steps to use PyInstaller to build simple and complex PySide6 applications into distributable macOS app bundles. There is not much fun in creating your own desktop applications if you can't share them with other…