(Almost) Everything they Teach you about Quantitative Finance is Wrong
https://medium.gillerinvestments.com/almost-everything-they-teach-you-about-quantitative-finance-is-wrong-5ab47eab9af5
https://medium.gillerinvestments.com/almost-everything-they-teach-you-about-quantitative-finance-is-wrong-5ab47eab9af5
Medium
(Almost) Everything they Teach you about Quantitative Finance is Wrong
Here’s Why…
Using LangChain to teach an LLM to write like you
https://arslanshahid-1997.medium.com/using-langchain-to-teach-an-llm-to-write-like-you-aab394d54792
https://arslanshahid-1997.medium.com/using-langchain-to-teach-an-llm-to-write-like-you-aab394d54792
Medium
Using LangChain to teach an LLM to write like you
LangChain tutorial on making a document retriever and generator, which enables it to write just like me
Saving 15 min/day on-call developer bandwidth with an in-house slack bot: Raven
https://engineering.bharatpe.com/saving-15-min-day-on-call-developer-bandwidth-with-an-in-house-slack-bot-raven-346474c630f5
https://engineering.bharatpe.com/saving-15-min-day-on-call-developer-bandwidth-with-an-in-house-slack-bot-raven-346474c630f5
Medium
Saving 15 min/day on-call developer bandwidth with an in-house slack bot: Raven
Before: The on-call engineer spends 15–20 minutes at the start of the day and creates an on-call summary which includes alerts/support…
Supercharged pandas: Tracing dependencies with a novel approach
https://towardsdatascience.com/supercharged-pandas-tracing-dependencies-with-a-novel-approach-120b9567f098
https://towardsdatascience.com/supercharged-pandas-tracing-dependencies-with-a-novel-approach-120b9567f098
Medium
Supercharged Pandas: Tracing Dependencies with a Novel Approach
An object-oriented approach to manage multiple files and dataframes, and tracing dependencies
Make Your Python Data Visualisation Charts Well-”Rounded”
https://towardsdatascience.com/cant-believe-how-easy-it-is-to-plot-such-a-data-visualisation-in-python-5bcd612e0277
https://towardsdatascience.com/cant-believe-how-easy-it-is-to-plot-such-a-data-visualisation-in-python-5bcd612e0277
Medium
Make Your Python Data Visualisation Charts Well-”Rounded”
Basic usage of the library PyCirclize — Circos Diagrams
Convolutional Network Architecture and Parameter Learning: An In-depth Analysis
https://medium.com/aimonks/convolutional-network-architecture-and-parameter-learning-an-in-depth-analysis-463c194f0965
https://medium.com/aimonks/convolutional-network-architecture-and-parameter-learning-an-in-depth-analysis-463c194f0965
Medium
Convolutional Network Architecture and Parameter Learning: An In-depth Analysis
Introduction
Data Engineering — Building an ETL Pipeline for Canadian ETFs
https://ask-data.medium.com/data-engineering-building-an-etl-pipeline-for-canadian-etfs-229c5a94dab5
https://ask-data.medium.com/data-engineering-building-an-etl-pipeline-for-canadian-etfs-229c5a94dab5
Medium
Data Engineering — Building an ETL Pipeline for Canadian ETFs
Web scraping → Transformation & Data Validation → Loading into Snowflake → EDA in Snowflake (part 1)
Scale your Machine Learning Projects with SOLID principles
https://towardsdatascience.com/scale-your-machine-learning-projects-with-solid-principles-824230fa8ba1
https://towardsdatascience.com/scale-your-machine-learning-projects-with-solid-principles-824230fa8ba1
Towards Data Science
Scale your Machine Learning Projects with SOLID principles | Towards Data Science
How to write code that scales and accelerates your work as a data scientist or machine learning engineer.
python-oracledb 2.1 and node-oracledb 6.4 have been released
https://cjones-oracle.medium.com/python-oracledb-2-1-and-node-oracledb-6-4-have-been-released-fbd261c8db1e
https://cjones-oracle.medium.com/python-oracledb-2-1-and-node-oracledb-6-4-have-been-released-fbd261c8db1e
Medium
python-oracledb 2.1 and node-oracledb 6.4 have been released
I’m still on a long sabbatical so this will be a brief post. In my absence our Oracle Database driver team has been busy and are proud to…
Revolutionizing Your Daily Routine: Automation with Python for 2024
https://levelup.gitconnected.com/revolutionizing-your-daily-routine-automation-with-python-for-2024-a9f0879b458e
https://levelup.gitconnected.com/revolutionizing-your-daily-routine-automation-with-python-for-2024-a9f0879b458e
Medium
Revolutionizing Your Daily Routine: Automation with Python for 2024
Hi there fellow Python enthusiasts! 👋
Leveraging Basic Web Skills for Quick Income
https://medium.com/@dennisyd/leveraging-basic-web-skills-for-quick-income-25e17ce56ac1
https://medium.com/@dennisyd/leveraging-basic-web-skills-for-quick-income-25e17ce56ac1
Medium
Leveraging Basic Web Skills for Quick Income
Fast Track to Freelance
Robust Watershed Transform: Enhancing Image Segmentation in the Digital Era
https://medium.com/the-modern-scientist/robust-watershed-transform-enhancing-image-segmentation-in-the-digital-era-79ae112626b1
https://medium.com/the-modern-scientist/robust-watershed-transform-enhancing-image-segmentation-in-the-digital-era-79ae112626b1
Medium
Robust Watershed Transform: Enhancing Image Segmentation in the Digital Era
Introduction
Machine Learning from Scratch: Understanding the DBSCAN Algorithm
https://code.likeagirl.io/machine-learning-from-scratch-understanding-the-dbscan-algorithm-ae6cb7dcebc5
https://code.likeagirl.io/machine-learning-from-scratch-understanding-the-dbscan-algorithm-ae6cb7dcebc5
Medium
Machine Learning from Scratch: Understanding the DBSCAN Algorithm
A step-by-step algorithmic understanding of the DBSCAN with Python implementation
Mastering File Handling in Python: A Comprehensive Guide for Beginners
https://python.plainenglish.io/mastering-file-handling-in-python-a-comprehensive-guide-for-beginners-673682cdda29
https://python.plainenglish.io/mastering-file-handling-in-python-a-comprehensive-guide-for-beginners-673682cdda29
Medium
Mastering File Handling in Python: A Comprehensive Guide for Beginners
Learn How to Work with Files in Python Like a Pro
Exploratory Data Analysis (EDA) with Python: A Hands-On Guide
https://medium.com/@pythonfundamentals/exploratory-data-analysis-eda-with-python-a-hands-on-guide-7f4992bc84a0
https://medium.com/@pythonfundamentals/exploratory-data-analysis-eda-with-python-a-hands-on-guide-7f4992bc84a0
Medium
Exploratory Data Analysis (EDA) with Python: A Hands-On Guide
Exploratory Data Analysis (EDA) is an essential first step in any data analysis project. It helps you understand your data, identify…
Announcing TechSchool: A free and open-source platform to learn programming
https://dev.to/danielbergholz/announcing-techschool-a-free-and-open-source-platform-to-learn-programming-47fk
https://dev.to/danielbergholz/announcing-techschool-a-free-and-open-source-platform-to-learn-programming-47fk
DEV Community
Announcing TechSchool: A free and open-source platform to learn programming
Since 2019 I have published free courses on my YouTube channel. Many times, people have commented on...
Taipy 3.1: A new era of visualization and data management
https://dev.to/taipy/taipy-31-a-new-era-of-visualization-and-data-management-1abg
https://dev.to/taipy/taipy-31-a-new-era-of-visualization-and-data-management-1abg
DEV Community
Taipy 3.1: A new era of visualization and data management
Hello, Dev.to community! I'm beyond excited to share with you the latest leap forward in our...