<aside> ✅ Plan your programming learning path in 2022 with the following checklist. Check the boxes after you understand the concepts.
</aside>
[ ] Setting up coding environment
[ ] Datatype and Variables
[ ] Conditional Statement
[ ] Loop Statement
[ ] Function
[ ] FileIO - Input Output
[ ] GUI with Pygame
<aside> ✍️ Write some code snippets here to demonstrate your understanding of each concept
</aside>
Example: How to create your first program in Python
def print_hello():
print("Hello my name is Dung")
def main():
print_hello()
main()
[ ] HTML
[ ] CSS
[ ] Domain name and server
[ ] Form
[ ] Javascript
[ ] MySQL
[ ] Php
<aside> ✍️ Write down what you have learned. For example, write down the process to create a website:
</aside>
[ ] Install XAMARIN and VISUAL STUDIO
[ ] Constructors and class
[ ] Encapsulation
[ ] Inheritant
[ ] Abstraction
[ ] Polymorphism
[ ] Build projects