You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01_overview/overview.mdx
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,19 @@ The [Apify client for Python](https://github.com/apify/apify-client-python) is t
22
22
23
23
Key features:
24
24
25
-
-**Synchronous and asynchronous interfaces** for flexible integration
26
-
-**Automatic retries** for improved reliability
27
-
-**JSON encoding** with UTF-8 for all requests and responses
28
-
-**Comprehensive API coverage** for [Actors](), [datasets](), [key-value stores](), and more
25
+
- Synchronous and asynchronous interfaces for flexible integration
26
+
- Automatic retries for improved reliability
27
+
- JSON encoding with UTF-8 for all requests and responses
28
+
- Comprehensive API coverage for [Actors](/platform/actors), [datasets]/platform/storage/dataset), [key-value stores](/platform/storage/key-value-store), and more
29
29
30
30
## Prerequisites
31
31
32
32
Before installing the Apify client, ensure your system meets the following requirements:
33
33
34
-
-**Python 3.10 or higher**: You can download Python from the [official website](https://www.python.org/downloads/).
35
-
-**Python package manager**: While this guide uses Pip (the most common package manager), you can also use any package manager you want. You can download Pip from the [official website](https://pip.pypa.io/en/stable/installation/).
34
+
-_Python 3.10 or higher_: You can download Python from the [official website](https://www.python.org/downloads/).
35
+
-_Python package manager_: While this guide uses [pip](https://pip.pypa.io/en/stable/), you can also use any package manager you want.
36
36
37
-
To verify that Python and Pip are installed, run the following commands:
37
+
To verify that Python and pip are installed, run the following commands:
38
38
39
39
```sh
40
40
python --version
@@ -148,6 +148,8 @@ Running an Actor might take time, depending on the Actor's complexity and the am
148
148
149
149
Now that you're familiar with the basics, explore more advanced features:
150
150
151
-
-[Async support](/concepts/async-support) - Learn about asynchronous programming with the client
152
-
-[Examples](/examples/passing-input-to-actor) - See practical examples for common use cases
153
-
-[API Reference](/reference/class/ApifyClient) - Browse the complete API documentation
151
+
-[Asyncio support](/concepts/asyncio-support) - Learn about asynchronous programming with the client
152
+
- Common use-case examples like:
153
+
-[Passing an input to Actor](/api/client/python/docs/examples/passing-input-to-actor)
154
+
-[Retrieve Actor data](/api/client/python/docs/examples/retrieve-actor-data)
155
+
-[API Reference](/api/client/python/reference) - Browse the complete API documentation
0 commit comments