-
CoPilot X
- Copilot Chat: https://github.com/features/preview/copilot-x
- Copilot Voice: https://githubnext.com/projects/copilot-voice/
- Copilot Docs: https://githubnext.com/projects/copilot-for-docs/
- Copilot for PRs: https://githubnext.com/projects/copilot-for-pull-requests/
- Copilot CLI: https://githubnext.com/projects/copilot-cli/
- https://www.simulationcorner.net/__darmstadt__/ (Remove underscores)
- Experiments Code
- https://blog.hackertab.dev/50-chat-gpt-prompts-every-software-developer-should-know-tested
- https://blog.google/technology/developers/google-colab-ai-coding-features/
- Aider: AI powered coding in the terminal
- https://github.com/gventuri/pandas-ai
- https://medium.com/@fareedkhandev/pandas-ai-the-future-of-data-analysis-8f0be9b5ab6f
import pandas as pd
from pandasai import PandasAI
from pandasai.llm.openai import OpenAI
llm = OpenAI(api_token="")
pandas_ai = PandasAI(llm)
df = pd.read_csv('grades.csv')
print(df)
#pandas_ai.run(df, prompt='Who had the best grade and who had the worst grade? The German grading system is used where 1.0 is the best.')
#pandas_ai.run(df, prompt='Show me the histogram of the mark?')
#pandas_ai.run(df, prompt='What is the average mark?')
pandas_ai.run(df, prompt='Who is the closest to the average mark?')
First name,Last name,Grade
Rachel,Booker,1.3
Laura,Grey,4
Craig,Johnson,2
Mary,Jenkins,2
Jamie,Smith,2.3
- Can GPT pass my programming courses?
- The Robots Are Coming: Exploring the Implications of OpenAI Codex on Introductory Programming
- texas_am_commerce_professor_fails_entire_class_of
- ChatGPT und die Logik
- ChatGPT und die Mathematik
- the-end-of-programming-as-we-know-it
- The AI revolution already transforming education