Building a command line application using python
https://medium.com/@zahedialfurquan20/building-a-command-line-application-using-python-fbcf7a60863a
https://medium.com/@zahedialfurquan20/building-a-command-line-application-using-python-fbcf7a60863a
Medium
Building a command line application using python
In this article, you’ll build a functional expense-tracker application for the command line using Python and Typer , which is a relatively…
Boosting Python Performance with Joblib: Examples and Benefits
https://medium.com/@cemanahuacstrategies/boosting-python-performance-with-joblib-examples-and-benefits-1aa2704f4992
https://medium.com/@cemanahuacstrategies/boosting-python-performance-with-joblib-examples-and-benefits-1aa2704f4992
Medium
Boosting Python Performance with Joblib: Examples and Benefits
Python, known for its simplicity and versatility, has become one of the most popular programming languages for various applications…
Langserve | Simplifying LLM API Development with Gemini-pro
https://amitvkulkarni.medium.com/langserve-simplifying-llm-api-development-with-gemini-pro-d10d3a62a44a
https://amitvkulkarni.medium.com/langserve-simplifying-llm-api-development-with-gemini-pro-d10d3a62a44a
Medium
Langserve | Simplifying LLM API Development with Gemini-pro
Discover the versatility of Langserve to simplify the Creation of LLM APIs to fuel next-generation language model applications
Python For Loops 🔂: Your Gateway to Iterative Success
https://medium.com/@headinthecloudsonline/python-for-loops-your-gateway-to-iterative-success-2383d71d9387
https://medium.com/@headinthecloudsonline/python-for-loops-your-gateway-to-iterative-success-2383d71d9387
Medium
Python For Loops 🔂: Your Gateway to Iterative Success
If you’re new to the world of Python programming, then you must have heard about for loops as they are an essential concept in Python and…
Linear Regression with Gradient Descent -Python
https://medium.com/@shubh2ds/linear-regression-with-gradient-descent-python-9d591ca85b66
https://medium.com/@shubh2ds/linear-regression-with-gradient-descent-python-9d591ca85b66
Medium
Linear Regression with Gradient Descent -Python
Linear Regression uses the Gradient Descent Algorithm to find the best-fit line. Let’s understand step by step:
150x Speed in Pandas Dataframes with NVIDIA’s Pandas Accelerator
https://medium.com/@ShahabH/150x-speed-in-pandas-dataframes-with-nvidias-pandas-accelerator-8677f9cca5f1
https://medium.com/@ShahabH/150x-speed-in-pandas-dataframes-with-nvidias-pandas-accelerator-8677f9cca5f1
Medium
150x Speed in Pandas Dataframes with NVIDIA’s Pandas Accelerator
In the evolving landscape of data science, the quest for speed and efficiency in processing vast datasets is never-ending. Enter NVIDIA’s…
Learn The Technicality of Load Balancing By Making Your Own In Python
https://rabmcmenemy.medium.com/learn-the-technicality-of-load-balancing-by-making-your-own-in-python-a2845dad7c89
https://rabmcmenemy.medium.com/learn-the-technicality-of-load-balancing-by-making-your-own-in-python-a2845dad7c89
Medium
Learn The Technicality of Load Balancing By Making Your Own In Python
Introduction
Gradient Descent Intuition with Code
https://medium.com/@kungwanin.nk/gradient-descent-from-intuition-with-code-2da648126ef4
https://medium.com/@kungwanin.nk/gradient-descent-from-intuition-with-code-2da648126ef4
Medium
Gradient Descent Intuition with Code
Gradient Descent is a popular optimization algorithm used in machine learning and deep learning for minimizing the loss function during…
Running 70B model on 4GB, What’s the sorcery behind this?
https://medium.com/@francesco.cozzolino/running-70b-model-on-4gb-whats-the-sorcery-behind-this-2fc5af6bdedc
https://medium.com/@francesco.cozzolino/running-70b-model-on-4gb-whats-the-sorcery-behind-this-2fc5af6bdedc
Medium
Running 70B model on 4GB, What’s the sorcery behind this?
Transformers are slow and memory-hungry on long sequences, since the time and memory complexity
of self-attention are quadratic in sequence…
of self-attention are quadratic in sequence…
10 Tips for Speeding Up Your Python Code: Practical Examples and Best Practices
https://medium.com/@giorgio.martinez1926/10-tips-for-speeding-up-your-python-code-practical-examples-and-best-practices-8390422ff791
https://medium.com/@giorgio.martinez1926/10-tips-for-speeding-up-your-python-code-practical-examples-and-best-practices-8390422ff791
Medium
10 Tips for Speeding Up Your Python Code: Practical Examples and Best Practices
Python is a widely used programming language known for its simplicity, readability, and versatility. However, when it comes to execution speed, Python can sometimes be slower compared to other…
Performing Simple Linear Regression to Tesla Stock Price Prediction (the RIGHT WAY…)
https://dr-alvin-ang.medium.com/performing-simple-linear-regression-to-tesla-stock-price-prediction-the-right-way-e259f21f3f61
https://dr-alvin-ang.medium.com/performing-simple-linear-regression-to-tesla-stock-price-prediction-the-right-way-e259f21f3f61
Medium
Performing Simple Linear Regression to Tesla Stock Price Prediction (the RIGHT WAY…)
Part 0b of Supervised Machine Learning for Trading in Python by Dr. Alvin Ang
Python virtual environment and Django project setup.
https://medium.com/@adhilabacker/python-virtual-environment-and-django-project-setup-4fba9fa23894
https://medium.com/@adhilabacker/python-virtual-environment-and-django-project-setup-4fba9fa23894
Medium
Python virtual environment and Django project setup.
Problem Statement
In this post we will learn to setup python projects on an Intellij.
https://medium.com/@cm7980615/in-this-post-we-will-learn-to-setup-python-projects-on-an-intellij-e9e74a5e68ba
https://medium.com/@cm7980615/in-this-post-we-will-learn-to-setup-python-projects-on-an-intellij-e9e74a5e68ba
Medium
In this post we will learn to setup python projects on an Intellij.
In this post we will learn to setup python projects on an Intellij. I recently started working on Python and initially, I was very confused with terms, setup, command line, libraries. For me, in…
Python Data Analysis Essentials: Numpy, Pandas, and Matplotlib
https://hazel961126.medium.com/python-data-analysis-essentials-numpy-pandas-and-matplotlib-70f1bda3003f
https://hazel961126.medium.com/python-data-analysis-essentials-numpy-pandas-and-matplotlib-70f1bda3003f
Medium
Python Data Analysis Essentials: Numpy, Pandas, and Matplotlib
Following our journey into the basics of Python, including its syntax, lists, and dictionaries, we now turn our attention to the…
Introduction to Python for Data Analysis: Syntax, Lists, and Dictionaries
https://hazel961126.medium.com/introduction-to-python-for-data-analysis-syntax-lists-and-dictionaries-b2bb4518699e
https://hazel961126.medium.com/introduction-to-python-for-data-analysis-syntax-lists-and-dictionaries-b2bb4518699e
Medium
Introduction to Python for Data Analysis: Syntax, Lists, and Dictionaries
In the vast world of programming, Python stands out for its simplicity and versatility, especially in data analysis. This article serves as…
A Practical Approach to Mastering Data Insights
https://medium.com/@datasciencemastery/a-practical-approach-to-mastering-data-insights-a2ad82dc1ad1
https://medium.com/@datasciencemastery/a-practical-approach-to-mastering-data-insights-a2ad82dc1ad1
Medium
A Practical Approach to Mastering Data Insights
Data Science isn’t just a buzzword; it’s a precise science that empowers businesses, accelerates research, and enhances decision-making…
Data Lake vs. Delta Lake: From Data Hoarders to Data Power Plants
https://medium.com/@wavefxcollapse/data-lake-vs-delta-lake-from-data-hoarders-to-data-power-plants-68c4ec36ad54
https://medium.com/@wavefxcollapse/data-lake-vs-delta-lake-from-data-hoarders-to-data-power-plants-68c4ec36ad54
Medium
Data Lake vs. Delta Lake: From Data Hoarders to Data Power Plants
Imagine you’re obsessed with collecting data — sensor readings, social media buzz, customer information in CSVs and Excels — anything you…