Best framework for systematic trading?: https://www.reddit.com/r/Python/comments/7thmfp/best_framework_for_systematic_trading/
reddit
Best framework for systematic trading?
Hey, Java developer here. My college project requires me to research and learn a new language, and I've chosen Python. I also have to create...
Python Webscraping: how to get info from a HTML input box: https://www.reddit.com/r/Python/comments/7thu6g/python_webscraping_how_to_get_info_from_a_html/
reddit
Python Webscraping: how to get info from a HTML input box • r/Python
Making a program to see how much money im making/losing. Im just practicing python web scraping so dont really want to use APIs yet. So, i came to...
I made a gui to convert a .ui file to .py whit pyqt5: https://www.reddit.com/r/Python/comments/7ti2v8/i_made_a_gui_to_convert_a_ui_file_to_py_whit_pyqt5/
reddit
I made a gui to convert a .ui file to .py whit pyqt5 • r/Python
Hi, I made a gui that do the pyuic5 function for the user and can write the frame code of a pyqt5 project or add a new widget to an existing pyqt5...
Scraping data from PDF table: https://www.reddit.com/r/Python/comments/7tia9z/scraping_data_from_pdf_table/
reddit
Scraping data from PDF table • r/Python
Hi guys, tryna scrape data from a PDF table using PyPDF2, i don't get the numbers in my output, what other module would you advise to scrape data...
Script to add bookmarks to a PDF (Need review and suggestions): https://www.reddit.com/r/Python/comments/7tih40/script_to_add_bookmarks_to_a_pdf_need_review_and/
reddit
Script to add bookmarks to a PDF (Need review and... • r/Python
Hello guys, So i made this little script that adds bookmarks to PDFs using Py2PDF module. It's not really a full automation of the process of...
What's a good but "easy" Python Program idea for High School?: https://www.reddit.com/r/Python/comments/7tih6w/whats_a_good_but_easy_python_program_idea_for/
reddit
What's a good but "easy" Python Program idea for High... • r/Python
It's kinda dumb to ask this, especially for me since I usually like to do my own stuff, but I'm a little bit stuck here. I have a project to do...
Bcrypt hashing utilities for `Flask/Sanic/Quart/Eve` application.: https://www.reddit.com/r/Python/comments/7tilme/bcrypt_hashing_utilities_for_flasksanicquarteve/
reddit
Bcrypt hashing utilities for `Flask/Sanic/Quart/Eve`... • r/Python
2 points and 0 comments so far on reddit
Is there any possibility to implement python code to display in html ?: https://www.reddit.com/r/Python/comments/7tiruo/is_there_any_possibility_to_implement_python_code/
reddit
Is there any possibility to implement python code to... • r/Python
Is there any possibility to implement python code to display in html ? Anybody give me some way of implement python code to display in webbrowser
AutoCreate Folders in Chrome's Bookmarks: https://www.reddit.com/r/Python/comments/7tj2hn/autocreate_folders_in_chromes_bookmarks/
reddit
AutoCreate Folders in Chrome's Bookmarks • r/Python
I want an extension, or something like that, that can add a folder to a subfolder (Read Later>[Current Year]>[Month]/[Day]). Is this possible?
Question about python work place: https://www.reddit.com/r/Python/comments/7tjpg3/question_about_python_work_place/
reddit
Question about python work place • r/Python
Hey im a student who lerns python in school Currently we code in pycharm Edu, Which is a closed environment. But i want to program a script that...
dump-env takes an .env.template file and some optional environmental variables to create a new .env file from these two sources.: https://www.reddit.com/r/Python/comments/7tjqys/dumpenv_takes_an_envtemplate_file_and_some/
reddit
dump-env takes an .env.template file and some optional... • r/Python
1 points and 0 comments so far on reddit
Found a tip on scraping Google's JS-heavy search results pages: https://www.reddit.com/r/Python/comments/7tjzci/found_a_tip_on_scraping_googles_jsheavy_search/
reddit
Found a tip on scraping Google's JS-heavy search... • r/Python
Google wraps its search results in Javascript, so your requests.response.text ends up having an empty list or None as its value. This makes using...
Having issues with Kattis submission: https://www.reddit.com/r/Python/comments/7tk1si/having_issues_with_kattis_submission/
reddit
Having issues with Kattis submission • r/Python
https://open.kattis.com/problems/averagespeed I have this problem to solve and when i submit it on the kattis webpage its says RunTimeError -...
Help with BeautifulSoup and formatting calendar events: https://www.reddit.com/r/Python/comments/7tk3kr/help_with_beautifulsoup_and_formatting_calendar/
reddit
Help with BeautifulSoup and formatting calendar events • r/Python
So, we have a small organisation in my neighbourhood, that is uploading their events to a website once per semester...
Creating a minimal graph representing all combinations of 3-bit binary strings (Multiprocessing): https://stackoverflow.com/questions/48250410/creating-a-minimal-graph-representing-all-combinations-of-3-bit-binary-strings
Stackoverflow
Creating a minimal graph representing all combinations of 3-bit binary strings (Multiprocessing)
I have an algorithm that creates a graph that has all representations of 3-bit binary strings encoded in the form of the shortest graph paths, where an even number in the path means 0, while an odd
Ivy: a 'buy it for life' static website generator in Python: http://mulholland.xyz/docs/ivy/
mulholland.xyz
Ivy — a minimalist static website generator
Ivy is a static website generator built in Python. It's small, elegant, and easy to use.