How to Get the Current Time in Python

Getting the current time in Python is a nice starting point for many time-related operations. One very important use case is creating timestamps. In this tutorial, you’ll learn how to get, display, and format the current time with the datetime module. To effectively use the current time in your Python applications, you’ll add a few tools to your belt. For instance, you’ll learn how to read attributes of the current time, like the year, minutes, or seconds. To make the […]

Read more

Exploring LLMs’ potential to help facilitators enhance online healthcare communities

This research paper was presented at the Fourth African Human Computer Interaction Conference (opens in new tab) (AfriCHI 2023), the pan-African conference on interactive digital technology design. Online health communities can be a lifeline for people seeking healthcare support, enabling them to share experiences, ask questions, and receive help. These are particularly vital in low-and-middle-income countries (LMICs), where  

Read more

Collaborators: Teachable AI with Cecily Morrison and Karolina Pakėnaitė

CECILY MORRISON: Thank you, Gretchen. KAROLINA PAKĖNAITĖ: Yeah, thank you. HUIZINGA: Before we hear more about Find My Things, let’s get to know the both of you. And, Cecily, I’ll start with you. Give us a brief overview of your background, including your training and expertise, and what you’re up to in general right now. We’ll get specific shortly, but I just want to have sort of the umbrella of your raison d’être, or your reason for research being, as […]

Read more

GPT Store Faces Delay in Launch Amidst Turmoil

OpenAI, the artificial intelligence powerhouse, has informed eager users that the launch of its GPT store is facing a delay until next year. The company conveyed this update via an email sent to individuals who had signed up for its GPT Builder. In the email, OpenAI cited unforeseen challenges that have kept the team occupied, leading to the postponement of the GPT store’s rollout. Originally slated for a December release, this timeframe was already slightly later than initially promised. At […]

Read more

Serialize Your Data With Python

Whether you’re a data scientist crunching big data in a distributed cluster, a back-end engineer building scalable microservices, or a front-end developer consuming web APIs, you should understand data serialization. In this comprehensive guide, you’ll move beyond XML and JSON to explore several data formats that you can use to serialize data in Python. You’ll explore them based on their use cases, learning about their distinct categories. By the end of this tutorial, you’ll have a deep understanding of the […]

Read more

Tackling sign language data inequity

Access to information is considered a human right by many global organizations and governments. But even though at least 71 countries mandate the provision of services in sign language, most information resources (like search engines or news sites) are presented in written language only. Sign languages are the primary means of communication for about 70 million d/Deaf people worldwide, and are also used by hearing family members, friends, and colleagues. While over 300 sign  

Read more

OpenAI CEO Reinstated Amidst Controversy over AI Chip Deal

Rain AI, located in close proximity to OpenAI’s San Francisco headquarters, specializes in developing NPUs designed to replicate features of the human brain. The nonbinding agreement between OpenAI and Rain AI, dating back to 2019, recently came to light through investor documents and a copy of the deal obtained by WIRED. Altman’s personal investment of over $1 million in Rain AI further complicates the situation. This revelation sheds light on the intricate web of personal investments Altman maintains, potentially influencing […]

Read more

Using Polars in a Pandas world

Polars is a dataframe-based library that can be faster, more memory efficient, and often simpler to use than Pandas. It’s also much newer, and correspondingly less popular. In November 2023: Polars had ~2.6 million downloads from PyPI. Pandas had ~140 million downloads! Because of Pandas’ popularity and decade and a half of availability, there are many third-party libraries with built-in support for Pandas, and others that specifically extend Pandas. Many plotting and visualization libraries will accept Pandas dataframes as an […]

Read more

What is LangChain | Introduction to LangChain for Beginners with Examples

Introduction Ever since OpenAI released ChatGPT last year, the buzz around LLMs (Large Language Models) has grown exponentially, with many new LLMs getting released every other day. As if so many LLMs are not confusing enough for people, there is another growing buzz in the community around an LLM framework called LangChain. In this article,  we will understand what is LangChain, why is it needed, and how it works. We will also show some examples, but will not deep dive […]

Read more
1 118 119 120 121 122 985