Yes, I have opinions on your open source contributions
https://www.b-list.org/weblog/2022/jul/11/pypi
https://www.b-list.org/weblog/2022/jul/11/pypi
Python with a Dash of C++: Optimizing Recommendation Serving
https://ai.ragv.in/posts/python-with-a-dash-of-cpp-optimizing
https://ai.ragv.in/posts/python-with-a-dash-of-cpp-optimizing
ai.ragv.in
Python with a Dash of C++: Optimizing Recommendation Serving
Serving recommendation to 200+ millions of users for thousands of candidates with less than 100ms is hard but doing that in Python is harder. Why not add some compiled spice to it to make it faster? Using Cython you can add C++ components to your Python code.…
Mobile Apps with Python: Getting Started
https://medium.com/@mathcube7/mobile-app-development-with-python-getting-started-b861ef5b60c5
https://medium.com/@mathcube7/mobile-app-development-with-python-getting-started-b861ef5b60c5
Medium
Mobile App Development with Python: Getting Started
Welcome to Kivy, a Python framework for rapid development of hardware-accelerated multitouch applications.
Build Production-Ready ML Workflow With DVC and S3
https://betterprogramming.pub/build-production-ready-ml-workflow-with-dvc-and-s3-cdd9c95bf19
https://betterprogramming.pub/build-production-ready-ml-workflow-with-dvc-and-s3-cdd9c95bf19
Medium
Build Production-Ready ML Workflow With DVC and S3
DVC: Same as Git but for data
Analysis of uphill running data by visualising dispersion using Python
https://medium.com/@srmp1382/analysis-of-uphill-running-data-by-visualising-dispersion-using-python-6751181563db
https://medium.com/@srmp1382/analysis-of-uphill-running-data-by-visualising-dispersion-using-python-6751181563db
Medium
Analysis of uphill running data by visualising dispersion using Python
I recently asked people from my running group on what they felt I should write about in this week’s post, and one of them asked that I look…
Data Manipulation with Pandas — Part 1
https://medium.com/@lailigita.2604/data-manipulation-with-pandas-part-1-f92a48dfb3b8
https://medium.com/@lailigita.2604/data-manipulation-with-pandas-part-1-f92a48dfb3b8
Medium
Data Manipulation with Pandas — Part 1
Hello everyone! Welcome to my Medium page. This could be my journal to get to know more about data. On this page, I would like to post…
Python: Web App under 100 lines of code using Streamlit.
https://medium.com/@geekpython/python-web-app-under-100-lines-of-code-using-streamlit-f862d2f1693b
https://medium.com/@geekpython/python-web-app-under-100-lines-of-code-using-streamlit-f862d2f1693b
Medium
Python: Web App under 100 lines of code using Streamlit.
Less than 100 lines of code, I made a web app with just under 100 lines of code using Streamlit, Plotly, and Pandas which is an open-source…
Using Watson AIOps REST Interface quick and dirty, a tutorial
https://medium.com/ibm-watson-aiops/using-watson-aiops-rest-interface-quick-and-dirty-a-tutorial-3d71b31a2d35
https://medium.com/ibm-watson-aiops/using-watson-aiops-rest-interface-quick-and-dirty-a-tutorial-3d71b31a2d35
Medium
Using Watson AIOps REST Interface quick and dirty, a tutorial
A few weeks ago, a coworker asked me how to insert alerts into the Watson AIOps Alerts database from a CSV file at the start of a new…
Mapping AirQo devices in Fort Portal city using Folium
https://medium.com/@rajacastro/mapping-airqo-devices-in-fort-portal-city-using-folium-12eae7dfba5c
https://medium.com/@rajacastro/mapping-airqo-devices-in-fort-portal-city-using-folium-12eae7dfba5c
Medium
Mapping AirQo devices in Fort Portal city using Folium
By Wabinyai Fidel Raja
Python for Data Science: Implementing Exploratory Data Analysis (EDA) and K-Means Clustering
https://medium.com/@aziszamcalvin/python-for-data-science-implementing-exploratory-data-analysis-eda-and-k-means-clustering-bcf1d24adc12
https://medium.com/@aziszamcalvin/python-for-data-science-implementing-exploratory-data-analysis-eda-and-k-means-clustering-bcf1d24adc12
Medium
Python for Data Science: Implementing Exploratory Data Analysis (EDA) and K-Means Clustering
Learn how to perform exploratory data analysis and k-means clustering in Python.