- Use %, vw, or, vh for elements that should adapt to the viewport.
- Use max-width instead of width
- Use responsive design patterns - Flexbox, Grid
- Only use units that dynamically change with the viewport like %, rem.
In your command-line run the following commands:
brew doctor
brew update
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
Python for AI learning resources.
Below are resources might need to learn Python for AI and Data Science.
Quick note, as a student some of these platforms you can access for free using the Github Sudent Pack, take advantage of that.
Here is a roadmap to Data Science from Hackernoon.
Interactive learning tutorials.