Skip to content

Commit 4c14b2c

Browse files
authored
Update Python section with resources for beginners
Added recommendations and resources for learning Python.
1 parent 9566654 commit 4c14b2c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_posts/list/2025-01-31-best-programming-languages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ image: /assets/images/best/best-language.webp
4949
- I'm still a bit new to python, learned it around mid-2023, and since VBA and C# covers most of my use cases it's my least used language. I do plan to develop some web apps with Python in future, since Python has a lot of tools in that area.
5050
- Python is the most versatile language among all programming languages in this list. It's a perfect tool which is going to help you throughout your entire life.
5151
- Pick this as your first language if you're really serious about automation and programming.
52-
- One major reason I don't recommend python to beginners is that python has too many options in everything, too many libraries, too many open source software, too many frameworks, it's easy to get lost in all of them. This is overwhelming for beginners.
52+
- One major reason I don't recommend python to beginners is that python has too many options in everything, too many libraries, too many open source software, too many frameworks, it's easy to get lost in all of them. This is overwhelming for beginners. .
53+
- If you decide to use Python then check out [Best Resources to learn python ](/posts/python-best-resources)
54+
- Additionally go through all post with `python` tags on this website [python](/tags/python)
5355

5456
#### C#
5557
- Difficulty Level : Hard

0 commit comments

Comments
 (0)