for specific queries chat gpt works good, like if you wanna know how a specific thing is done on python then take reference from what chat gpt gives

Aug 11, 2023, 11:50 AM
make it explain that too
Aug 11, 2023, 11:51 AM
I did it also, sometimes it makes me confused more, but thanks, I’ll try my best to learning python
By the way all peoples in this group haven’t a mentor?
Can I learn fraimwork and libs after sololearn?
Okay)
So you learn python by yourself?)
Aug 11, 2023, 12:34 PM
No it's illegal
Aug 11, 2023, 12:34 PM
python, solidity & javascript
but 80% is just pratice, for real 😆
flask is one of the most popular packages to create web services.
I've switched to fastapi for more robustness and async, those are similar
Aug 11, 2023, 12:36 PM
Ohk)
Can I ask you if I have some issues?)
Aug 11, 2023, 12:37 PM
only if you're really stucked
otherwise just keep trying
Aug 11, 2023, 12:38 PM
Okay)
You really helped me)
By the way why I can’t install solidity in python 3.8 even in pycharm 2018.3?
Aug 11, 2023, 12:40 PM
solidity is solidity, python is python.
You cannot install solidity in python
VSCode + hardhat extension for the solidity language is enough to start
Aug 11, 2023, 12:41 PM
I’m confused
Solidity is like an app?
Aug 11, 2023, 12:42 PM
solidity is the language you use to write instructions for EVM systems
python is the language you use to write instructions for device OS systems
Aug 11, 2023, 12:43 PM
I thought it like web3.py which I installed in python by
pip install web3
Aug 11, 2023, 12:43 PM
both are different language for different things
web3py is the library to access web3 systems from python
Aug 11, 2023, 12:43 PM
I’ll learn it deeper
Aug 11, 2023, 12:44 PM
random example on a telegram bot
when you do /start a random account is created under that user_id
Aug 11, 2023, 12:45 PM
You used web3 methods for creating user id and hash it?
All i see now with my knowledge is that
Aug 11, 2023, 1:14 PM
yep, but that still 100% python, there is no blockchain involved
on a python side, a blockchain is just an RPC server that talks with you in JSON format
Aug 11, 2023, 1:17 PM
+
Good information for me)
Aug 11, 2023, 1:19 PM

© 2024 Draquery.com All rights reserved.