How Rust Beats Python Where You Wouldn’t Expect It
https://medium.com/rust-programming-language/how-and-why-rust-beats-python-where-you-wouldnt-expect-it-a16749f0c656
https://medium.com/rust-programming-language/how-and-why-rust-beats-python-where-you-wouldnt-expect-it-a16749f0c656
Medium
How Rust Beats Python Where You Wouldn’t Expect It
Rust vs. Python: Unveiling the Future of Efficient, Safe and Production Ready Programming
Algorithms and Data Structures in Python: Basic Array Problem - Check if a String is an Acronym of…
https://medium.com/deuk/algorithms-and-data-structures-in-python-basic-array-problem-check-if-a-string-is-an-acronym-of-ef5d3f5ac0a8
https://medium.com/deuk/algorithms-and-data-structures-in-python-basic-array-problem-check-if-a-string-is-an-acronym-of-ef5d3f5ac0a8
Medium
Algorithms and Data Structures in Python: Basic Array Problem - Check if a String is an Acronym of…
Introduction
Plotly Dash Series Guide — Build Production-Ready Dash App
https://medium.com/@pengzhang_15103/plotly-dash-series-guide-build-production-ready-dash-app-b0133963d1a7
https://medium.com/@pengzhang_15103/plotly-dash-series-guide-build-production-ready-dash-app-b0133963d1a7
Medium
Plotly Dash Series Guide — Build Production-Ready Dash App
Don’t hesitate to reach out and connect with me on LinkedIn!
Write and Run Python Code Online with Pyodide and CodeMirror
https://medium.com/@01one/write-and-run-python-code-online-with-pyodide-and-codemirror-d31ee2eb5fcd
https://medium.com/@01one/write-and-run-python-code-online-with-pyodide-and-codemirror-d31ee2eb5fcd
Medium
Write and Run Python Code Online with Pyodide and CodeMirror
Why And How?
Unlocking Data Insights: Building Analytical Web Apps with Dash Python
https://medium.com/@theprogramminggeek/unlocking-data-insights-building-analytical-web-apps-with-dash-python-c7efe24fbe15
https://medium.com/@theprogramminggeek/unlocking-data-insights-building-analytical-web-apps-with-dash-python-c7efe24fbe15
Medium
Unlocking Data Insights: Building Analytical Web Apps with Dash Python
In the world of web development, particularly where data analytics and interactive visualization are concerned, Python’s Dash framework emerges as a standout choice for developers looking to craft…
Contributing back to the Open Source Community
https://ismsguy.medium.com/contributing-back-to-the-open-source-community-fbc8489c00d0
https://ismsguy.medium.com/contributing-back-to-the-open-source-community-fbc8489c00d0
Medium
Contributing back to the Open Source Community
We have all heard about the term “Open Source”. This refers to the code that is either written by an individual or group of people or…
How to deploy python wsgi applications using uwsgi web server with nginx
https://medium.com/@helpme.zhang/how-to-deploy-python-wsgi-applications-using-uwsgi-web-server-with-nginx-bd1cfa26e1e3
https://medium.com/@helpme.zhang/how-to-deploy-python-wsgi-applications-using-uwsgi-web-server-with-nginx-bd1cfa26e1e3
Medium
How to deploy python wsgi applications using uwsgi web server with nginx
Introduction
Mastering Python next() Function: 20 Innovative Techniques for Advanced Iteration
https://ravi-m.medium.com/mastering-python-next-function-20-innovative-techniques-for-advanced-iteration-8748a10251b4
https://ravi-m.medium.com/mastering-python-next-function-20-innovative-techniques-for-advanced-iteration-8748a10251b4
Medium
Mastering Python next() Function: 20 Innovative Techniques for Advanced Iteration
Unlock the Full Potential of Iterators with Practical Examples and Creative Solutions
Buy and Sell a Share at most twice GfG POTD
https://vibhutigaharwar.medium.com/buy-and-sell-a-share-at-most-twice-gfg-potd-f44cdaeb269f
https://vibhutigaharwar.medium.com/buy-and-sell-a-share-at-most-twice-gfg-potd-f44cdaeb269f
Medium
Buy and Sell a Share at most twice GfG POTD
In daily share trading, a buyer buys shares in the morning and sells them on the same day. If the trader is allowed to make at most 2…
30 Cool Python Generator Tricks For Better Code With Examples
https://ravi-m.medium.com/30-cool-python-generator-tricks-for-better-code-with-examples-c26cce443033
https://ravi-m.medium.com/30-cool-python-generator-tricks-for-better-code-with-examples-c26cce443033
Medium
30 Cool Python Generator Tricks For Better Code With Examples
Unlocking Efficient and Elegant Python Coding with Generators: 30 Practical Examples
Plotly Dash Series — How to deploy your dash app serverlessly with Vercel
https://medium.com/@pengzhang_15103/plotly-dash-series-how-to-deploy-your-dash-app-serverlessly-with-vercel-7487fbe288ce
https://medium.com/@pengzhang_15103/plotly-dash-series-how-to-deploy-your-dash-app-serverlessly-with-vercel-7487fbe288ce
Medium
Plotly Dash Series — How to deploy your dash app serverlessly with Vercel
This article is one part of my Plotly Dash tutorial series. Explore the full list of articles to learn how to develop production-level…
Monkeying Around with Python: A Guide to Monkey Patching
https://dev.to/karishmashukla/monkeying-around-with-python-a-guide-to-monkey-patching-obc
https://dev.to/karishmashukla/monkeying-around-with-python-a-guide-to-monkey-patching-obc
DEV Community
Monkeying Around with Python: A Guide to Monkey Patching
What is Monkey Patching in Python? Imagine modifying a car's engine while it's running....
Video for my non-technical family describing how my library fits into the PyData ecosystem
https://youtu.be/pfAkz6L5rMI
https://youtu.be/pfAkz6L5rMI
YouTube
Buckaroo for friends and family
This explains how python is used in data analysis and machine learning. It then walks through how my tool - Buckaroo enhances workflows of data scientists.
Buckaroo's homepage - https://github.com/paddymul/buckaroo
You can view the notebook here https…
Buckaroo's homepage - https://github.com/paddymul/buckaroo
You can view the notebook here https…
Why Python's Integer Division Floors
http://python-history.blogspot.com/2010/08/why-pythons-integer-division-floors.html
http://python-history.blogspot.com/2010/08/why-pythons-integer-division-floors.html
Blogspot
Why Python's Integer Division Floors
I was asked (again) today to explain why integer division in Python returns the floor of the result instead of truncating towards zero like...
Using Stripe Docs in your RAG pipeline with LlamaIndex
https://dev.to/stripe/using-stripe-docs-in-your-rag-pipeline-with-llamaindex-2j23
https://dev.to/stripe/using-stripe-docs-in-your-rag-pipeline-with-llamaindex-2j23
DEV Community
Using Stripe Docs in your RAG pipeline with LlamaIndex
By utilizing LlamaIndex, OpenAI, and Pinecone, we build a Python script that enables users to ask questions about Stripe Docs, augmenting the knowledge base to provide intelligent responses.