I was thinking about making a simple ascii game with curses. Here is my very first level editor.: https://www.reddit.com/r/Python/comments/65zx6o/i_was_thinking_about_making_a_simple_ascii_game/
reddit
I was thinking about making a simple ascii game with... • r/Python
So back in high school we made games with QBasic and I wanted to see if I could make a game based on ASCII/unicode characters. As part of that, I...
Pandas Array question regarding scaleable code: https://www.reddit.com/r/Python/comments/660hjc/pandas_array_question_regarding_scaleable_code/
reddit
Pandas Array question regarding scaleable code • r/Python
I'm trying to do a data set on kaggle.com. I'm using the 5000 IMDB movies data set. My initial objective is to take the top 100 movies and see a...
Sublime Text for Python Development - Review by Dan Bader: https://www.reddit.com/r/Python/comments/660z2z/sublime_text_for_python_development_review_by_dan/
reddit
Sublime Text for Python Development - Review by Dan Bader • r/Python
1 points and 0 comments so far on reddit
SOAP and persistance: http://stackoverflow.com/questions/43423799/soap-and-persistance
Stackoverflow
SOAP and persistance
I'm writing automated trading bot, using python and suds soap client.
I was wondering if it's possible to increase speed by using persistent SOAP calls.(Like using Session in RESTful services).
H...
I was wondering if it's possible to increase speed by using persistent SOAP calls.(Like using Session in RESTful services).
H...
How to set SOCKS5 proxy with auth for Chrome in selenium Python?: http://stackoverflow.com/questions/43312573/how-to-set-socks5-proxy-with-auth-for-chrome-in-selenium-python
Stack Overflow
How to set SOCKS5 proxy with auth for Chrome in selenium Python?
I'm trying to use SOCKS5 proxy provided by PIA (https://www.privateinternetaccess.com). I generated user/pass for SOCKS5 on their site, but I can't use this information, since I don't know where to...
Which versions of Python should I support?: https://www.reddit.com/r/Python/comments/661697/which_versions_of_python_should_i_support/
reddit
Which versions of Python should I support? • r/Python
I'm in the process of adding tests to my [Zendesk API wrapper](https://github.com/facetoe/zenpy/tree/master), and am having some trouble with...
Hi, I just finished learning some python on YouTube how can I be a master?: https://www.reddit.com/r/Python/comments/6616em/hi_i_just_finished_learning_some_python_on/
reddit
Hi, I just finished learning some python on YouTube how... • r/Python
I just learned some python on YouTube about loop, instance, class stuff like that. What would be the next step for me? Working a project? Where...
Using Processes and urllib causes long timeouts.: https://www.reddit.com/r/Python/comments/661frd/using_processes_and_urllib_causes_long_timeouts/
reddit
Using Processes and urllib causes long timeouts. • r/Python
In my Python 3.6 project I'm using two threads to fetch data from an API with urllib. When only using a single thread every API request takes a...
Behind the Scenes of PyBites - a Blog for Passionate Pythonistas (Post #100 Special): https://www.reddit.com/r/Python/comments/661ihm/behind_the_scenes_of_pybites_a_blog_for/
reddit
Behind the Scenes of PyBites - a Blog for Passionate... • r/Python
2 points and 0 comments so far on reddit
Download User Geo location twitter: http://stackoverflow.com/questions/43434688/download-user-geo-location-twitter
Stackoverflow
Download User Geo location twitter
I have a list of twitter usernames containing more than 500K in number. I could develop a program that uses twython and API secret keys. The program and Inputs are too large to put here hence uploa...
Connect to second server API trough sockets: http://stackoverflow.com/questions/43364129/connect-to-second-server-api-trough-sockets
Stack Overflow
Connect to second server API trough sockets
I'm writing a project in Python that will have two diffrent (separate) apps.
A proxy (normal Python code, no framework)
A database with API to send/receive JSON (written in tornado 4.4 framework)
...
A proxy (normal Python code, no framework)
A database with API to send/receive JSON (written in tornado 4.4 framework)
...
sqlite3.OperationalError: no such table: django_content_type: http://stackoverflow.com/questions/43433406/sqlite3-operationalerror-no-such-table-django-content-type
Stack Overflow
sqlite3.OperationalError: no such table: django_content_type
I am trying to run app not written by me app.
When I write
python manage.py makemigrations
I got:
Traceback (most recent call last):
File "C:\Users\direwolf\AppData\Local\Programs\Python\Py...
When I write
python manage.py makemigrations
I got:
Traceback (most recent call last):
File "C:\Users\direwolf\AppData\Local\Programs\Python\Py...
Automatically interpret and validate nested natural logic arguments based on rules of inference and propositional logic: https://www.reddit.com/r/Python/comments/661kw9/automatically_interpret_and_validate_nested/
reddit
Automatically interpret and validate nested natural... • r/Python
1 points and 0 comments so far on reddit
Analyzing a picture to find contrast spots: https://www.reddit.com/r/Python/comments/661q7g/analyzing_a_picture_to_find_contrast_spots/
reddit
Analyzing a picture to find contrast spots • r/Python
Hey /r/python i am very new to the language and am having a hard time finding the guides that i want. Before switching to python i have used...
[Lark 0.2.7] New features: Support for ambiguous parsing, and interop with a Javascript parser: https://www.reddit.com/r/Python/comments/661r0r/lark_027_new_features_support_for_ambiguous/
reddit
[Lark 0.2.7] New features: Support for ambiguous... • r/Python
I added two big features to the Lark parser recently: * Explicit ambiguity: See ambiguous parses in the parse tree, [as demonstrated with "fruit...
Translate Unicode to ascii (if possible): http://stackoverflow.com/questions/43367355/translate-unicode-to-ascii-if-possible
Stackoverflow
Translate Unicode to ascii (if possible)
There are some unicode characters which could simplified to ascii without loosing much.
Example:
>>> unicodedata.name(u'-')
'HYPHEN-MINUS'
>>> unicodedata.name(u'−')
'MINUS SIG...
Example:
>>> unicodedata.name(u'-')
'HYPHEN-MINUS'
>>> unicodedata.name(u'−')
'MINUS SIG...