Python Type Hinting : Eliminating ImportError Due to Circular Imports
https://medium.com/@r.muminur/python-type-hinting-eliminating-importerror-due-to-circular-imports-265dfb0580f8
https://medium.com/@r.muminur/python-type-hinting-eliminating-importerror-due-to-circular-imports-265dfb0580f8
Medium
Python Type Hinting : Eliminating ImportError Due to Circular Imports
We all face sometimes ImportErrordue to having a circular import that is occurred only for type hinting. There is a simple way to solve it.
Finding exam important questions using python and Linux tools
https://rishangbhavsar.medium.com/finding-exam-important-questions-using-python-and-linux-tools-e7244ffa0854
https://rishangbhavsar.medium.com/finding-exam-important-questions-using-python-and-linux-tools-e7244ffa0854
Medium
Finding exam important questions using python and Linux tools
We all have at least 1 or 2 subjects, or maybe all, we haven’t prepared for and having exams coming in the near days, in which case we…
Create Supreme bot with Python 3.8, Selenium and Captcha by-pass
https://louisbrulenaudet.medium.com/create-supreme-bot-with-python-3-8-selenium-and-captcha-by-pass-62bce989b1bc
https://louisbrulenaudet.medium.com/create-supreme-bot-with-python-3-8-selenium-and-captcha-by-pass-62bce989b1bc
Medium
Create Supreme bot with Python 3.8, Selenium and Captcha by-pass
How to perform a fully functional buying automation process with Chromedriver and Python 3.8, captcha free and fast performance for…
Deploy and Serve AI Models (Part 2 — TensorFlow Serving)
https://medium.com/codex/deploy-and-serve-ai-models-part2-tensorflow-serving-f144c4cf5ea7
https://medium.com/codex/deploy-and-serve-ai-models-part2-tensorflow-serving-f144c4cf5ea7
Medium
Deploy and Serve AI Models (Part 2 — TensorFlow Serving)
This is a continuation of my series about the deployment of AI models in production scenarios(Part-1). TensorFlow serving allows…
Exploring Mitosheets for EDA and Data Preprocessing
https://hmix13.medium.com/exploring-mitosheets-for-eda-and-data-preprocessing-3e73fb1dcc5c
https://hmix13.medium.com/exploring-mitosheets-for-eda-and-data-preprocessing-3e73fb1dcc5c
Medium
Exploring Mitosheets for EDA and Data Preprocessing
Using Mitosheets for automating EDA and Data Manipulation
Super Trend back testing with python(Part-2)
https://vamsikrishna00466.medium.com/super-trend-back-testing-with-python-part-2-49c4395a1a5e
https://vamsikrishna00466.medium.com/super-trend-back-testing-with-python-part-2-49c4395a1a5e
Medium
Super Trend back testing with python(Part-2)
Complete Python Code for Super Trend:
Introduction to Web Scraping with Python
https://mebaysan.medium.com/introduction-to-web-scraping-with-python-db5081047145
https://mebaysan.medium.com/introduction-to-web-scraping-with-python-db5081047145
Medium
Introduction to Web Scraping with Python
Hi everyone. Nowadays I’m relating with web scraping. In this story we will try to cover web scraping basics. How can we select elements…
打造最舒適的Python開發環境(一) — 在Windows下使用WSL建立Linux環境
https://o-w-o.medium.com/%E6%89%93%E9%80%A0%E6%9C%80%E8%88%92%E9%81%A9%E7%9A%84python%E9%96%8B%E7%99%BC%E7%92%B0%E5%A2%83-%E4%B8%80-%E5%9C%A8windows%E4%B8%8B%E4%BD%BF%E7%94%A8wsl%E5%BB%BA%E7%AB%8Blinux%E7%92%B0%E5%A2%83-6b73d45783bc
https://o-w-o.medium.com/%E6%89%93%E9%80%A0%E6%9C%80%E8%88%92%E9%81%A9%E7%9A%84python%E9%96%8B%E7%99%BC%E7%92%B0%E5%A2%83-%E4%B8%80-%E5%9C%A8windows%E4%B8%8B%E4%BD%BF%E7%94%A8wsl%E5%BB%BA%E7%AB%8Blinux%E7%92%B0%E5%A2%83-6b73d45783bc
Medium
打造最舒適的Python開發環境(一) — — 在Windows下使用WSL建立Linux環境
前言
The Beginners Guide to Machine Learning Algorithms
https://medium.com/@IndhumathyChelliah/the-beginners-guide-to-machine-learning-algorithms-404dc2016042
https://medium.com/@IndhumathyChelliah/the-beginners-guide-to-machine-learning-algorithms-404dc2016042
Medium
The Beginners Guide to Machine Learning Algorithms
Link to my ML blogs
Creating a Hello World API functionality using Swagger UI and Python
https://medium.com/quantrium-tech/creating-a-hello-world-api-functionality-using-swagger-ui-and-python-42e2a5335ff0
https://medium.com/quantrium-tech/creating-a-hello-world-api-functionality-using-swagger-ui-and-python-42e2a5335ff0
Medium
Creating a Hello World API using Swagger UI and Python
Getting started with your first Swagger UI document
Finding the Moment of Inertia Tensor for Any 3D Object in Python. See comments for more details
https://youtu.be/CPViCzK7CUo
https://youtu.be/CPViCzK7CUo
YouTube
Moment of Inertia For ANY 3D Object In Python
In this video I find the moment of inertia for 3D objects in two different ways. In the first technique, I define a 3D object mathematically and evaluate integrals to get the moment of inertia tensor. In the second technique, I load the coordinates of a general…
Modules in python - Part 14 of the 'Build your own Jarvis' series. Programming for beginners :)
https://youtu.be/04lGOFrmenw
https://youtu.be/04lGOFrmenw
YouTube
Make your own Jarvis - Part 14 - Using modules to manage code.
In this episode we explore the use of modules to simplify your programming. You are used to using libraries by now, so you will be familiar with importing other pieces of code into your program, but in this video we will explore effectively writing our own…
Empyrial: a Python-based portfolio management framework
https://itnext.io/trafalgar-a-python-library-to-make-quantitative-finance-and-portfolio-analysis-faster-and-easier-24b2c0cb29d4
https://itnext.io/trafalgar-a-python-library-to-make-quantitative-finance-and-portfolio-analysis-faster-and-easier-24b2c0cb29d4
Medium
Empyrial: a Python-based portfolio management framework
What is Trafalgar?