playground-for-python icon indicating copy to clipboard operation
playground-for-python copied to clipboard

Simple examples that help you get started with Appwrite + Python (=❤️)

Results 9 playground-for-python issues
Sort by recently updated
recently updated
newest added

### 👟 Reproduction steps ```python Running Create Database API --------------------------------------------------------------------------- gaierror Traceback (most recent call last) File /usr/lib/python3/dist-packages/urllib3/connection.py:174, in HTTPConnection._new_conn(self) 173 try: --> 174 conn = connection.create_connection( 175 (self._dns_host, self.port),...

bug

### 👟 Reproduction steps Code I ran : ```python users = Users(client) result = users.create('uiduid123', '[email protected]', 'password') result ``` Error I got : ```python -------------------------------------------------------------------------- gaierror Traceback (most recent call...

bug

implementing getter and setter from hemangjoshi37a : https://github.com/hemangjoshi37a/playground-for-python https://github.com/hemangjoshi37a/sdk-for-python

## What does this PR do? Updated inconsistent formatting and quotes. ## Test Plan (Write your test plan here. If you changed any code, please provide us with clear instructions...

### 🔖 Feature description Hello maintainers. I would like to add gitpod to your repo to help beginners contribute. - Gitpod is an online IDE which can be launched from...

Seems better to use sys.argv instead of deriving email, password and name for create_user() arguments.

### 🔖 Feature description The appwrite package used in this playground is quite old. ### 🎤 Pitch The package should be updated so it can easily be run against cloud....

## What does this PR do? It basically prints the function processes in different colors. ## Test Plan I have replaced the 'p()' function with rich's print function to colorize...

## What does this PR do? - [x] Updates python package - [x] endpoint defaulted to appwrite cloud in playground python file (Provide a description of what this PR does.)...