Syrian war news crawler using python and flask (video playlist, live coding!): https://www.reddit.com/r/Python/comments/55cd7w/syrian_war_news_crawler_using_python_and_flask/
reddit
Syrian war news crawler using python and flask (video... • /r/Python
2 points and 0 comments so far on reddit
Open Sourcing a Deep Learning Solution for Detecting NSFW Images (Yahoo) - [x-post /r/programming]: https://www.reddit.com/r/Python/comments/55cr5u/open_sourcing_a_deep_learning_solution_for/
reddit
Open Sourcing a Deep Learning Solution for Detecting... • /r/Python
18 points and 6 comments so far on reddit
Rename a worksheet in google Spreadsheet using API - python: http://stackoverflow.com/questions/38074069/rename-a-worksheet-in-google-spreadsheet-using-api-python
Stackoverflow
Rename a worksheet in google Spreadsheet using API - python
I have been trying/looking to solve this problem for a long while.
I have read the documentation for gspread and I cannot find that there is a way to rename a worksheet.
Any of you know how to? I w...
I have read the documentation for gspread and I cannot find that there is a way to rename a worksheet.
Any of you know how to? I w...
Does Python just not handle big numbers well or am I doing something wrong?: https://www.reddit.com/r/Python/comments/55cvem/does_python_just_not_handle_big_numbers_well_or/
reddit
Does Python just not handle big numbers well or am I... • /r/Python
http://puu.sh/rtYJB/5ef6a26f84.png So whats up with this? Shouldn't it print "The special number is 5145" upon reaching 5145 and then stop? When...
Tips for newbie family budgeting app exercise ?: https://www.reddit.com/r/Python/comments/55cyrz/tips_for_newbie_family_budgeting_app_exercise/
reddit
Tips for newbie family budgeting app exercise ? • /r/Python
I'm an embedded C programmer who hasn't done much programming in the last 7 years. As a way to get my feet wet in Python, I want to build an app...
PYTHONPATH order on Ubuntu 14.04: http://stackoverflow.com/questions/39748267/pythonpath-order-on-ubuntu-14-04
Stackoverflow
PYTHONPATH order on Ubuntu 14.04
I have two computers running Ubuntu 14.04 server (let's call them A and B). B was initially a 10.04 but it has received two upgrades to 12.04 and 14.04. I do not understand why the python path is
Unable to find vcvarsall.bat (error): https://www.reddit.com/r/Python/comments/55eht5/unable_to_find_vcvarsallbat_error/
reddit
Unable to find vcvarsall.bat (error) • /r/Python
I'm changing OS and I'm having the same issue I have last time for installing some packages. I'm using Python 3.5 and when trying to install my...
sudo-snooper: Python script that acts like the original sudo binary to fool users into entering their passwords: https://www.reddit.com/r/Python/comments/55eidk/sudosnooper_python_script_that_acts_like_the/
reddit
sudo-snooper: Python script that acts like the... • /r/Python
3 points and 2 comments so far on reddit
Large-scale Project to Build My Resume: https://www.reddit.com/r/Python/comments/55eqe9/largescale_project_to_build_my_resume/
reddit
Large-scale Project to Build My Resume • /r/Python
I'm not a computer scientist or computer engineer. I went to college for engineering, learned mostly C and assembly, but also had classes for...
Needed: An idea for an open source side project: https://www.reddit.com/r/Python/comments/55esqd/needed_an_idea_for_an_open_source_side_project/
reddit
Needed: An idea for an open source side project • /r/Python
Me and a friend are looking for a side project. we were wondering if you guys have any ides of any missing packages you would feel are useful and...
Beginner question or complaint about syntax: https://www.reddit.com/r/Python/comments/55f3td/beginner_question_or_complaint_about_syntax/
reddit
Beginner question or complaint about syntax • /r/Python
for i in [5,4,3,2,1]: print i This syntax would be much more readable if written as i = for each in [5,4,3,2,1]: print i Are the...
gitless: A Python based version control system built on top of Git: https://www.reddit.com/r/Python/comments/55f6cu/gitless_a_python_based_version_control_system/
reddit
gitless: A Python based version control system built... • /r/Python
2 points and 1 comments so far on reddit
My program keeps on stopping short for some reason. Help identifying why?: https://www.reddit.com/r/Python/comments/55fq1s/my_program_keeps_on_stopping_short_for_some/
reddit
My program keeps on stopping short for some reason.... • /r/Python
For context, we haven't learned functions yet. I can't for the life of me figure this problem out. **What the program is suppose to do:** Its...