Skip to content

Commit f27ef3f

Browse files
authored
Update 1.1. Python.md
1 parent 55dda6d commit f27ef3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1. Initializing/1.1. Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ While Python dominates the AI/ML landscape, other languages like [R](https://www
4949

5050
Choosing the right Python version is a critical step in setting up your project. While it's tempting to always use the latest version, compatibility with key libraries and your production environment is more important.
5151

52-
As a general rule, it's best to **use the latest stable version of Python that is supported by your project's key dependencies**. For most AI/ML projects, this means **Python 3.9 or newer**.
52+
As a general rule, it's best to **use the latest stable version of Python that is supported by your project's key dependencies**.
5353

5454
Here's a simple process for choosing a version:
5555

0 commit comments

Comments
 (0)