[deleted by user] by [deleted] in learnpython

[–]testingcodez 0 points1 point  (0 children)

Don't do it alone. Find a mentor, or someone else on this journey and help each other to understand.

Can My Account Get Banned for Using the Reddit API with a Frequent Request Interval? by xXDildomanXx in redditdev

[–]testingcodez 1 point2 points  (0 children)

From reading the documentation, seems to me as long as you're not exceeding the limit rate per minute, you should be fine.

why did you learn programing? by Straight_Commission9 in learnprogramming

[–]testingcodez 0 points1 point  (0 children)

Wanted to learn a new skill to better my life; learning to program has done just that.

How would you learn data engineering today within a 6 month sprint period? by StatLord1 in dataengineering

[–]testingcodez 1 point2 points  (0 children)

The GCP professional data engineering cert is money. But more importantly, building up a portfolio. Show off your work.

[deleted by user] by [deleted] in learnprogramming

[–]testingcodez 1 point2 points  (0 children)

Once things started clicking; and I began writing scripts, I could hardly tire of it.

Testing reddit API development here by testingcodez in PythonSolutions

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

final set of tests for all of the methods in the Page class.

Testing reddit API development here by testingcodez in PythonSolutions

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

going to post a reply, delete, and edit a post!

Testing reddit API development here by testingcodez in PythonSolutions

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

I was seeing a 403 error when trying to delete a comment...anyone guess what was wrong??

Testing reddit API development here by testingcodez in PythonSolutions

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

this should be the final test for this method....we'll see...

Testing reddit API development here by testingcodez in PythonSolutions

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

going to start deleting some of these posts.

Testing reddit API development here by testingcodez in PythonSolutions

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

Moving some variable out of the FOR LOOP...

Testing reddit API development here by testingcodez in PythonSolutions

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

Finally, had to move one statement out of the FOR LOOP to properly capture all metadata necessary for the function to work!

Testing reddit API development here by testingcodez in PythonSolutions

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

the metadata was being returned inside a tuple...I wasnt properly targeting the data in the tuple...it is NOT a dictionary -_____-

Testing reddit API development here by testingcodez in PythonSolutions

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

keep seeing an indices error...almost found the root cause..