Ian (@ctacrypto) 's Twitter Profile
Ian

@ctacrypto

Humble student

ID: 1460796960189911042

calendar_today17-11-2021 02:28:38

407 Tweet

17 Followers

235 Following

Bitcoin Magazine (@bitcoinmagazine) 's Twitter Profile Photo

FUN FACT: There are more than 150 million #Bitcoin and crypto users in 🇮🇳 India, 🇮🇩 Indonesia, and 🇳🇬 Nigeria alone.

Oliver Jumpertz (@oliverjumpertz) 's Twitter Profile Photo

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.

Dave (@thedavescience) 's Twitter Profile Photo

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.

Cole (@cole0x) 's Twitter Profile Photo

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

Lark Davis (@thecryptolark) 's Twitter Profile Photo

How many people will have lost everything on the FTX bankruptcy and hack? Going to be hard to get retail to trust #crypto again…

Nadia (@zerocodilla) 's Twitter Profile Photo

Continue developing my game in Python. Wondering, when I can call myself a developer?) what are your criteria? Day 31 of #100DaysOfCode

Ian (@ctacrypto) 's Twitter Profile Photo

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 4

Day 1 | 7 days of data in Python

Learnt about:

Basic Python objects, including lists and dictionaries
Changing values and combining objects

#100DaysOfCode
Ian (@ctacrypto) 's Twitter Profile Photo

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 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
Ian (@ctacrypto) 's Twitter Profile Photo

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 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
Ian (@ctacrypto) 's Twitter Profile Photo

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 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
Ian (@ctacrypto) 's Twitter Profile Photo

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

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