I created a library called 'handcalcs': it renders your Python calculations in Latex as though you had written them by hand.
https://www.reddit.com/r/Python/comments/ijjppe/i_created_a_library_called_handcalcs_it_renders/
https://www.reddit.com/r/Python/comments/ijjppe/i_created_a_library_called_handcalcs_it_renders/
PaddlePaddle / PaddleDetection
Object detection and instance segmentation toolkit based on PaddlePaddle.
https://github.com/PaddlePaddle/PaddleDetection
Object detection and instance segmentation toolkit based on PaddlePaddle.
https://github.com/PaddlePaddle/PaddleDetection
GitHub
GitHub - PaddlePaddle/PaddleDetection: Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation…
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection. - PaddlePaddle/PaddleDet...
The Top 10 Programming Blogs in 2020
Blogs from people that I admire or with large communities
https://medium.com/better-programming/top-10-programming-blogs-in-2020-dda86feead1f
Blogs from people that I admire or with large communities
https://medium.com/better-programming/top-10-programming-blogs-in-2020-dda86feead1f
Is Apache Airflow good enough for current data engineering needs?
The pros and cons of Apache Airflow…
https://towardsdatascience.com/is-apache-airflow-good-enough-for-current-data-engineering-needs-c7019b96277d
The pros and cons of Apache Airflow…
https://towardsdatascience.com/is-apache-airflow-good-enough-for-current-data-engineering-needs-c7019b96277d
Are You Using Python Function-Tools?
An underused library with important features
https://medium.com/swlh/are-you-using-python-function-tools-b3c8c5a01848
An underused library with important features
https://medium.com/swlh/are-you-using-python-function-tools-b3c8c5a01848
What is Airflow and the best contexts to use it?
https://medium.com/softkraft/what-is-airflow-and-the-best-contexts-to-use-it-a15bda66485b
https://medium.com/softkraft/what-is-airflow-and-the-best-contexts-to-use-it-a15bda66485b
Exploratory Data Analysis with 1 line of Python code
Overview of Pandas-Profiling library
https://towardsdatascience.com/exploratory-data-analysis-with-1-line-of-python-code-5fe25387c84b
Overview of Pandas-Profiling library
https://towardsdatascience.com/exploratory-data-analysis-with-1-line-of-python-code-5fe25387c84b
5 Pairs of Magic Methods in Python You Should Know
Understand 5 key Python concepts related to these…
https://medium.com/better-programming/5-pairs-of-magic-methods-in-python-you-should-know-f98f0e5356d6
Understand 5 key Python concepts related to these…
https://medium.com/better-programming/5-pairs-of-magic-methods-in-python-you-should-know-f98f0e5356d6
Software Engineering Tips and Best Practices for Data Science
With great code comes great machine…
https://medium.com/@ahmedbesbes/software-engineering-tips-and-best-practices-for-data-science-5d85dbcf87fd
With great code comes great machine…
https://medium.com/@ahmedbesbes/software-engineering-tips-and-best-practices-for-data-science-5d85dbcf87fd
TensorSpeech / TensorFlowTTS
😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, Korean, Chinese and Easy to adapt for other languages)
https://github.com/TensorSpeech/TensorFlowTTS
😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, Korean, Chinese and Easy to adapt for other languages)
https://github.com/TensorSpeech/TensorFlowTTS
GitHub
GitHub - TensorSpeech/TensorFlowTTS: :stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis…
:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other ...
I made a terminal-based presentation tool with colors and effects!
https://www.reddit.com/r/Python/comments/ijdmca/i_made_a_terminalbased_presentation_tool_with/
https://www.reddit.com/r/Python/comments/ijdmca/i_made_a_terminalbased_presentation_tool_with/
Deploy APIs With Python and Docker
A definitive guide to deploying APIs with Flask, Docker and Google…
https://towardsdatascience.com/deploy-apis-with-python-and-docker-4ec5e7986224
A definitive guide to deploying APIs with Flask, Docker and Google…
https://towardsdatascience.com/deploy-apis-with-python-and-docker-4ec5e7986224
OCR a document, form, or invoice with Tesseract, OpenCV, and Python
In this tutorial, you will learn how to OCR a document, form, or invoice using Tesseract, ...
https://www.pyimagesearch.com/2020/09/07/ocr-a-document-form-or-invoice-with-tesseract-opencv-and-python/
In this tutorial, you will learn how to OCR a document, form, or invoice using Tesseract, ...
https://www.pyimagesearch.com/2020/09/07/ocr-a-document-form-or-invoice-with-tesseract-opencv-and-python/
Tutorial: Web Scraping with Python Using Beautiful Soup
The internet is an absolutely massive source of data. Unfortunately, the vast majority if it ...
https://www.dataquest.io/blog/web-scraping-tutorial-python/
The internet is an absolutely massive source of data. Unfortunately, the vast majority if it ...
https://www.dataquest.io/blog/web-scraping-tutorial-python/
Dataquest
Tutorial: Web Scraping with Python Using Beautiful Soup
Web scraping allows us to extract information from web pages. In this tutorial, you'll learn how to perform web scraping with Python and BeautifulSoup.
Do You Post Too Much? Analyze Your Personal Facebook Data with Python
As of Q2 2020, Facebook claims more than 2.7 billion active users. That means that if you're ...
https://www.dataquest.io/blog/analyze-facebook-data-python/
As of Q2 2020, Facebook claims more than 2.7 billion active users. That means that if you're ...
https://www.dataquest.io/blog/analyze-facebook-data-python/
Dataquest
Do You Post Too Much? Analyze Personal Facebook Data with Python
Learn how you can get your own Facebook data and then analyze and plot it using some basic Python to get a true picture of your posting habits.
Python Yield – What does the yield keyword do?
Adding yield keyword to a function will make the function return a generator object that can be ...
https://www.machinelearningplus.com/python/what-does-yield-keyword-do/
Adding yield keyword to a function will make the function return a generator object that can be ...
https://www.machinelearningplus.com/python/what-does-yield-keyword-do/
Machine Learning Plus
Python Yield – What does the yield keyword do?
Learn Data Science Online
[OC] How to use Selenium and Selenium webdriver manager to login to a website with Python
https://www.reddit.com/r/Python/comments/ia6s4i/oc_how_to_use_selenium_and_selenium_webdriver/
https://www.reddit.com/r/Python/comments/ia6s4i/oc_how_to_use_selenium_and_selenium_webdriver/
reddit
[OC] How to use Selenium and Selenium webdriver manager to login...
Hey r/Python! My last post was really well received so I am back again with another tutorial all about how to use Python to login to a website...
TensorFlow1.x vs TensorFlow2.0 vs PyTorch
This post compares the popular deep learning frameworks: TensorFlow 1.x, TensorFlow 2.0 and ...
https://www.machinelearningplus.com/deep-learning/tensorflow1-vs-tensorflow2-vs-pytorch/
This post compares the popular deep learning frameworks: TensorFlow 1.x, TensorFlow 2.0 and ...
https://www.machinelearningplus.com/deep-learning/tensorflow1-vs-tensorflow2-vs-pytorch/
Machine Learning Plus
TensorFlow vs PyTorch – A Detailed Comparison
Learn Applied Data Science
Python API Tutorial: Getting Started with APIs
In this Python API tutorial, we’ll learn how to retrieve data for data science projects. There are ...
https://www.dataquest.io/blog/python-api-tutorial/
In this Python API tutorial, we’ll learn how to retrieve data for data science projects. There are ...
https://www.dataquest.io/blog/python-api-tutorial/
Dataquest
How to Use an API in Python – Dataquest
Learn to use an API in Python by requesting and analyzing data from the international space station using the requests library.
How to Use Jupyter Notebook in 2020: A Beginner’s Tutorial
What is Jupyter Notebook?The Jupyter Notebook is an incredibly powerful tool for interactively ...
https://www.dataquest.io/blog/jupyter-notebook-tutorial/
What is Jupyter Notebook?The Jupyter Notebook is an incredibly powerful tool for interactively ...
https://www.dataquest.io/blog/jupyter-notebook-tutorial/