-
Notifications
You must be signed in to change notification settings - Fork 29
Added About task #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added About task #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed some minor issues
|
||
It is a perfect starting point for getting acquainted with programming. | ||
Python is easier to read, write, and learn than most other programming languages. | ||
With Python you won’t get stuck on a simple beginner’s task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With Python, you won’t get stuck on a simple beginner’s task.
It is a perfect starting point for getting acquainted with programming. | ||
Python is easier to read, write, and learn than most other programming languages. | ||
With Python you won’t get stuck on a simple beginner’s task. | ||
Python’s many forums, Q&A platforms, and supportive open-source community are invaluable resources to help keep you motivated as you learn. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Numerous Python forums and Q&A platforms, as well as a supportive open-source community are invaluable resources to help you stay motivated as you learn.
|
||
#### Why Learn Python? | ||
Python is one of the most popular programming languages in the world. | ||
Used extensively in data science, ML, and AI, Python is the fastest-growing major programming language. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used extensively in data science, ML, and AI, Python is the fastest growing major programming language.
|
||
After completing this course, you should be able to: | ||
|
||
- understand and make use of basic programming concepts, such as variables, data structures, functions and classes; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
understand and make use of basic programming concepts, such as variables, data structures, functions, and classes;
No description provided.