#100daysofcodelw3 search results

Day 9⃣1⃣ #100DaysOfCode #100DaysofCodeLW3 A dev's guide to Ethereum (using Python 🐍), pt. 2 1. Pt. 1 review: Q: What's a blockchain and what’s in a block? A: A blockchain is essentially a digital notebook aka ledger where data is written, public, and cannot be erased. Blocks…

evelynnmimijae's tweet image. Day 9⃣1⃣ #100DaysOfCode #100DaysofCodeLW3

A dev's guide to Ethereum (using Python 🐍), pt. 2

1. Pt. 1 review: 
Q: What's a blockchain and what’s in a block?
A: A blockchain is essentially a digital notebook aka ledger where data is written, public, and cannot be erased. Blocks…

Day 9⃣0⃣ #100DaysOfCode #100DaysofCodeLW3 A Dev's Guide to Ethereum (Using Python 🐍) 1. Block data - nothing is in this simulated blockchain yet, so the block number is 0, there aren't any transactions, and this is a genesis block. 2. Transactions - sent a test ether from…

evelynnmimijae's tweet image. Day 9⃣0⃣ #100DaysOfCode #100DaysofCodeLW3 

A Dev's Guide to Ethereum (Using Python 🐍)

1. Block data - nothing is in this simulated blockchain yet, so the block number is 0, there aren't any transactions, and this is a genesis block. 

2. Transactions - sent a test ether from…
evelynnmimijae's tweet image. Day 9⃣0⃣ #100DaysOfCode #100DaysofCodeLW3 

A Dev's Guide to Ethereum (Using Python 🐍)

1. Block data - nothing is in this simulated blockchain yet, so the block number is 0, there aren't any transactions, and this is a genesis block. 

2. Transactions - sent a test ether from…
evelynnmimijae's tweet image. Day 9⃣0⃣ #100DaysOfCode #100DaysofCodeLW3 

A Dev's Guide to Ethereum (Using Python 🐍)

1. Block data - nothing is in this simulated blockchain yet, so the block number is 0, there aren't any transactions, and this is a genesis block. 

2. Transactions - sent a test ether from…

Day 8⃣9⃣ #100DaysOfCode #100DaysofCodeLW3 Exploring Ethereum using Python 🐍 1. Web3 module—Other utility/helper/convenience methods besides currency conversion, such as `to_hex`, `is_address`, and `keccak`. 2. Communicate w/an Ethereum node - the options are IPC, HTTP, and…

evelynnmimijae's tweet image. Day 8⃣9⃣ #100DaysOfCode #100DaysofCodeLW3 

Exploring Ethereum using Python 🐍

1. Web3 module—Other utility/helper/convenience methods besides currency conversion, such as `to_hex`, `is_address`, and `keccak`. 

2. Communicate w/an Ethereum node - the options are IPC, HTTP, and…
evelynnmimijae's tweet image. Day 8⃣9⃣ #100DaysOfCode #100DaysofCodeLW3 

Exploring Ethereum using Python 🐍

1. Web3 module—Other utility/helper/convenience methods besides currency conversion, such as `to_hex`, `is_address`, and `keccak`. 

2. Communicate w/an Ethereum node - the options are IPC, HTTP, and…

Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3 A Dev's Guide to Ethereum (Using Python 🐍), pt. 2 Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. Photo 1 = Viewing some…

evelynnmimijae's tweet image. Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3

A Dev's Guide to Ethereum (Using Python 🐍), pt. 2

Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. 

Photo 1 = Viewing some…
evelynnmimijae's tweet image. Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3

A Dev's Guide to Ethereum (Using Python 🐍), pt. 2

Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. 

Photo 1 = Viewing some…
evelynnmimijae's tweet image. Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3

A Dev's Guide to Ethereum (Using Python 🐍), pt. 2

Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. 

Photo 1 = Viewing some…

Day 9⃣4⃣ #100DaysOfCode #100DaysofCodeLW3 Python Puzzles and Blockchain Dev review 1. Recursive in Python 🐍 - Unsure of what happened, but I missed this one. I entered the orig code snippet and received a TypeError for `int` and `list`. The two didn't mesh bc Python was…

evelynnmimijae's tweet image. Day 9⃣4⃣ #100DaysOfCode #100DaysofCodeLW3

Python Puzzles and Blockchain Dev review
1. Recursive in Python 🐍 - Unsure of what happened, but I missed this one. 

I entered the orig code snippet and received a TypeError for `int` and `list`. The two didn't mesh bc Python was…
evelynnmimijae's tweet image. Day 9⃣4⃣ #100DaysOfCode #100DaysofCodeLW3

Python Puzzles and Blockchain Dev review
1. Recursive in Python 🐍 - Unsure of what happened, but I missed this one. 

I entered the orig code snippet and received a TypeError for `int` and `list`. The two didn't mesh bc Python was…

Day 9⃣8⃣ #100DaysOfCode #100DaysofCodeLW3 @avax Academy - Multichain Architecture 1. More research and case studies. 2. Contest submission idea. 3. Avalanche CLI.

evelynnmimijae's tweet image. Day 9⃣8⃣ #100DaysOfCode #100DaysofCodeLW3 

@avax Academy - Multichain Architecture
1. More research and case studies.
2. Contest submission idea.
3. Avalanche CLI.

Day 8⃣8⃣ #100DaysOfCode #100DaysofCodeLW3 A Dev's Guide to Ethereum (using Python 🐍) 1. Sandbox with `ipython` 2. Import Web3.py to sandbox 3. Using the Web3 module to convert currency denominations. @LearnWeb3IO @useWeb3

evelynnmimijae's tweet image. Day 8⃣8⃣ #100DaysOfCode #100DaysofCodeLW3

A Dev's Guide to Ethereum (using Python 🐍)
1. Sandbox with `ipython`
2. Import Web3.py to sandbox
3. Using the Web3 module to convert currency denominations. 

@LearnWeb3IO 
@useWeb3

Day 9⃣9⃣ #100DaysOfCode #100DaysofCodeLW3 @cursor_ai trial 1. Trouble w/Linux download bc of .AppImage file. Solution: file extraction + change sandbox ownership and permissions. Created a shell alias. 2. Once up and running, connected GH and VS Code exts. 3. web3js plugin

evelynnmimijae's tweet image. Day 9⃣9⃣ #100DaysOfCode #100DaysofCodeLW3 

@cursor_ai trial
1. Trouble w/Linux download bc of .AppImage file. Solution: file extraction + change sandbox ownership and permissions. Created a shell alias. 
2. Once up and running, connected GH and VS Code exts. 
3. web3js plugin

Imma try Cursor today and see what all the hubbub is about.



No results for "#100daysofcodelw3"
No results for "#100daysofcodelw3"

Day 8⃣6⃣ #100DaysOfCode #100DaysofCodeLW3 Python puzzles 🐍🧩s on app.finxter.com 1. String performance: My answer was False, but the correct answer was True. Factors such as memory, caching, system, etc., affect answers. Who knew? 2. Quitting with Python: Return…

evelynnmimijae's tweet image. Day 8⃣6⃣ #100DaysOfCode #100DaysofCodeLW3

Python puzzles 🐍🧩s on app.finxter.com
1. String performance: My answer was False, but the correct answer was True. Factors such as memory, caching, system, etc., affect answers. Who knew? 
2. Quitting with Python: Return…
evelynnmimijae's tweet image. Day 8⃣6⃣ #100DaysOfCode #100DaysofCodeLW3

Python puzzles 🐍🧩s on app.finxter.com
1. String performance: My answer was False, but the correct answer was True. Factors such as memory, caching, system, etc., affect answers. Who knew? 
2. Quitting with Python: Return…

Day 8⃣5⃣ #100DaysOfCode #100DaysofCodeLW3 Python Puzzles on app.finxter.com 🐍🧩 1. Understanding Algorithms The puzzle wasn't producing any of the given solutions. I created a VM within the project directory and installed `networkx`. Still, an error.

evelynnmimijae's tweet image. Day 8⃣5⃣ #100DaysOfCode #100DaysofCodeLW3

Python Puzzles on app.finxter.com 🐍🧩 
1. Understanding Algorithms 
The puzzle wasn't producing any of the given solutions. I created a VM within the project directory and installed `networkx`. Still, an error.

Day 7⃣9⃣ of #100DaysOfCode #100DaysofCodeLW3 web3js Faucet Plugin 1. No to importing ganache 2. Import updates to FaucetPlugin and crypto module 3. Discovered a really good programming playlist on YouTube

evelynnmimijae's tweet image. Day 7⃣9⃣ of #100DaysOfCode #100DaysofCodeLW3 

web3js Faucet Plugin
1. No to importing ganache
2. Import updates to FaucetPlugin and crypto module
3. Discovered a really good programming playlist on YouTube
evelynnmimijae's tweet image. Day 7⃣9⃣ of #100DaysOfCode #100DaysofCodeLW3 

web3js Faucet Plugin
1. No to importing ganache
2. Import updates to FaucetPlugin and crypto module
3. Discovered a really good programming playlist on YouTube

Day 9⃣8⃣ #100DaysOfCode #100DaysofCodeLW3 @avax Academy - Multichain Architecture 1. More research and case studies. 2. Contest submission idea. 3. Avalanche CLI.

evelynnmimijae's tweet image. Day 9⃣8⃣ #100DaysOfCode #100DaysofCodeLW3 

@avax Academy - Multichain Architecture
1. More research and case studies.
2. Contest submission idea.
3. Avalanche CLI.

Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3 A Dev's Guide to Ethereum (Using Python 🐍), pt. 2 Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. Photo 1 = Viewing some…

evelynnmimijae's tweet image. Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3

A Dev's Guide to Ethereum (Using Python 🐍), pt. 2

Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. 

Photo 1 = Viewing some…
evelynnmimijae's tweet image. Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3

A Dev's Guide to Ethereum (Using Python 🐍), pt. 2

Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. 

Photo 1 = Viewing some…
evelynnmimijae's tweet image. Day 9⃣2⃣ #100DaysOfCode #100DaysofCodeLW3

A Dev's Guide to Ethereum (Using Python 🐍), pt. 2

Using an account - transferring ETH: Changing the blockchain or adding a block can only happen when a transaction occurs and an account signs each transaction. 

Photo 1 = Viewing some…

Day 9⃣4⃣ #100DaysOfCode #100DaysofCodeLW3 Python Puzzles and Blockchain Dev review 1. Recursive in Python 🐍 - Unsure of what happened, but I missed this one. I entered the orig code snippet and received a TypeError for `int` and `list`. The two didn't mesh bc Python was…

evelynnmimijae's tweet image. Day 9⃣4⃣ #100DaysOfCode #100DaysofCodeLW3

Python Puzzles and Blockchain Dev review
1. Recursive in Python 🐍 - Unsure of what happened, but I missed this one. 

I entered the orig code snippet and received a TypeError for `int` and `list`. The two didn't mesh bc Python was…
evelynnmimijae's tweet image. Day 9⃣4⃣ #100DaysOfCode #100DaysofCodeLW3

Python Puzzles and Blockchain Dev review
1. Recursive in Python 🐍 - Unsure of what happened, but I missed this one. 

I entered the orig code snippet and received a TypeError for `int` and `list`. The two didn't mesh bc Python was…

Loading...

Something went wrong.


Something went wrong.


United States Trends