I'm a senior staff-level engineer, and I sometimes take a week or two to fix a bug.
Sometimes the issue is a fix in only one line of code.
Software systems are complex.
If you are a beginner and struggling:
It's fine. Take your time. You'll fix it. It's not you.
Is procrastination preventing you from leveling up in Python?
You're not alone.
That's why I've created 7 Days of Data In Python!
And it's yours for free. All you need to do:
• Follow me
• Retweet this tweet
• Reply 'done' to this tweet
I’ll DM you the link.
If your project is struggling because of the FTX situation DM me, have an amazing network of top funds that are looking to support struggling projects right now
Day 4
Day 1 | 7 days of data in Python
Learnt about:
Basic Python objects, including lists and dictionaries
Changing values and combining objects
#100DaysOfCode
Day 5
Day 2 | 7 days of data in python
Learnt about:
Create a pandas DataFrame with data
Select columns in a DataFrame
Select rows in a DataFrame
The code below allows for column selection in a DataFrame
#100DaysOfCode
Day 6
Day 2 | 7 days of data in python
Learnt about:
Counting values
Plot bar charts
The code below selects the "title column", counts the value in the "title" series, Selects the first 20 most-frequently occurring titles from the last Series
#100DaysOfCode
Day 7
Day 4 | 7 days of data in python
Learnt about:
Filter data using boolean indexing
Partially match text with .str.contains()
The code below creates a boolean index, assigns a boolean index to a variable name, uses a boolean index to filter data
#100DaysOfCode
Day 8
Day 5 | 7 days of data in python
Learnt about:
Deriving new columns, write functions using, if,else, elif. Using parameters and arguments.
The code below is a function that allows to either label records as mobile or desktop
#100DaysOfCode