Category: Programming

  • pygwalker

    pygwalker

    PyGWalker can simplify your Jupyter Notebook data analysis and data visualization workflow, by turning your pandas dataframe (and polars dataframe) into a Tableau-style User Interface for visual exploration. https://user-images.githubusercontent.com/8137814/221879671-70379d15-81ac-44b9-b267-a8fa3842a0d9.png

  • Protected: CUHK ACCT Master 2023 Python Advanced

    Protected: CUHK ACCT Master 2023 Python Advanced

    There is no excerpt because this is a protected post.

  • Protected: CUHK ACCT Master 2023 Python Basic

    Protected: CUHK ACCT Master 2023 Python Basic

    There is no excerpt because this is a protected post.

  • Jupyter Tips

    Jupyter Tips

    Basic Keyboard Shortcuts Tab Completion listing available modules on import listing available modules after import function completion variable completion listing relative path directory contents Jupyter Magic Functions List of the available magic commands %lsmagic Jupyter Magic Functions Available cell magics: Automagic is ON, % prefix IS NOT needed for line magics. Display plots inline Run…

  • Markdown tutorial advanced

    Markdown tutorial advanced Table Draw Table You can create tables with pipes | and hyphens -. Hyphens are used to create each column’s header, while pipes separate each column. You must include a blank line before your table in order for it to correctly render. Cells can vary in width and do not need to…

  • Markdown tutorial fundamental

    Markdown tutorial fundamental

    Markdown tutorial fundamental Markdown is a clean and neat text file for writing HTML without typing HTML that human can read the content easily from source markdown file. HTML is the file for a browser to display the content but human cannot read the content easily. We assume you have already have VS Code installed…

  • VS Code Markdown guide

    VS Code Markdown guide

    VS Code Markdown guide Make sure you have VS Code installed. VS Code comes with Markdown extension by default, but you can add more to improve the productivity. Markdown extensions allow you to extend and enhance Visual Studio Code’s built-in Markdown preview. This includes changing the look of the preview or adding support for new Markdown syntax.…

  • Protected: Flutter course 1

    There is no excerpt because this is a protected post.

  • VS Code configs

    VS Code has many features but also it will have different settings in different computer. Some common setup can be found below. Configure display Language Change display language. Ctrl+Shift+P -> Configure display language -> Select your language https://code.visualstudio.com/docs/getstarted/locales Terminal Profiles If you can open terminal, then you can switch to another terminal from the terminal…

  • Composer in ISPConfig

    Install Composer in ISPConfig Find the user of your domain from the ISPConfig admin panel. It should be web[number], EG. web1. Login SSH as root. Modify /etc/passwd, search web?, Change /bin/false to /bin/bash Change folder protection. Be Careful Change folder ownership login as web user Download and install composer (one time only). Check composer Output: Composer…