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: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ This repository is designed to help Python learners at all levels, starting with
12
12
13
13
## Setup
14
14
15
-
-Make sure that you have at least Python `3.6` or later (we recommend `3.12`) installed on your computer. You can do a quick search and download it from a trusted provider for your platform.
15
+
-Ensure have at least Python `3.6` or later (we recommend `3.12` or later) installed on your computer. You can do a quick search and download it from a trusted provider for your platform.
16
16
17
-
-Make sure that you have an IDE, or a place where you could code and run the Python interpreter.
17
+
-Ensure you have an IDE or a place where you can code and run the Python interpreter.
18
18
> [!TIP]
19
19
> We use Visual Studio Code. It's fast, efficient, and has many extensions and customizability options.
20
20
@@ -55,14 +55,11 @@ These projects are ideal for those new to Python. Each project includes a descri
55
55
56
56
</details>
57
57
58
-
Working code solutions can be found in the `/Beginner` folder.
59
-
60
-
---
58
+
> [!NOTE]
59
+
> Working code solutions are in the `/Beginner` folder.
61
60
62
61
## Contributing
63
62
Contributions are welcome! If you have project ideas or improvements, feel free to fork the repository and open a pull request.
64
63
65
-
---
66
-
67
64
## License
68
65
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments