Why should you learn Python?
- simple yet powerful
- versatile
- clean
- beginner friendly
- tremendous job opportunities
- high demand
- readability
- awesome community
- awesome ecosystem
- web development
- machine learning
- simple yet powerful
- versatile
- clean
- beginner friendly
- tremendous job opportunities
- high demand
- readability
- awesome community
- awesome ecosystem
- web development
- machine learning
👍8❤2
👍2
9 tips to improve your code:
- Declare variables close to usage
- Functions do 1 thing
- Avoid long functions
- Avoid long lines
- Don't repeat code
- Use descriptive variable/function names
- Use few arguments
- Simplify conditions (return age >17;)
- Remove unused code
- Declare variables close to usage
- Functions do 1 thing
- Avoid long functions
- Avoid long lines
- Don't repeat code
- Use descriptive variable/function names
- Use few arguments
- Simplify conditions (return age >17;)
- Remove unused code
👍13🤩5❤3👏1
Without errors, No-one can become a good programmer.
Errors are the most important phase of learning to code.
Errors are the most important phase of learning to code.
👍15❤4
Here are some of the amazing Websites to Learn Python from Beginning to Advanced. 👇👇
1. LearnPython
🔗 Playlist Link
2. W3Schools
🔗 Playlist Link
3. Khan Academy
🔗 Playlist Link
4. FreeCodeCamp
🔗 Playlist Link
5. Sololearn
🔗 Playlist Link
1. LearnPython
🔗 Playlist Link
2. W3Schools
🔗 Playlist Link
3. Khan Academy
🔗 Playlist Link
4. FreeCodeCamp
🔗 Playlist Link
5. Sololearn
🔗 Playlist Link
👏7👍5❤2
Best python github Repositories very helpful for beginners -
1. scikit-learn : https://github.com/scikit-learn
2. Flask : https://github.com/pallets/flask
3. Keras : https://github.com/keras-team/keras
4. Sentry : https://github.com/getsentry/sentry
5. Django : https://github.com/django/django
6. Ansible : https://github.com/ansible/ansible
7. Tornado : https://github.com/tornadoweb/tornado
1. scikit-learn : https://github.com/scikit-learn
2. Flask : https://github.com/pallets/flask
3. Keras : https://github.com/keras-team/keras
4. Sentry : https://github.com/getsentry/sentry
5. Django : https://github.com/django/django
6. Ansible : https://github.com/ansible/ansible
7. Tornado : https://github.com/tornadoweb/tornado
GitHub
scikit-learn
Repositories related to the scikit-learn Python machine learning library. - scikit-learn
👍7❤1