Use pandas DateOffsets for easy date manipulation
An easy way to manipulate dates is pandas DateOffsets. They handle a number of complicated scenarios, including holidays.
https://www.wrighters.io/use-pandas-dateoffsets-for-easy-date-manipulation/
An easy way to manipulate dates is pandas DateOffsets. They handle a number of complicated scenarios, including holidays.
https://www.wrighters.io/use-pandas-dateoffsets-for-easy-date-manipulation/
wrighters.io
Use pandas DateOffsets for easy date manipulation - wrighters.io
An easy way to manipulate dates is pandas DateOffsets. They handle a number of complicated scenarios, including holidays.
I wrote a Python script which can generate any city from the real world in Minecraft
https://www.reddit.com/r/Python/comments/xtmxsp/i_wrote_a_python_script_which_can_generate_any/
https://www.reddit.com/r/Python/comments/xtmxsp/i_wrote_a_python_script_which_can_generate_any/
Reddit
From the Python community on Reddit: I wrote a Python script which can generate any city from the real world in Minecraft
Explore this post and more from the Python community
Algorithms in Python – Full Course for Beginners
In this Introduction to Algorithms in Python course, you'll learn about algorithm basics like recursion and then go all the way to working with concepts like dynamic programming. The 5 main course segments include simple recursive algorithms, data structures, divide & conquer, greedy algorithms, and dynamic programming.
https://www.youtube.com/watch?v=fW_OS3LGB9Q
In this Introduction to Algorithms in Python course, you'll learn about algorithm basics like recursion and then go all the way to working with concepts like dynamic programming. The 5 main course segments include simple recursive algorithms, data structures, divide & conquer, greedy algorithms, and dynamic programming.
https://www.youtube.com/watch?v=fW_OS3LGB9Q
YouTube
Algorithms in Python – Full Course for Beginners
In this Introduction to Algorithms in Python course, you'll learn about algorithm basics like recursion and then go all the way to working with concepts like dynamic programming.
The 5 main course segments include simple recursive algorithms, data structures…
The 5 main course segments include simple recursive algorithms, data structures…
datasets-server
Integrate into your apps over 10,000 datasets via simple HTTP requests, with pre-processed responses and scalability built-in.
https://github.com/huggingface/datasets-server
Integrate into your apps over 10,000 datasets via simple HTTP requests, with pre-processed responses and scalability built-in.
https://github.com/huggingface/datasets-server
GitHub
GitHub - huggingface/dataset-viewer: Lightweight web API for visualizing and exploring any dataset - computer vision, speech, text…
Lightweight web API for visualizing and exploring any dataset - computer vision, speech, text, and tabular - stored on the Hugging Face Hub - huggingface/dataset-viewer
My 1 year journey from complete Noob to Data Analyst in big corp(can help you as a roadmap)
https://www.reddit.com/r/learnpython/comments/xse2px/my_1_year_journey_from_complete_noob_to_data/
https://www.reddit.com/r/learnpython/comments/xse2px/my_1_year_journey_from_complete_noob_to_data/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
Building a Realtime Chat App with Django Channels and WebSockets
Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.
https://www.honeybadger.io/blog/django-channels-websockets-chat/
Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.
https://www.honeybadger.io/blog/django-channels-websockets-chat/
Honeybadger Developer Blog
Building a Realtime Chat App with Django Channels and WebSockets
Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.
Whisper
Whisper is a general-purpose speech recognition model by OpenAI. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.
https://github.com/openai/whisper
Whisper is a general-purpose speech recognition model by OpenAI. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.
https://github.com/openai/whisper
GitHub
GitHub - openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision
Robust Speech Recognition via Large-Scale Weak Supervision - openai/whisper
I Made a Remote Lie Detector to Test Zuckerberg's Pulse
Identify deception in anyone on camera, then measure their heart rate. The code is available
https://www.youtube.com/watch?v=5q-BQ2Q_pqI
Identify deception in anyone on camera, then measure their heart rate. The code is available
https://www.youtube.com/watch?v=5q-BQ2Q_pqI
YouTube
I Made a Remote Lie Detector to Test Zuckerberg's Pulse
Identify deception in anyone on camera, then measure their heart rate.
My latest project, Truthsayer, reveals signs of possible deception in live or recorded video by analyzing faces to identify changes in heart rate and other relevant physical cues.
I…
My latest project, Truthsayer, reveals signs of possible deception in live or recorded video by analyzing faces to identify changes in heart rate and other relevant physical cues.
I…
A Hands-on Tutorial for Bayesian Neural Networks
In this tutorial, you will implement various Bayesian neural network methods based on variational inference. We will go through regression tasks to see the applications of uncertainty estimation in practice, including a case study on Bayesian optimisation.
https://colab.research.google.com/drive/1jvJE-P0zye95ICSS5bG2qL35lpr63zxm?usp=sharing
In this tutorial, you will implement various Bayesian neural network methods based on variational inference. We will go through regression tasks to see the applications of uncertainty estimation in practice, including a case study on Bayesian optimisation.
https://colab.research.google.com/drive/1jvJE-P0zye95ICSS5bG2qL35lpr63zxm?usp=sharing
Google
ProbAI 2022 BNN Tutorial - regression.ipynb
Colaboratory notebook
Build a Reactive Data Streaming App with Python and Apache Kafka
How do you get live notifications from a service that doesn’t support live notifications? Can you watch an online store for price drops? Or track comments on someone else’s YouTube video? Or at work, can you react to changes in another department’s system, when that system doesn’t have a notification API? How do you turn the question-and-answer model of the web into a live-streaming system?
https://www.youtube.com/watch?v=jItIQ-UvFI4
How do you get live notifications from a service that doesn’t support live notifications? Can you watch an online store for price drops? Or track comments on someone else’s YouTube video? Or at work, can you react to changes in another department’s system, when that system doesn’t have a notification API? How do you turn the question-and-answer model of the web into a live-streaming system?
https://www.youtube.com/watch?v=jItIQ-UvFI4
YouTube
Build a Reactive Data Streaming App with Python and Apache Kafka | Coding In Motion
https://cnfl.io/coding-in-motion-episode-2 | How do you get live notifications from a service that doesn’t support live notifications? Can you watch an online store for price drops? Or track comments on someone else’s YouTube video? Or at work, can you react…
Writing REST With Django and Ninja
Django Ninja is a FastAPI inspired library for turning your Django views into REST API end-points. Learn how to get started with Django Ninja, how the interface interacts with Django's URL and ORM mechanisms, and how to apply authentication controls to your REST API.
https://www.youtube.com/watch?v=Gry6rlZYpzw
Django Ninja is a FastAPI inspired library for turning your Django views into REST API end-points. Learn how to get started with Django Ninja, how the interface interacts with Django's URL and ORM mechanisms, and how to apply authentication controls to your REST API.
https://www.youtube.com/watch?v=Gry6rlZYpzw
YouTube
Writing REST With Django and Ninja
Django Ninja is a FastAPI inspired library for turning your Django views into REST API end-points. This webinar will show you how to get started with Django Ninja, how the interface interacts with Django's URL and ORM mechanisms, and how to apply authentication…
A Deep Dive Into Pathlib And The Magic Behind It
If you’re not yet using pathlib for dealing with files and directories, you’re missing out. This video takes a close look at the pathlib library in Python and explains some of the magic that goes into it, as well as how you can use it in your own code.
https://www.youtube.com/watch?v=UcKkmwaRbsQ
If you’re not yet using pathlib for dealing with files and directories, you’re missing out. This video takes a close look at the pathlib library in Python and explains some of the magic that goes into it, as well as how you can use it in your own code.
https://www.youtube.com/watch?v=UcKkmwaRbsQ
YouTube
A Deep Dive Into Pathlib And The Magic Behind It
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
If you’re not yet using pathlib for dealing with files and directories, you’re missing out. This video takes a close look at the pathlib library in Python and explains some…
If you’re not yet using pathlib for dealing with files and directories, you’re missing out. This video takes a close look at the pathlib library in Python and explains some…
I've built an app to show how to build a complete web app
https://www.reddit.com/r/Python/comments/xs184r/ive_built_an_app_to_show_how_to_build_a_complete/
https://www.reddit.com/r/Python/comments/xs184r/ive_built_an_app_to_show_how_to_build_a_complete/
Reddit
r/Python on Reddit: I've built an app to show how to build a complete web app
Posted by u/stetio - 708 votes and 35 comments
Learn Python by Thinking in Types
Learn Python by thinking in types. The beginner's course focuses on basic programming concepts rather than just teaching the language syntax. It's always helpful to learn from many different perspectives and this course may be just what you need to understand Python.
https://www.youtube.com/watch?v=jH85McHenvw
Learn Python by thinking in types. The beginner's course focuses on basic programming concepts rather than just teaching the language syntax. It's always helpful to learn from many different perspectives and this course may be just what you need to understand Python.
https://www.youtube.com/watch?v=jH85McHenvw
YouTube
Learn Python by Thinking in Types - Full Course
Learn Python by thinking in types. The beginner's course focuses on basic programming concepts rather than just teaching the language syntax. It's always helpful to learn from many different perspectives and this course may be just what you need to understand…
Making Music From Images With Python
The memes are alive with the sound of music.
https://betterprogramming.pub/making-music-from-images-with-python-81db627fd549
The memes are alive with the sound of music.
https://betterprogramming.pub/making-music-from-images-with-python-81db627fd549
Medium
Making Music From Images With Python
The memes are alive with the sound of music
AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
https://github.com/facebookincubator/AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
https://github.com/facebookincubator/AITemplate
GitHub
GitHub - facebookincubator/AITemplate: AITemplate is a Python framework which renders neural network into high performance CUDA/HIP…
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference. - facebookinc...
sczhou / CodeFormer
NeurIPS 2022 Towards Robust Blind Face Restoration with Codebook Lookup Transformer
https://github.com/sczhou/CodeFormer
NeurIPS 2022 Towards Robust Blind Face Restoration with Codebook Lookup Transformer
https://github.com/sczhou/CodeFormer
GitHub
GitHub - sczhou/CodeFormer: [NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer - sczhou/CodeFormer
Automate Graphic Design using Python
Use Python Pillow to automate the creation of hundred warehouse labels for the signage of picking ...
https://towardsdatascience.com/automate-graphic-design-using-python-e161bce62cfe
Use Python Pillow to automate the creation of hundred warehouse labels for the signage of picking ...
https://towardsdatascience.com/automate-graphic-design-using-python-e161bce62cfe
Medium
Automate Graphic Design using Python
Use Python PIL to automate the creation of hundred operational labels for the signage of picking locations in a Warehouse.