Bin Zhang Data, AI, and engineering notes
Home Blog Archive

Tags

  • #agents
  • #autogen
  • #cloud
  • #containers
  • #data platform
  • #dataframe
  • #deep learning
  • #etl
  • #functional programming
  • #langchain
  • #langgraph
  • #leadership
  • #linear algebra
  • #llm apps
  • #llm fundamentals
  • #llmops
  • #mcp
  • #mlops
  • #model training
  • #optimization
  • #orchestration
  • #python
  • #rag
  • #spark
  • #sql
  • #streaming
  • #tool use
  • #web development

Gradio with Ollama

December 15, 2024
AI ENGINEERING
llm appspythonllmops

%%{init: { 'look':'handDrawn' } }%%

PySpark Dataframe Transformation

November 15, 2024
DATA ENGINEERING
sparkpythondataframe

```python linenums="1" spark = ( SparkSession.builder.master("local[]").appName("test").getOrCreate() ) d = [ Event(1, "abc"), Event(2, "ddd"), ]

Databricks Wheel Job

November 1, 2024
DATA ENGINEERING
data platformsparkpython

My previous spark project is scala based and I use IDEA to compile and test conveniently.:smile::smile::smile: Databricks Job nice UI save your time...

Python Decorator

October 23, 2024
SOFTWARE ENGINEERING
python

:bulb: It will extend your function behaviors during runtime.

Reflex Learning

October 13, 2024
SOFTWARE ENGINEERING
pythonweb development

Reflex (pynecone) Reflex is a library to build full-stack web apps in pure Python. Repo Video type:video

How to execute python modules

September 8, 2024
SOFTWARE ENGINEERING
python

We can use internal runpy to execute different moduls in our project.

© 2026 Bin Zhang. All rights reserved.