Beginners shouldn’t use Codex.
If AI writes your code, fixes bugs, and thinks for you… You’re not learning, you’re outsourcing growth.
It’s like going to the gym and asking someone else to lift the weights 😂Struggle builds skill. Automation comes later. Earn the painfirst #code
Q4 revenue on Moonwell: $901.21K, a 71% increase from Q3. 📊
Most activity came from @Base, where fee growth directly translated into protocol revenue.
Increased borrowing demand → higher rates → more revenue → more WELL that can be acquired in reserve auctions every month.
Big Data isn’t “plenty data” 😄
It’s when your laptop shows up with a cup
but the problem needs a tanker truck.
That’s why we need smarter tools, not just bigger spreadsheets.
#BigData#DataScience#Python#AI#data#tech
Downloaded a 1.1GB loan dataset.
Excel froze.
Sheets crashed.
So I moved to Python.
Jupyter said:
FileNotFoundError
Ran os.getcwd() → wrong directory
Tried expanduser() → still failed 😭
After 30 mins debugging… Solution?
Just move the file into the notebook folder.
#Data
First time with Big data, chose to analyze a dataset of a lending company in the U.S (The Lending Club). Realised that working with real life data set is more messy and confusing than l expected😂🥲 I saw hell when loading the dataset with .ipynb. #DataScience#BigData