How I would learn to code from scratch (If I had to start over)

Описание к видео How I would learn to code from scratch (If I had to start over)

1. Find a beginners guide
- installation
- IDE setup
- configuration
2. Learn basic programming concepts and syntax
1. Data Types
2. Operators
3. Variables
4. Conditions
5. Looping
6. Lists, dictionaries, sets
7. Functions
3. Take all previous concepts and make a project with them (even if it’s simple)
1. Make a text based program that uses a combination of loops, conditionals and data structures
4. Learn web development with python (lean on documentation)
1. study about http request and requesting information from APIs
2. learn the request module within python
3. build a website with flask to do one simple action with flask (easy to configure and get up and running)
4. Django frame (more complex and more configuration is required)
5. Start learning more advance concepts like OOP (architecture based learning, how to write clean reusable code)

Комментарии

Информация по комментариям в разработке