Object Detection Using OpenVINO
https://medium.com/@runeskovrup/object-detection-using-openvino-58b8fe6efbda
https://medium.com/@runeskovrup/object-detection-using-openvino-58b8fe6efbda
Medium
Object Detection Using OpenVINO
Introduction
The Django Template Language: Tags and Filters
https://realpython.com/django-templates-tags-filters/
https://realpython.com/django-templates-tags-filters/
Realpython
Django Templates: Built-In Tags and Filters – Real Python
Django templates use their own mini-language that's inspired by Python. This tutorial covers Django template tags and filters, explaining how to compile and use templates. It covers conditional blocks, looping, and inheritance in tags as well as filters for…
New Testing Features in Django 4.0
https://adamj.eu/tech/2021/09/28/new-testing-features-in-django-4.0/
https://adamj.eu/tech/2021/09/28/new-testing-features-in-django-4.0/
adamj.eu
New Testing Features in Django 4.0 - Adam Johnson
Django 4.0 had its first alpha release last week and the final release should be out in December. It contains an abundance of new features, which you can check out in the release notes. In this post we’ll look at the changes to testing in a bit more depth.
4 Things Tutorials Don’t Tell You About PyPI
https://blog.paoloamoroso.com/2021/09/4-things-tutorials-dont-tell-you-about.html
https://blog.paoloamoroso.com/2021/09/4-things-tutorials-dont-tell-you-about.html
Paoloamoroso
4 Things Tutorials Don't Tell You About PyPI
Paolo Amoroso’s blog on Google products and tech, using the cloud, astronomy and space, Python, self-publishing, blogging, content creation.
Django 4.0 Alpha 1 Released
https://www.djangoproject.com/weblog/2021/sep/21/django-40-alpha-1-released/
https://www.djangoproject.com/weblog/2021/sep/21/django-40-alpha-1-released/
Release Highlights for scikit-learn 1.0
https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
Stack Overflow: Python Just Surpassed Java as the 2nd Language With the Highest Number of Questions
https://old.reddit.com/r/Python/comments/pv4if3/python_just_surpassed_java_as_the_2nd_programming/
https://old.reddit.com/r/Python/comments/pv4if3/python_just_surpassed_java_as_the_2nd_programming/
reddit
Python just surpassed Java as the 2nd programming language with...
Posted in r/Python by u/katakoria • 1,385 points and 147 comments
Rock, Paper, Scissors With Python: A Command Line Game
https://realpython.com/courses/python-rock-paper-scissors-game/
https://realpython.com/courses/python-rock-paper-scissors-game/
Realpython
Rock, Paper, Scissors With Python: A Command Line Game – Real Python
In this course, you'll learn to program rock paper scissors in Python from scratch. You'll learn how to take in user input, make the computer choose a random action, determine a winner, and split your code into functions.
Reverse Strings in Python: reversed(), Slicing, and More
https://realpython.com/reverse-string-python/
https://realpython.com/reverse-string-python/
Realpython
Reverse Strings in Python: reversed(), Slicing, and More – Real Python
In this step-by-step tutorial, you'll learn how to reverse strings in Python by using available tools such as reversed() and slicing operations. You'll also learn about a few useful ways to build reversed strings by hand.
Why Does Black Insist on Reformatting My Entire Project?
https://lukasz.langa.pl/36380f86-6d28-4a55-962e-91c2c959db7a/
https://lukasz.langa.pl/36380f86-6d28-4a55-962e-91c2c959db7a/
lukasz.langa.pl
Why does `Black` insist on reformatting my entire project? - Łukasz Langa
Some thoughts about why Black recommends adopting it by reformatting your entire codebase in one go and refuses to do “region reformatting”. This started as a tweet but there’s a bit too much content for 280 characters.
Split, Merge and Rotate PDF Documents Using borb
https://stackabuse.com/split-merge-and-rotate-pdf-documents-in-python-with-borb/
https://stackabuse.com/split-merge-and-rotate-pdf-documents-in-python-with-borb/
Stack Abuse
Split, Merge and Rotate PDF Documents in Python with borb
In this guide, we'll use borb, a pure-Python PDF library to split, merge and rotate pages of PDF documents in Python, with practical examples!
Gaming in Python: PyGame vs Arcade vs PyGame Zero
https://new.pythonforengineers.com/blog/gaming-in-python-pygame-vs-arcade-vs-pygame-zero/
https://new.pythonforengineers.com/blog/gaming-in-python-pygame-vs-arcade-vs-pygame-zero/
Python for Engineers
Gaming in Python : PyGame vs Arcade vs PyGame Zero
I tried writing games in Python a few years ago, but gave up as the only library
at the time (Pygame) wasn't very good.
Recently, I came back to Python and found there are now multiple gaming
libraries. In this post, I look at PyGame, Arcade, PyGame Zero…
at the time (Pygame) wasn't very good.
Recently, I came back to Python and found there are now multiple gaming
libraries. In this post, I look at PyGame, Arcade, PyGame Zero…