Taicheng's Profile

  • AI
  • Cloud
  • Ops
  • Code
  • BUSI
  • About


A Certified Cloud Architect & AI Enthusiast

Illustration of a bird flying.
  • String indexing and slicing

    Indexing and slicing are powerful tools in Python that allow you to access specific elements or parts of a sequence. Both indexing and slicing use square brackets. Remember that in a slice the starting index is inclusive and the stopping index is exclusive, and that negative indices count from the end of the sequence

    February 15, 2025

  • Tableau AI

    Tableau AI represents a significant leap forward in data analytics, empowering everyday users to unlock insights like never before. It seamlessly integrates AI technologies across the Tableau platform, lowering the barrier to insightful analysis and delivering personalized, predictive insights.

    February 15, 2025

  • Loops, break, and continue

    A while loop allows you to repeatedly execute a block of code while a certain condition is true. You can use the break statement to exit the loop prematurely, and the continue statement to skip to the next iteration of the loop without executing the rest of the code in the current iteration. A for…

    February 15, 2025

  • The Zen of Python

    Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren’t special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the…

    February 14, 2025

  • Built-in Functions

    The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.

    February 14, 2025

  • Jupyter notebook

    The Jupyter Notebook is a web-based interactive computing platform.

    February 13, 2025

  • Cursor

    Built to make you extraordinarily productive.

    February 11, 2025

  • Lovable

    Idea to app in seconds.

    February 11, 2025

  • Windsurf

    The Windsurf Editor is where the work of developers and AI truly flow together, allowing for a coding experience that feels like literal magic.

    February 11, 2025

  • Build an Agent

    By themselves, language models can’t take actions – they just output text. A big use case for LangChain is creating agents. Agents are systems that use LLMs as reasoning engines to determine which actions to take and the inputs necessary to perform the action. After executing actions, the results can be fed back into the LLM to determine whether more…

    February 11, 2025

←Previous Page
1 2 3 4 5 6 … 34
Next Page→