A deep learning-based autonomous vehicle environment perception, including line detection, sign…
https://medium.com/@abbasomidi77/a-deep-learning-based-autonomous-vehicle-environment-perception-including-line-detection-sign-9cc34ff0ad38
https://medium.com/@abbasomidi77/a-deep-learning-based-autonomous-vehicle-environment-perception-including-line-detection-sign-9cc34ff0ad38
Medium
A deep learning-based autonomous vehicle environment perception, including line detection, sign detection, object detection, and…
A detailed explanation of a self-driving car perception system and all of its features, such as identifying cars and pedestrians…
Python’s collections: A Buffet of Specialized Data Types
https://realpython.com/python-collections-module/
https://realpython.com/python-collections-module/
Realpython
Python's collections: A Buffet of Specialized Data Types – Real Python
In this tutorial, you'll learn all about the series of specialized container data types in the collections module from the Python standard library.
Moving SciPy to the Meson Build System
https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson/
https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson/
Quansight Labs
Moving SciPy to the Meson build system
Let's start with an announcement: SciPy now builds with
Meson on Linux, and the full test suite passes!
This is a pretty exciting milestone, and good news for SciPy maintainers and
contributors - they
Meson on Linux, and the full test suite passes!
This is a pretty exciting milestone, and good news for SciPy maintainers and
contributors - they
An Immersive Virtual Office For Your Team
https://gather.town/offices?utm_source=pycoders_weekly&utm_medium=newsletter&utm_campaign=newsletter_post&utm_content=office_while_remote
https://gather.town/offices?utm_source=pycoders_weekly&utm_medium=newsletter&utm_campaign=newsletter_post&utm_content=office_while_remote
www.gather.town
Gather for Remote Work
Whether you're a team of 20 or 2000, Gather makes it easy to create an engaging space where you can collaborate and connect with your team.
Python Software Foundation Fellow Members for Q2 2021
https://pyfound.blogspot.com/2021/07/python-software-foundation-fellow.html
https://pyfound.blogspot.com/2021/07/python-software-foundation-fellow.html
Blogspot
Python Software Foundation Fellow Members for Q2 2021
The PSF is pleased to announced its second batch of PSF Fellows for 2021! Let us welcome the new PSF Fellows for Q2! The following people co...
Do Not Use Mutable Objects as Default Arguments in Python
https://old.reddit.com/r/Python/comments/opb7hm/do_not_use_mutable_objects_as_default_arguments/
https://old.reddit.com/r/Python/comments/opb7hm/do_not_use_mutable_objects_as_default_arguments/
reddit
Do not use mutable objects as default arguments in Python
Posted in r/Python by u/ChorGroup • 199 points and 1 comment
The Pandas DataFrame: Working With Data Efficiently
https://realpython.com/courses/pandas-dataframe-working-with-data/
https://realpython.com/courses/pandas-dataframe-working-with-data/
Realpython
The pandas DataFrame: Working With Data Efficiently – Real Python
In this course, you'll get started with pandas DataFrames, which are powerful and widely used two-dimensional data structures. You'll learn how to perform basic operations with data, handle missing values, work with time-series data, and visualize data from…
Beautiful Ideas in Programming: Generators and Continuations
https://www.hhyu.org/posts/generator_and_continuation/
https://www.hhyu.org/posts/generator_and_continuation/
Cortically Magnified
Beautiful ideas in programming: generators and continuations
Science, programming, books, and other interesting stuff
Why Tracing Might Replace (Almost) All Logging
https://go.lightstep.com/register-tracing-will-replace-logging-guide-py
https://go.lightstep.com/register-tracing-will-replace-logging-guide-py
Lightstep
Why tracing might replace (almost) all logging
This is a guide about why tracing will gradually replace most logging, at least where distributed or cloud-native architectures are concerned. And we’re going to explore this through the lens of a relational data model. It’s going to be fun!
qmsolve: A Module for Solving and Visualizing the Schrödinger Equation
https://github.com/quantum-visualizations/qmsolve
https://github.com/quantum-visualizations/qmsolve
GitHub
GitHub - quantum-visualizations/qmsolve: ⚛️ A module for solving and visualizing the Schrödinger equation.
⚛️ A module for solving and visualizing the Schrödinger equation. - quantum-visualizations/qmsolve
jupyter-text2code: A Proof-of-Concept Jupyter Extension Which Converts English Queries Into Python Code
https://github.com/deepklarity/jupyter-text2code
https://github.com/deepklarity/jupyter-text2code
GitHub
GitHub - deepklarity/jupyter-text2code: A proof-of-concept jupyter extension which converts english queries into relevant python…
A proof-of-concept jupyter extension which converts english queries into relevant python code - deepklarity/jupyter-text2code
dlib: A C++/Python Toolkit for Making Real World Machine Learning and Data Analysis Applications
https://github.com/davisking/dlib
https://github.com/davisking/dlib
GitHub
GitHub - davisking/dlib: A toolkit for making real world machine learning and data analysis applications in C++
A toolkit for making real world machine learning and data analysis applications in C++ - davisking/dlib
hook-slinger: A Generic Service to Send, Retry, and Manage Webhooks
https://github.com/rednafi/hook-slinger
https://github.com/rednafi/hook-slinger
GitHub
GitHub - rednafi/hook-slinger: A generic service to send, retry, and manage webhooks
A generic service to send, retry, and manage webhooks - rednafi/hook-slinger
3 Ways To Get Started With TensorRT 8 Using TensorFlow
https://dogaozgon.medium.com/3-ways-to-get-started-with-tensorrt-8-using-tensorflow-8e419132ee85
https://dogaozgon.medium.com/3-ways-to-get-started-with-tensorrt-8-using-tensorflow-8e419132ee85
Medium
3 Ways To Get Started With TensorRT 8 Using TensorFlow
Give yourself a head-start by seeing the big picture first.
Running and debugging Serverless Framework AWS Python Lambda functions locally in VSCode
https://lukerogerson.medium.com/running-and-debugging-serverless-framework-aws-python-lambda-functions-locally-in-vscode-3c7de5fb41a
https://lukerogerson.medium.com/running-and-debugging-serverless-framework-aws-python-lambda-functions-locally-in-vscode-3c7de5fb41a
Medium
Running and debugging Serverless Framework AWS Python Lambda functions locally in VSCode
How to debug and step-through Python Lambda functions managed by Serverless Framework in VSCode.