Create Your Custom Python Package That You Can PIP Install From Your Git Repository
Share your self-built Python package using your git repo.Continue reading on Towards Data Science ...
https://towardsdatascience.com/create-your-custom-python-package-that-you-can-pip-install-from-your-git-repository-f90465867893?source=rss----7f60cf5620c9--python
Share your self-built Python package using your git repo.Continue reading on Towards Data Science ...
https://towardsdatascience.com/create-your-custom-python-package-that-you-can-pip-install-from-your-git-repository-f90465867893?source=rss----7f60cf5620c9--python
Medium
Create Your Custom Python Package That You Can PIP Install From Your Git Repository
Share your self-built Python package using your git repo.
Show HN: Open-source real-time transcription playground (React, Python, GCP)
https://github.com/saharmor/realtime-transcription-playground
https://github.com/saharmor/realtime-transcription-playground
GitHub
GitHub - saharmor/realtime-transcription-playground: A real-time transcription project using React and socketio
A real-time transcription project using React and socketio - GitHub - saharmor/realtime-transcription-playground: A real-time transcription project using React and socketio
Learn by reading code: Python standard library design decisions explained
https://death.andgravity.com/stdlib
https://death.andgravity.com/stdlib
death and gravity
Learn by reading code: Python standard library design decisions explained
On your Python learning journey, you may have heard that a great way to get better is to read code written by other people. That's true, but finding good code to study is not easy, mostly because the design philosophy and the reasoning behind the code are…
Reverse Engineering the M6 Smart Fitness Bracelet
A post on hacking the $6 M6 fitness tracker.
https://rbaron.net/blog/2021/07/06/Reverse-engineering-the-M6-smart-fitness-band.html
A post on hacking the $6 M6 fitness tracker.
https://rbaron.net/blog/2021/07/06/Reverse-engineering-the-M6-smart-fitness-band.html
rbaron.net
Reverse Engineering the M6 Smart Fitness Bracelet
A blog post on hacking the $6 M6 fitness tracker.
Automate Email Sending with Python
The Definitive Snippets CollectionContinue reading on Towards Data Science ...
https://towardsdatascience.com/automate-email-sending-with-python-74128c7ca89a?source=rss----7f60cf5620c9--python
The Definitive Snippets CollectionContinue reading on Towards Data Science ...
https://towardsdatascience.com/automate-email-sending-with-python-74128c7ca89a?source=rss----7f60cf5620c9--python
One Database Transaction Too Many
A story about how I ended up sending hundreds of users messages saying they got paid when they didn't! In the process we've learned a valuable lesson about nested transactions and Django signals.
https://hakibenita.com/django-nested-transaction
A story about how I ended up sending hundreds of users messages saying they got paid when they didn't! In the process we've learned a valuable lesson about nested transactions and Django signals.
https://hakibenita.com/django-nested-transaction
Hakibenita
One Database Transaction Too Many
How I told hundreds of users they got paid when they didn't!
Time Series Analysis From Scratch — Seeing The Big Picture
Part 1 of the Time Series from Scratch Series — Answering the big questions ...
https://towardsdatascience.com/time-series-analysis-from-scratch-seeing-the-big-picture-2d0f9d837329?source=rss----7f60cf5620c9--python
Part 1 of the Time Series from Scratch Series — Answering the big questions ...
https://towardsdatascience.com/time-series-analysis-from-scratch-seeing-the-big-picture-2d0f9d837329?source=rss----7f60cf5620c9--python
Show HN: A simple lazy Python Calculation Engine (with spreadsheet demo)
https://github.com/bsdz/calcengine
https://github.com/bsdz/calcengine
GitHub
GitHub - bsdz/calcengine: Simple Python Calculation Engine
Simple Python Calculation Engine. Contribute to bsdz/calcengine development by creating an account on GitHub.
TFace
A trusty face recognition research platform. It provides a high-performance distributed training framework and releases our efficient methods implementation.
https://github.com/Tencent/TFace
A trusty face recognition research platform. It provides a high-performance distributed training framework and releases our efficient methods implementation.
https://github.com/Tencent/TFace
GitHub
GitHub - Tencent/TFace: A trusty face analysis research platform developed by Tencent Youtu Lab
A trusty face analysis research platform developed by Tencent Youtu Lab - Tencent/TFace
Tuplex
Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code.
https://github.com/tuplex/tuplex
Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code.
https://github.com/tuplex/tuplex
GitHub
GitHub - tuplex/tuplex: Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at…
Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rath...
Quantum Physics with Python: A package for solving and visualizing the Schrödinger Equation
https://www.reddit.com/r/madeinpython/comments/ofjpzw/quantum_physics_with_python_a_package_for_solving/
https://www.reddit.com/r/madeinpython/comments/ofjpzw/quantum_physics_with_python_a_package_for_solving/
reddit
r/madeinpython - Quantum Physics with Python: A package for solving and visualizing the Schrödinger Equation
73 votes and 1 comment so far on Reddit
Spotiscience: A Tool for Data Scientists and Music Lovers
Spotiscience seeks to make it easy to download and predict data on Spotify’s musicPhoto by Matheus ...
https://towardsdatascience.com/spotiscience-a-tool-for-data-scientists-and-music-lovers-a3e32bd82ed1?source=rss----7f60cf5620c9--python
Spotiscience seeks to make it easy to download and predict data on Spotify’s musicPhoto by Matheus ...
https://towardsdatascience.com/spotiscience-a-tool-for-data-scientists-and-music-lovers-a3e32bd82ed1?source=rss----7f60cf5620c9--python
Medium
Spotiscience: A Tool for Data Scientists and Music Lovers
Spotiscience seeks to make it easy to download and predict data on Spotify’s music
Python and Apache Cassandra™ for Beginners
Learn how to connect Python to Cassandra and insert data with the Datastax ODBC driver, and use the ...
https://towardsdatascience.com/python-and-apache-cassandra-for-beginners-d9682f2f43c1?source=rss----7f60cf5620c9--python
Learn how to connect Python to Cassandra and insert data with the Datastax ODBC driver, and use the ...
https://towardsdatascience.com/python-and-apache-cassandra-for-beginners-d9682f2f43c1?source=rss----7f60cf5620c9--python
Medium
Python and Apache Cassandra™ for Beginners
Learn how to connect Python to Cassandra and insert data with the Datastax ODBC driver, and use the Astra web console to query data.
Python Best Practices for a New Project in 2021
https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/
https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/
mitelman.engineering
Python Best Practices for a New Project in 2021
Intro The goal of this tutorial is to describe Python development ecosystem. It can be helpful for someone coming to Python from another programming language.
They say that you should stick to algorithms and data structures, that you can learn a new language…
They say that you should stick to algorithms and data structures, that you can learn a new language…
DeepLab2
DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks.
https://github.com/google-research/deeplab2
DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks.
https://github.com/google-research/deeplab2
GitHub
GitHub - google-research/deeplab2: DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of…
DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks. - google-research/deeplab2
Python Backend Web Development Course (with Django)
This video is a full backend web development course with python. In the course, you will learn everything you need to know to start your web development journey with Python and Django.
https://www.youtube.com/watch?v=jBzwzrDvZ18
This video is a full backend web development course with python. In the course, you will learn everything you need to know to start your web development journey with Python and Django.
https://www.youtube.com/watch?v=jBzwzrDvZ18
YouTube
Python Backend Web Development Course (with Django)
This video is a full backend web development course with python. In the course, you will learn everything you need to know to start your web development journey with Python and Django.
✏️ Course developed by CodeWithTomi. Check out his channel: https://…
✏️ Course developed by CodeWithTomi. Check out his channel: https://…
Introduction to Django Rest Framework
In this tutorial series you are going to learn the basics about DRF: how to start a project, handle authentication, work with ViewSets and serializers.
https://www.youtube.com/playlist?list=PLLxk3TkuAYnrO32ABtQyw2hLRWt1BUrhj
In this tutorial series you are going to learn the basics about DRF: how to start a project, handle authentication, work with ViewSets and serializers.
https://www.youtube.com/playlist?list=PLLxk3TkuAYnrO32ABtQyw2hLRWt1BUrhj
YouTube
Introduction to Django Rest Framework
A tutorial series about Django Rest Framework. Python 3.9 Django 3.2 DRF 3.14 In this tutorial series you are going to learn the basics about DRF: how to sta...
QMsolve
A module for solving and visualizing the Schrödinger equation.
https://github.com/quantum-visualizations/qmsolve
A module for solving and visualizing the Schrödinger equation.
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
Loan Analysis using Python
In this article, we will get an idea about how real business problems are solved using Exploratory ...
https://towardsdatascience.com/loan-analysis-using-python-c121bbbef115?source=rss----7f60cf5620c9--python
In this article, we will get an idea about how real business problems are solved using Exploratory ...
https://towardsdatascience.com/loan-analysis-using-python-c121bbbef115?source=rss----7f60cf5620c9--python
Medium
Loan Analysis using Python
In this article, we will get an idea about how real business problems are solved using Exploratory Data Analysis(EDA). In this case study…