Making Python 100x faster with less than 100 lines of Rust
https://ohadravid.github.io/posts/2023-03-rusty-python/
https://ohadravid.github.io/posts/2023-03-rusty-python/
ohadravid.github.io
Making Python 100x faster with less than 100 lines of Rust
Update: I gave a talk on this topic at P99 CONF 2023 and at PyCon IL 2024 (Hebrew).
A while ago at $work, we had a performance issue with one of our core Python …
A while ago at $work, we had a performance issue with one of our core Python …
How to Create a UTF-16 Surrogate Pair by Hand, with Python
https://www.oilshell.org/blog/2023/06/surrogate-pair.html
https://www.oilshell.org/blog/2023/06/surrogate-pair.html
www.oilshell.org
How to Create a UTF-16 Surrogate Pair by Hand, with Python
Is Clean Code the solution to Jupyter notebook code quality?
https://www.sonarsource.com/blog/is-clean-code-the-solution-to-jupyter-notebook-code-quality/
https://www.sonarsource.com/blog/is-clean-code-the-solution-to-jupyter-notebook-code-quality/
Sonarsource
Is Code Quality the solution to Jupyter notebook code quality?
Free open-source linting solution for Jupyter notebooks. More than a linter, helping you understand issues in your Jupyter notebooks. What can Data Scientists learn from developers?
Explore The 10 Most Useful Charts in the 3 Most Popular Visualization Libraries in Python
https://levelup.gitconnected.com/explore-the-10-most-useful-charts-in-the-3-most-popular-visualization-libraries-in-python-acd6d27c663
https://levelup.gitconnected.com/explore-the-10-most-useful-charts-in-the-3-most-popular-visualization-libraries-in-python-acd6d27c663
Medium
Explore The 10 Most Useful Charts in the 3 Most Popular Visualization Libraries in Python
Introduction
Harnessing the Power of OpenCV on AWS: Building Computer Vision Applications
https://medium.com/@giovanni.lauria/harnessing-the-power-of-opencv-on-aws-building-computer-vision-applications-a68c448dc7ca
https://medium.com/@giovanni.lauria/harnessing-the-power-of-opencv-on-aws-building-computer-vision-applications-a68c448dc7ca
Medium
Harnessing the Power of OpenCV on AWS: Building Computer Vision Applications
Introduction:
Computer Vision has revolutionized the way machines interpret and understand visual information. OpenCV (Open Source Computer…
Computer Vision has revolutionized the way machines interpret and understand visual information. OpenCV (Open Source Computer…
Automating Python Web App Deployments Using GitHub Actions
https://levelup.gitconnected.com/automating-python-web-app-deployments-using-github-actions-4b4763e95d82
https://levelup.gitconnected.com/automating-python-web-app-deployments-using-github-actions-4b4763e95d82
Medium
Mastering Flask Deployment: A Mini-Course on Automating App Deployments with GitHub Actions
A comprehensive guide on deploying Flask applications using GitHub Actions
Learning Graph Theory with NetworkX and matplotlib
https://levelup.gitconnected.com/learning-graph-theory-with-networkx-and-matplotlib-65077601fb00
https://levelup.gitconnected.com/learning-graph-theory-with-networkx-and-matplotlib-65077601fb00
Medium
Learning Graph Theory with NetworkX and matplotlib
A Hello World tour of Graphs
Speeding up Python computations using concurrency.
https://levelup.gitconnected.com/speeding-up-python-computations-using-concurrency-ee669c8dead7
https://levelup.gitconnected.com/speeding-up-python-computations-using-concurrency-ee669c8dead7
Medium
Speeding up Python computations using concurrency.
Part 1 — Using Dask delayed
5 ChatGPT plugins That Will put you ahead of 99% of Data Scientists
https://levelup.gitconnected.com/5-chatgpt-plugins-that-will-put-you-ahead-of-99-of-data-scientists-4544a3b752f9
https://levelup.gitconnected.com/5-chatgpt-plugins-that-will-put-you-ahead-of-99-of-data-scientists-4544a3b752f9
Exploring Python’s Instance, Class, and Static Methods
https://towardsdev.com/exploring-pythons-instance-class-and-static-methods-afa3627c7ea7
https://towardsdev.com/exploring-pythons-instance-class-and-static-methods-afa3627c7ea7
Medium
Exploring Python’s Instance, Class, and Static Methods
Python, as an object-oriented programming language, leverages a variety of methods to manipulate data and functionality within classes…
Python vs. Other Languages: Which Should You Choose?
https://medium.com/@xyuon.tech/python-vs-other-languages-which-should-you-choose-6a86031dc0d4
https://medium.com/@xyuon.tech/python-vs-other-languages-which-should-you-choose-6a86031dc0d4
Medium
Python vs. Other Languages: Which Should You Choose?
Programming languages serve as the building blocks of software development, acting as tools for expressing algorithms and solving problems…
Running a Free Powerful AI Coding LLM on CPU
https://medium.com/@fareedkhandev/running-a-free-powerful-ai-coding-llm-on-cpu-6945544f3992
https://medium.com/@fareedkhandev/running-a-free-powerful-ai-coding-llm-on-cpu-6945544f3992
Medium
Running a Free Powerful AI Coding LLM on CPU
Replit Code Instruct is a powerful tool that generates code snippets, explanations, and tutorials from natural language prompts. While it…
Snowpark ML, A Machine Learning Toolkit for Snowflake
https://medium.com/snowflake/snowpark-ml-a-machine-learning-toolkit-for-snowflake-4119b0bf204
https://medium.com/snowflake/snowpark-ml-a-machine-learning-toolkit-for-snowflake-4119b0bf204
Medium
Snowpark ML, A Machine Learning Toolkit for Snowflake
During its annual Summit 2023 user conference in the last week of June, Snowflake announced the availability of Snowpark ML, which is a set of tools, including SDKs and underlying infrastructure, for…
Python and JSON: A Friendly Guide to Making Your Data Talk Across Platforms
https://python.plainenglish.io/python-and-json-a-friendly-guide-to-making-your-data-talk-across-platforms-fcf19964006c
https://python.plainenglish.io/python-and-json-a-friendly-guide-to-making-your-data-talk-across-platforms-fcf19964006c
Medium
Python and JSON: A Friendly Guide to Making Your Data Talk Across Platforms
Let’s unlock the secrets of JSON together, and trust me, you’ll want to stick around till the end — I’ve saved the best for last! ✅ 🏆
Is Python a must-have skill in the supply chain?
https://medium.com/@sime.curkovic/is-python-a-must-have-skill-in-the-supply-chain-e204b8addc8b
https://medium.com/@sime.curkovic/is-python-a-must-have-skill-in-the-supply-chain-e204b8addc8b
Medium
Is Python a must-have skill in the supply chain?
Is Python a must-have skill in the supply chain? https://lnkd.in/dcEJuZJX. How much Python do I need? https://lnkd.in/e6Rmzpw. I had a SCM…
FastAPI CRUD app with Raw SQL | Part 1
https://medium.com/@adnan-kaya/fastapi-crud-app-with-raw-sql-part-1-d62bad80a386
https://medium.com/@adnan-kaya/fastapi-crud-app-with-raw-sql-part-1-d62bad80a386
Medium
FastAPI CRUD app with Raw SQL | Part 1
In this article, we will explore how to build a FastAPI CRUD (Create, Read, Update, Delete) application using raw SQL queries with the…
Analyzing Trade Networks Using NetworkX and Plotly: Unveiling Patterns and Insights
https://medium.com/@amuhryanto/analyzing-trade-networks-using-networkx-and-plotly-unveiling-patterns-and-insights-e36d5d242e58
https://medium.com/@amuhryanto/analyzing-trade-networks-using-networkx-and-plotly-unveiling-patterns-and-insights-e36d5d242e58
Medium
Analyzing Trade Networks Using NetworkX and Plotly
Trade networks play a pivotal role in the global economy, and understanding their interconnected nature is crucial for businesses…
Dockerized Flask Monitoring Application with Automated Script
https://medium.com/@parag.patil2411/dockerized-flask-monitoring-application-with-automated-script-f497284a4afa
https://medium.com/@parag.patil2411/dockerized-flask-monitoring-application-with-automated-script-f497284a4afa
Medium
Dockerized Flask Monitoring Application with Automated Script
Description: This project demonstrates the containerization of a monitoring application built with Flask and psutil using Docker. The…