Forwarded from Found This
Found this weird control flow option in Python where you can use else clause in a for or while loop and it executes, if the loop finishes without executing the break.
https://docs.python.org/3/tutorial/controlflow.html#else-clauses-on-loops
#Python #Loop #Else
letters = ['a', 'b', 'c']
looking_for = 'a'
for letter in letters:
if letter == looking_for:
print('Found the letter!')
break
else:
print("Didn't find the letter.")
https://docs.python.org/3/tutorial/controlflow.html#else-clauses-on-loops
#Python #Loop #Else
π2
1. Make requirements less dumb: Question requirements to remove unnecessary work
2. Delete a part or process: Delete parts or processes that are unnecessary
3. Simplify and optimize: Take a holistic view of the project and simplify or optimize the design
4. Accelerate cycle time: Move faster in the right direction, but only after the first three steps are satisfied
5. Automate: Automate everything that can be automated
2. Delete a part or process: Delete parts or processes that are unnecessary
3. Simplify and optimize: Take a holistic view of the project and simplify or optimize the design
4. Accelerate cycle time: Move faster in the right direction, but only after the first three steps are satisfied
5. Automate: Automate everything that can be automated
π1
When?
Can Europe build its first trillion-dollar start-up?
Can Kenya Build its first billion dollar startup?
Can Ethiopia build its first 100 million dollar startup?
When?
Or is it only the US and China that will truly and effectively accelerate going forward?
Can Europe build its first trillion-dollar start-up?
Can Kenya Build its first billion dollar startup?
Can Ethiopia build its first 100 million dollar startup?
When?
Or is it only the US and China that will truly and effectively accelerate going forward?
DynamoDB and Postgress had a baby, kinda.
AWS introduces Amazon Aurora DSQL, a new serverless, distributed SQL database that promises high availability, strong consistency, and PostgreSQL compatibility .
AWS introduces Amazon Aurora DSQL, a new serverless, distributed SQL database that promises high availability, strong consistency, and PostgreSQL compatibility .
β‘1
This media is not supported in your browser
VIEW IN TELEGRAM
2013 β> 2024
BTC's a decade long journey from 100 to 100k side by side.
BTC's a decade long journey from 100 to 100k side by side.
'LLM agents live inside of semantics the way we live inside of physics'
I heared A board member at OpenAI saying this... apt metaphor
I heared A board member at OpenAI saying this... apt metaphor
β‘2
Hold a value workshop to ensure customers are experiencing the promised value. If they arenβt, this is the chance to determine why and address the issue.
π₯1