Here's a simple CLI Tool we built to delete multiple Slack Channels at once.: https://www.reddit.com/r/Python/comments/77nmyb/heres_a_simple_cli_tool_we_built_to_delete/
reddit
Here's a simple CLI Tool we built to delete multiple... • r/Python
2 points and 0 comments so far on reddit
Virtualenv and pip not getting along. Anybody experience this before?: https://www.reddit.com/r/Python/comments/77o03b/virtualenv_and_pip_not_getting_along_anybody/
reddit
Virtualenv and pip not getting along. Anybody... • r/Python
So, I'm having the weirdest issue which makes no sense (and if someone thinks this kind of question doesn't belong here, please let me...
Can Try-Except look inside functions?: https://www.reddit.com/r/Python/comments/77ornb/can_tryexcept_look_inside_functions/
reddit
Can Try-Except look inside functions? • r/Python
I have a handful of network monitoring scripts and recently I've started wrapping them all in a Try-Except, where the except logs the traceback...
UnicodeDecodeError using Django and format-strings: https://stackoverflow.com/questions/46726926/unicodedecodeerror-using-django-and-format-strings
Stackoverflow
UnicodeDecodeError using Django and format-strings
I wrote a small example of the issue for everybody to see what's going on using Python 2.7 and Django 1.10.8
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, unicode_liter...
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, unicode_liter...
Need to learn python for a chem class, but I can't open Spyder. Please help!: https://www.reddit.com/r/Python/comments/77p5i4/need_to_learn_python_for_a_chem_class_but_i_cant/
reddit
Need to learn python for a chem class, but I can't open... • r/Python
Hi all, and sorry if this is the wrong forum for this type of question: I have to learn python for a class, and we so far have been using Spyder...
Advice for advanced middleware Python developer tasked with writing non-web front end for some tools? ( Where to start? OpenGL vs QT vs Kivy vs ... ): https://www.reddit.com/r/Python/comments/77p8yv/advice_for_advanced_middleware_python_developer/
reddit
Advice for advanced middleware Python developer tasked... • r/Python
Title says it all - I've written a bunch of glue, db, cli, deployment, and number-crunching code over the years. But except for flask +...
Trying, and failing to program.: https://www.reddit.com/r/Python/comments/77pfb3/trying_and_failing_to_program/
reddit
Trying, and failing to program. • r/Python
TLDR: Tried some Ruby programming at a "bootcamp" which was not a good experience. Working on a DIY project in Python, which as you know is...
Can no longer import libraries previously installed using PIP in Sublime.: https://www.reddit.com/r/Python/comments/77pmuw/can_no_longer_import_libraries_previously/
reddit
Can no longer import libraries previously installed... • r/Python
I have programs previously written using pyautogui, pandas, numpy, etc... I recently downloaded anaconda in order to download scrapy because I...
Best Python “stay fresh” exercises?: https://www.reddit.com/r/Python/comments/77pwpe/best_python_stay_fresh_exercises/
reddit
Best Python “stay fresh” exercises? • r/Python
I’m looking to stay really fresh on my algorithmic and python expertise. I’ve began to get away from the heavy stuff that keeps me...
What Do I need to run this phyton script: https://www.reddit.com/r/Python/comments/77qn1n/what_do_i_need_to_run_this_phyton_script/
reddit
What Do I need to run this phyton script • r/Python
What Do I need to run this python script https://github.com/EliteAndroidApps/WhatsApp-GD-Extractor I only got the phyton program run in my...
Anaconda commands don't link to my file location: https://www.reddit.com/r/Python/comments/77r1au/anaconda_commands_dont_link_to_my_file_location/
reddit
Anaconda commands don't link to my file location • r/Python
I'm new. So none of my commands are working. In all of the tutorial videos the user has C:/File X/Anaconda or wherever they downloaded it before...
Dumb question but is there really a difference between ' and " in Python? If so, which one should be used when?: https://www.reddit.com/r/Python/comments/77rgk7/dumb_question_but_is_there_really_a_difference/
reddit
Dumb question but is there really a difference between... • r/Python
I haven't figured out the difference in between using ' and ", I have been just using ' the entire time.
How many dependencies is too many?: https://www.reddit.com/r/Python/comments/77rq30/how_many_dependencies_is_too_many/
reddit
How many dependencies is too many? • r/Python
I find myself in this dangerous place in my development when I can make whatever I want in Python, but I'm not still familiar enough with the...
hey! I have a question about Pandas.: https://www.reddit.com/r/Python/comments/77rssu/hey_i_have_a_question_about_pandas/
reddit
hey! I have a question about Pandas. • r/Python
Hey there everyone. I'm trying to run Pandas on a mac while using IDLE 3.6.3 and every time I try to run a command for Pandas in the shell, it...
Trying to detect touch events on Windows: https://www.reddit.com/r/Python/comments/77rx8a/trying_to_detect_touch_events_on_windows/
reddit
Trying to detect touch events on Windows • r/Python
I would like to be able to detect touch events on Windows 10. I don't even need coordinates, just a way to know when the screen is touched. Using...