Favorite Modules and Projects you've done with them?: https://www.reddit.com/r/Python/comments/5j9ga3/favorite_modules_and_projects_youve_done_with_them/
reddit
Favorite Modules and Projects you've done with them? • /r/Python
Hey everyone could you guys give me some good modules and projects you've done with them(ik python basics btw) I want this to help not only me but...
Python Selenium Tutorial (Web Browser Automation Tool): https://www.reddit.com/r/Python/comments/5j9wyi/python_selenium_tutorial_web_browser_automation/
reddit
Python Selenium Tutorial (Web Browser Automation Tool) • /r/Python
3 points and 0 comments so far on reddit
Please help with my zeller's Congruence code: https://www.reddit.com/r/Python/comments/5j9xiu/please_help_with_my_zellers_congruence_code/
reddit
Please help with my zeller's Congruence code • /r/Python
Can someone help me I have a project due, I have to type a code with using the zeller Congruence equation that i can type a date and it will give...
Capture all console output for every browser? Selenium: https://www.reddit.com/r/Python/comments/5ja1kv/capture_all_console_output_for_every_browser/
Python Environment?: https://www.reddit.com/r/Python/comments/5ja408/python_environment/
Requests library POST request nodejs get SyntaxError: http://stackoverflow.com/questions/41198243/requests-library-post-request-nodejs-get-syntaxerror
Stackoverflow
Requests library POST request nodejs get SyntaxError
I'm making a simple post request to a certain API of a website where params is simply a json object. It looks like the request is processed by a nodejs script on the server but it has trouble parsi...
Pypdf2 mergining pages from two different pdf files not working: http://stackoverflow.com/questions/41198209/pypdf2-mergining-pages-from-two-different-pdf-files-not-working
Stackoverflow
Pypdf2 mergining pages from two different pdf files not working
I'm trying to merge pages from two pdf files into a single pdf with a single page. So I tried the below pypdf2 related code.
from PyPDF2 import PdfFileReader,PdfFileWriter
import sys
f = sys.argv[...
from PyPDF2 import PdfFileReader,PdfFileWriter
import sys
f = sys.argv[...
My first attempt at a semi-passable program. Can anyone critique it?: https://www.reddit.com/r/Python/comments/5jb3tp/my_first_attempt_at_a_semipassable_program_can/
reddit
My first attempt at a semi-passable program. Can... • /r/Python
Here is my first attempt at something people can use in Python. It takes notes and turns them into Quizlet sets. **It is mainly intended for...
Why Django is the Best Framework for Python Developers: https://www.reddit.com/r/Python/comments/5jbzy0/why_django_is_the_best_framework_for_python/
reddit
Why Django is the Best Framework for Python Developers • /r/Python
0 points and 2 comments so far on reddit
I recently attempted to make selenium automations easier to manage. Let me know what you think!: https://www.reddit.com/r/Python/comments/5jbx9j/i_recently_attempted_to_make_selenium_automations/
reddit
I recently attempted to make selenium automations... • /r/Python
First off, a little disclaimer. I have been using selenium for some web automation/scraping and making bots for projects that require it. I...
Binary value without character?: https://www.reddit.com/r/Python/comments/5jcd97/binary_value_without_character/
reddit
Binary value without character? • /r/Python
Hi everybody, I am currently working on an algorithm that needs files as input. To not run into memory problems, I use with open(filename) as...
How To Serve Django Applications with uWSGI and Nginx on Debian 8 | DigitalOcean: https://www.reddit.com/r/Python/comments/5jcgr0/how_to_serve_django_applications_with_uwsgi_and/
reddit
How To Serve Django Applications with uWSGI and Nginx... • /r/Python
1 points and 0 comments so far on reddit
Whats a good game engine that works with Python 3?: https://www.reddit.com/r/Python/comments/5jcnt9/whats_a_good_game_engine_that_works_with_python_3/
reddit
Whats a good game engine that works with Python 3? • /r/Python
So i want to make a 3D, open world game so im wondering what engine allows me to make something like that. Ive looked at Panda3D but it seems that...