Python
Our entire platform is built using Python and Javascript. Python is an extremely easy-to-learn programming language, widely adopted in Machine learning and NLP. With its flexible deployment options and low hardware requirements, Python is likely to dominate the market for the next five years.
Beginners, start here: Practical Python Programming.
If you’re already comfortable with Python, consider Advanced Python Mastery.
Both are excellent courses by David Beazley, author of the Python Cookbook.
Next, watch some of **James Powell’s** talks
And read Python Design Patterns.
Supplementary
- Book: Fluent Python, 2nd Edition (code)
- Podcasts: Real Python & Talk Python
PyTorch
Watch the PyTorch Tutorials by Aladdin Persson.
The PyTorch website is also a great resource:
You can test your knowledge with some puzzles:
Supplementary