Skip to content

Commit 5ab41ee

Browse files
authored
June 13 notes (#19)
* mtg dates updates * add June 13 mtg notes * capitalization
1 parent b71df54 commit 5ab41ee

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Shared space for the Python{4}Lib group.
44
See our [meeting notes](mtg_notes.md) for more details.
55

66
Upcoming meetings (meetings at 11am Eastern time):
7-
+ June 13th, 2023
87
+ June 27th, 2023
98
+ July 11th, 2023
109
+ July 25th, 2023
10+
+ August 8th, 2023
1111

1212
Would like to suggest a worthy resource? See [contributing instructions](CONTRIBUTING.md).
1313

mtg_notes.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### June 13, 2023
2+
+ Python podcasts suggestion from Tomasz: [PythonBytes](https://pythonbytes.fm/)
3+
+ David talked about an new Python module called “Pandas AI” that did find useful if you have a paid chatGPT account
4+
+ https://github.com/gventuri/pandas-ai
5+
+ “Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational”
6+
+ David id also find a poorly written blog post that was claiming featured that Pandas AI does NOT have, so stay away from this article…
7+
+ https://levelup.gitconnected.com/introducing-pandasai-the-generative-ai-python-library-568a971af014
8+
+ We talked about when we have used chatGPT to write some Python code snippets, and what were our results.
9+
+ The results were mostly positive, but we talked about the benefits of already knowing Python well enough to formulate request more precisely and evaluate how well the chatGPT responses were
10+
+ Someone mentioned that chatGPT has become as an alternative to StackOverflow, specially if you are in a hurry
11+
+ Someone mentioned Github Copilot: “Those of us who have GitHub educator accounts have free access to Copilot. Have not tried it. Very reluctant, personally.” Which uses AI to write code for you.
12+
+ https://en.wikipedia.org/wiki/GitHub_Copilot
13+
+ As a counter argument there is this article [“Why I don’t use Copilot”](https://inkdroid.org/2023/06/04/copilot/)
14+
+ Will StackOverflow become obsolete with the revolution in AI? Yamil thinks that it is a good inspiration for prompts, and still has great information
15+
+ We saw an example of sharing a snippet of object oriented Python code to ask chatGPT to explain what is missing
16+
+ One of the participants was glad to get the explanations from chatGPT of what was missing in their object oriented code
17+
+ Here is the link to the chat https://chat.openai.com/share/fea426fb-cb02-4b38-9f42-128f59115fc4
18+
+ A recent Code4Lib article that talked about using AI generated code was shared [“Utilizing R and Python for Institutional Repository Daily Jobs”](https://journal.code4lib.org/articles/17134)
19+
+ We briefly talked about the ethics of using AI written code that was trained on code that other published publicly on Github, but without their explicit consent
20+
+ Podcast example crated by AI:
21+
“I’ve been listening to this series in the Planet Money podcast where they try to make an entire podcast episode made by AI:” https://www.npr.org/series/1178395718/planet-money-makes-an-episode-using-ai
22+
+ Charles asked if anyone was using Python to automate work with the Azure cloud computing platform
23+
+ https://en.wikipedia.org/wiki/Microsoft_Azure
24+
+ We briefly talked about [“Azure Functions”](https://learn.microsoft.com/en-us/azure/azure-functions/functions-overview?pivots=programming-language-csharp) which seem similar to [AWS Lambda](https://en.wikipedia.org/wiki/AWS_Lambda)
25+
+ We talked about a great site and free book that many people use to get started with Python [“Python for Everyone”](https://www.py4e.com/)
26+
+ We also talked about the well known and still very popular Python [Requests](https://requests.readthedocs.io/en/latest/) module, and but also the newer and “async compatible” [HTTPX](https://www.python-httpx.org/) module, which was also mentioned on the Python Slack channel.
27+
128
### May 30, 2023
229
+ David shared his code utlizing `pymarc` to harvest and clean OCLC records. An older example of code: https://github.com/derlandson/PyCat
330
+ Demo of Match MARC toolset as well.

0 commit comments

Comments
 (0)