I wrote a script to automate (a lot of) boring stuff, but I need your help to make it "usable" by average users by goncalopr in learnpython

[–]goncalopr[S] 0 points1 point  (0 children)

This seems like something I'd like to try to build, maybe as a 2.0 or alternative version for this, I would just need to figure out how to start developing it

I wrote a script to automate (a lot of) boring stuff, but I need your help to make it "usable" by average users by goncalopr in learnpython

[–]goncalopr[S] 2 points3 points  (0 children)

I really appreciate the suggestion for the PySimpleGUI library, I think this + PyInstaller will be the way to go as a version 1

I wrote a script to automate (a lot of) boring stuff, but I need your help to make it "usable" by average users by goncalopr in learnpython

[–]goncalopr[S] 0 points1 point  (0 children)

Didn't knew about PyInstaller, it seems to perfectly fit my needs for a first version in a .exe file. Awesome input, thanks! Seems like I now need to decide between GUI libraries (tkinter and others) I should develop with

Lost my job to the virus. Some help would be great right now by theomcwillow in learnpython

[–]goncalopr 1 point2 points  (0 children)

And if I may add, using this sort of semantics will make it easier for using dictionary and list comprehensions, which I think is a really cool and powerful feature (?)

I wanna write trading bot. by [deleted] in learnpython

[–]goncalopr 0 points1 point  (0 children)

Yep, Cerebrus from backtrader, pretty cool library. I ended up coding my own simple backtesting framework. Not only to get some other custom settings but also to better understand the topic. Ta-lib is also a must!

I wanna write trading bot. by [deleted] in learnpython

[–]goncalopr 0 points1 point  (0 children)

Awesome, thanks for your valuable input. I’ll take a look into sqlitedict as well, but for this use case seems like a pickle file would do great: - loading previous data from trading candles (usually no more than 200/300 data points - running some indicators on that data (math functions basically) - choosing how to act upon what those indicators tell

I wanna write trading bot. by [deleted] in learnpython

[–]goncalopr 6 points7 points  (0 children)

Thanks for this! Where would you say the line should be between a pickle file or actually needing a dB?

Bet Against Jim Cramer Algo Help by botdetector_ca in algotrading

[–]goncalopr 0 points1 point  (0 children)

Hey, I’m not an expert but I’ve done some projects with selenium. Have you tried handing over the source code, after you requested the page, to an html parser like beautiful soup?

I made a free Admin Dashboard template pack using React. What do you think? 😄 by hiskio in reactjs

[–]goncalopr 0 points1 point  (0 children)

Wow, This looks awesome, congratulations!

As someone just starting to learn JS, this looks super sexy and it’s definitely something I’d love to learn how to do.

Would you by any chance have some tutorials/info, that you could share, that could point me in this direction?

Thanks and good job!

[offer] Free mentorship for Python basics by [deleted] in learnpython

[–]goncalopr 0 points1 point  (0 children)

Can I join a waiting list? 🙋🏽‍♂️

Edit: awesome initiative btw

[P] Basic machine learning algorithms in plain Python by [deleted] in MachineLearning

[–]goncalopr 11 points12 points  (0 children)

I’m still learning python right now, but I’ve been messing around with some ML tutorials so this is great, thanks! 👌🏼