> Practice Python every day
> Continue my back-end development learning through Boot.dev (currently building a book bot)
> Small study blocks with Pytorch/Numpy & SQL
> Practice Python every day
> Continue my back-end development learning through Boot.dev (currently building a book bot)
> Small study blocks with Pytorch/Numpy & SQL
"An API is like a waiter in a restaurant who takes your order and delivers it to the kitchen."
😁
"An API is like a waiter in a restaurant who takes your order and delivers it to the kitchen."
😁
- Benjamin Graham
- Benjamin Graham
1) Bugs are unexpected, and your code needs to be fixed
2) Errors are expected, and you handle it by raising an exception and alert the user
1) Bugs are unexpected, and your code needs to be fixed
2) Errors are expected, and you handle it by raising an exception and alert the user
Do you have a credit card with a limit of $1,000? Call your creditor and ask to double it!
Do you have a credit card with a limit of $1,000? Call your creditor and ask to double it!
In general, lenders can offer you a cash out refinance up to 80% of the value of your home.
Example:
Your house is worth $350,000.
80% of 350k = 280k total loan amount
In general, lenders can offer you a cash out refinance up to 80% of the value of your home.
Example:
Your house is worth $350,000.
80% of 350k = 280k total loan amount
Guido Van Rossum was asked by Lex Friedman, "How should you learn Python?" His response was simple yet profound: "Find something you want to do with it."
Guido Van Rossum was asked by Lex Friedman, "How should you learn Python?" His response was simple yet profound: "Find something you want to do with it."
1) A dictionary holds both a key & value
2) A set has individual elements
Example 1)
{"key1": "value1"}
Example 2)
{"element"}
1) A dictionary holds both a key & value
2) A set has individual elements
Example 1)
{"key1": "value1"}
Example 2)
{"element"}