(Part-2) Building interactive Dashboards at Factly using Streamlit
https://medium.com/factly-labs/part-2-building-interactive-dashboards-at-factly-using-streamlit-78930479dea2
https://medium.com/factly-labs/part-2-building-interactive-dashboards-at-factly-using-streamlit-78930479dea2
Medium
(Part-2) Building interactive Dashboards at Factly using Streamlit
This is Part-2 of the series on building interactive dashboards at Factly. You can read Part-1 here.
PyPI moves to require 2FA for "Critical" projects + Free Security Key Giveaway
https://pypi.org/security-key-giveaway
https://pypi.org/security-key-giveaway
PyPI
PyPI 2FA Security Key Giveaway
PyPI is implementing a 2FA requirement for critical projects, and distributing security keys to critical maintainers.
PyPI to Enable 2FA on Critical Python Project Accounts
https://techdator.net/pypi-2fa-on-critical-python-project-accounts
https://techdator.net/pypi-2fa-on-critical-python-project-accounts
TechDator
PyPI to Enable 2FA on Critical Python Project Accounts
Observing the hijacking of several python projects, the PyPI is mandating two-factor authentication for the accounts of critical projects.
Python in Visual Studio Code – July 2022 Release
https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2022-release/?WT.mc_id=academic-0000-abartolo
https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2022-release/?WT.mc_id=academic-0000-abartolo
Python
Python in Visual Studio Code – July 2022 Release
We’re excited to announce that the July 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes inlay type hints with Pylance and improvements to the setup experience with Jupyter notebooks. If you’re…
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…