Python Forum
Aiming for create my personal stock screener but not sure where to start with. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Aiming for create my personal stock screener but not sure where to start with. (/thread-18426.html)



Aiming for create my personal stock screener but not sure where to start with. - pythonocc - May-17-2019

My objective for learning python right now is to able to code and create my own stock screener that based on my preference as the available stock screener doesn't fit to my criteria. I have zero experience in coding and willing to take time to learn but there is too many things I have to learn and not sure which one is helpful in achieveing my objectives. Hope anyone with experience could give me some sort of direction. Thanks !


RE: Aiming for create my personal stock screener but not sure where to start with. - Larz60+ - May-17-2019

Programming is a precise science. Misplacing a period could change the entire operation of a program. Trying to tackle a large project from the get go will most likely frustrate you to the point where you will give up on learning a language in the first place. Learning a language can fun if approached with the right attitude.

I strongly suggest that you complete a couple of tutorials first.
Here are a couple that I like, there are others available.

https://www.python-course.eu/python3_course.php
https://interactivepython.org/runestone/static/thinkcspy/index.html

Unfortunately, the second one is going completely commercial the end of June, so hurry if you want to do this one.


RE: Aiming for create my personal stock screener but not sure where to start with. - pythonocc - May-17-2019

So basically your advise would be just try to learn most of the basic on python available under the first and second link then only further research on what kind of language I need to use? I planned to practice/learn it at least half hour per day, what do you think? Shy

Thank you for the reply btw !

Also I just wondering whether to take Python 3 or the older version Python. Seems both of it feel different according to what I had Googled.


RE: Aiming for create my personal stock screener but not sure where to start with. - heiner55 - May-17-2019

As soon as you are able to program,
look at your bookstore for "Python for Finance".


RE: Aiming for create my personal stock screener but not sure where to start with. - pythonocc - May-17-2019

Thanks for reply ! Sorry if I asked something stupid, but to what extent only considered as someone who able to program ?


RE: Aiming for create my personal stock screener but not sure where to start with. - heiner55 - May-18-2019

Here is the first chapter from "Python for Finance":
https://www.oreilly.com/library/view/python-for-finance/9781491945360/ch01.html

If you understand the code, you can start coding your project.
If not, take a beginner book or tutorial.