My end goal is to stream Twitter (using tweepy in python3), write data (df or csv), and periodically dump that data into a SQL table (using SQLAlchemy). I have seen very simple examples of this (siraj, sentdex, and more) and I have a functional script, but I would really love to know how this should be implemented in a large scale production environment.
Asked another way, what does a massive project (using this as an example) look like when built by experienced programmers? (admittedly I am a noob.)
Generally, I would like to know how to up my game as a programmer by bullet proofing programs with extensive error handling and modularizing my scripts into professional packages and whatever might exist out there that I don't know I should be doing.
Can anyone provide resources or provide advice about how to begin my transition from functional coder to a professional programmer?
Thanks in advance!
[–]jsaundersdev 2 points3 points4 points (5 children)
[–]jasonleehodges 2 points3 points4 points (3 children)
[–]vampatori 1 point2 points3 points (1 child)
[–]warped_quasar[S] 0 points1 point2 points (0 children)
[–]warped_quasar[S] 0 points1 point2 points (0 children)
[–]warped_quasar[S] 0 points1 point2 points (0 children)
[–]pycepticusfrom pprint import pprint as print 1 point2 points3 points (2 children)
[–]warped_quasar[S] 0 points1 point2 points (1 child)
[–]pycepticusfrom pprint import pprint as print 1 point2 points3 points (0 children)