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?
Python 102! Introduction to Python : Intermediate Concepts.
https://dev.to/grayhat/python-102-introduction-to-python-intermediate-concepts-1881
https://dev.to/grayhat/python-102-introduction-to-python-intermediate-concepts-1881
DEV Community
Python 102! Introduction to Python : Intermediate Concepts.
In the first part of python boot camp by Lux Academy and Data Science East Africa, we covered the...
Mastering Web Scraping in Python: From Zero to Hero
https://dev.to/anderrv/mastering-web-scraping-in-python-from-zero-to-hero-4fj4
https://dev.to/anderrv/mastering-web-scraping-in-python-from-zero-to-hero-4fj4
DEV Community
Mastering Web Scraping in Python: From Zero to Hero
Website scraping is much more than extracting content with some CSS selectors. We summarized years of...
Python's collections: A Buffet of Specialized Data Types – Real Python
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.
Python Coding: Where Do You Start? — CODEFATHER
https://codefather-tech.medium.com/python-coding-where-do-you-start-codefather-ab17aa59928
https://codefather-tech.medium.com/python-coding-where-do-you-start-codefather-ab17aa59928
Medium
Python Coding: Where Do You Start? — CODEFATHER
Are you considering learning coding and are you thinking about Python as a language? In this article I will answer some of the burning…
This is One of the Best Websites To Get High-Quality Datasets
https://ismaelaraujo.medium.com/this-is-one-of-the-best-websites-to-get-high-quality-datasets-7b32c2d86991
https://ismaelaraujo.medium.com/this-is-one-of-the-best-websites-to-get-high-quality-datasets-7b32c2d86991
Medium
This is One of the Best Websites To Get High-Quality Datasets
Looking for a dataset for your next project? This website is the right place!
EDA Plebiscito Constitucional de Chile 2020 con Python
https://medium.com/@ramirezfrancoandres/eda-plebiscito-constitucional-de-chile-2020-con-python-3aa48f2055c5
https://medium.com/@ramirezfrancoandres/eda-plebiscito-constitucional-de-chile-2020-con-python-3aa48f2055c5
Medium
EDA Plebiscito Constitucional de Chile 2020 con Python
Un breve repaso a la historia
Intelligent Portfolio Construction: Prediction of Stock Direction
https://medium.com/@ri99al/intelligent-portfolio-construction-prediction-of-stock-direction-e1c71f4a725a
https://medium.com/@ri99al/intelligent-portfolio-construction-prediction-of-stock-direction-e1c71f4a725a
Medium
Intelligent Portfolio Construction: Prediction of Stock Direction
Browsing the internet searching for interesting stuff about machine learning models in finance, I came across a thesis submitted for the…
Simple Multivariate Anamoly Detector using Python
https://asadali047.medium.com/simple-multivariate-anamoly-detector-using-python-5538cb6f8086
https://asadali047.medium.com/simple-multivariate-anamoly-detector-using-python-5538cb6f8086
Medium
Simple Multivariate Anamoly Detector using Python
Anamoly detection is are a set of various sets of methods or practices to determine a point or trends which deviate unusually from given…
Efficient way to Query/Read CSV File using SQL
https://rizwanbutt314.medium.com/efficient-way-to-query-read-csv-file-using-sql-172ef4f77548
https://rizwanbutt314.medium.com/efficient-way-to-query-read-csv-file-using-sql-172ef4f77548
Medium
Efficient way to Query/Read CSV File using SQL
As you are already aware that, Data is the core part of any business solution these days, and generating insights from that data is the…