Creating a CLI to fetch stock market prices

  Рет қаралды 4,102

FancyGUI

FancyGUI

Күн бұрын

Пікірлер: 31
@ninadgandhi3733
@ninadgandhi3733 7 ай бұрын
Awesome videos! It would be good if you discussed the thought process of choosing the function grouping also and how one can apply it to their application
@simonpt68
@simonpt68 3 жыл бұрын
Please keep these videos coming! Love to see something using Rich/Textual for creating rich TUI! Cheers
@cabutchei
@cabutchei 2 жыл бұрын
Just stumbled upon your channel and I'm loving theses vids, dude! It's a shame you don't seem to post very often...Anyway, keep up the good work!
@FancyGUI
@FancyGUI 2 жыл бұрын
Welcome aboard! I'm glad you''ve enjoyed my videos, hopefully I should be able to upload something soon!
@berkankadioglu
@berkankadioglu 3 жыл бұрын
Hey man, love your videos. Thanks for preparing them.
@FancyGUI
@FancyGUI 3 жыл бұрын
Thanks a bunch! I'm really glad you like it!
@fernandamika9462
@fernandamika9462 3 жыл бұрын
It’s very easy to learn from your videos! Thank youu
@FancyGUI
@FancyGUI 3 жыл бұрын
Thank you! I’ll keep doing my best!
@stiffer_do
@stiffer_do 3 жыл бұрын
Very Nice vídeo! TKS for sharing
@isabelachiarantanocarraro1750
@isabelachiarantanocarraro1750 3 жыл бұрын
I loved it!!!! Congrats🤩
@FancyGUI
@FancyGUI 3 жыл бұрын
Thank you!
@leandrospiteri
@leandrospiteri 3 жыл бұрын
hello, do you know this KZbinr? I found it very interesting the way he expands the subject. 🙋🏼‍♂️
@danielagmsz
@danielagmsz 3 жыл бұрын
Nice video! I am learning a lot from you
@FancyGUI
@FancyGUI 3 жыл бұрын
That’s amazing to hear!! That’s why I do this 🙏 thank you!!!
@aabhaskrjha
@aabhaskrjha 3 жыл бұрын
Some nice stuff you doing Btw what terminal is this that you're using?
@FancyGUI
@FancyGUI 3 жыл бұрын
Hey, thanks! Glad you like it! Please come back to watch my next video, I’m planning on making a video about setting up terminals and themes. I’m currently using iterm for the terminal, and starship for the theme
@leandrospiteri
@leandrospiteri 3 жыл бұрын
Muito bom
@AmandaSantos-os1kk
@AmandaSantos-os1kk 3 жыл бұрын
tu tem uma cara de br, tu é gui? mto bom os seus videos :)
@MatheusGSpartalis
@MatheusGSpartalis 3 жыл бұрын
verdade
@FancyGUI
@FancyGUI 2 жыл бұрын
Acertou! Hahaha muito obrigado 🙏
@riptorforever2
@riptorforever2 2 жыл бұрын
@@FancyGUI adivinhei pela memória muscular do 'safada' em 7:30 kkkkkkkkkkkk
@FancyGUI
@FancyGUI 2 жыл бұрын
@@riptorforever2 Somente computeiros entenderão kkkk
@gustavorocha6015
@gustavorocha6015 3 жыл бұрын
Very Good !!
@FancyGUI
@FancyGUI 3 жыл бұрын
Thank you!!!!
@muhammad.rafi2012
@muhammad.rafi2012 2 жыл бұрын
loved your videos, but it seems like you have been away for long time :) come back and light up please. you earn one more subscriber today
@FancyGUI
@FancyGUI Жыл бұрын
Guess who’s back?
@muhammad.rafi2012
@muhammad.rafi2012 Жыл бұрын
@@FancyGUI glad to see you back :) cant wait for more awesome content from you
@fernandoaugusto3109
@fernandoaugusto3109 3 жыл бұрын
boa gui!! abs carrara
@FancyGUI
@FancyGUI 2 жыл бұрын
Valeu!
@rohittata3749
@rohittata3749 2 жыл бұрын
heyyy man!!! great video , love your videos , keep making more of them !!! but sir I am getting an error while getting request and parsing the json file /// raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) /// Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/requests/models.py", line 971, in json return complexjson.loads(self.text, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/bin/fancywallet", line 33, in sys.exit(load_entry_point('fancywallet', 'console_scripts', 'fancywallet')()) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1055, in main rv = self.invoke(ctx) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1657, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1657, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 760, in invoke return __callback(*args, **kwargs) File "/Users/rohit/Rohit/Work/fancy-wallet-main/fancywallet.py", line 32, in get_stock_price result_dict = result.json() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) could you please help me sir!!! big fan of your works
@FancyGUI
@FancyGUI 2 жыл бұрын
Hey! Great to hear you enjoy my videos! This is unfortunate, but Yahoo has patched their API and now requires more to make it work. I'll try to update with a new video to help fix this.
How to test your Python Click CLI
13:28
FancyGUI
Рет қаралды 3,3 М.
Creating a simple CLI with Python Click
13:34
FancyGUI
Рет қаралды 23 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Preparing your CLI for distribution with GitHub Actions
16:32
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 351 М.
Creating a simple WebApp with Python Flask
17:35
FancyGUI
Рет қаралды 3,4 М.
Understanding Python: Click-based CLI
18:29
Jake Callahan
Рет қаралды 4,2 М.
Do We Still Need Dataclasses? // PYDANTIC Tutorial
16:33
ArjanCodes
Рет қаралды 203 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 819 М.
Python Decorators and how to create them
13:21
FancyGUI
Рет қаралды 1,4 М.
How to Do 90% of What Plugins Do (With Just Vim)
1:14:03
thoughtbot
Рет қаралды 911 М.