Python noob needs help with a problem: https://www.reddit.com/r/Python/comments/777atu/python_noob_needs_help_with_a_problem/
reddit
Python noob needs help with a problem • r/Python
Problem Description You are still an inter-galactic traveller in a 1-dimensional space. Sadly, there are no wormholes to help you now. However, on...
I upgraded from Python 2.7 to 3.6 and I broke my ability to send gmails: https://www.reddit.com/r/Python/comments/777y33/i_upgraded_from_python_27_to_36_and_i_broke_my/
reddit
r/Python - I upgraded from Python 2.7 to 3.6 and I broke my ability to send gmails
3 votes and 1 comment so far on Reddit
Gmail blocks login attempt from Python with app specific password: https://stackoverflow.com/questions/46445269/gmail-blocks-login-attempt-from-python-with-app-specific-password
Stack Overflow
Gmail blocks login attempt from Python with app specific password
I'm trying to send an email from a Google account using Python's smtplib, but getting an error, and now I'm kind of at a loss. Google responds with the following: Please log in via your web browser...
Personal Assistant Kino Part 3 — T3 (Task Master).: https://www.reddit.com/r/Python/comments/7785sw/personal_assistant_kino_part_3_t3_task_master/
reddit
Personal Assistant Kino Part 3 — T3 (Task Master). • r/Python
1 points and 0 comments so far on reddit
Please help! Last little bit of code annoying me.: https://www.reddit.com/r/Python/comments/778h9c/please_help_last_little_bit_of_code_annoying_me/
reddit
Please help! Last little bit of code annoying me. • r/Python
Hi, I'm really new to Python but have written a simple web scraper. Everything works except for creating a list using a "if x in line:" Code...
Need help with Python API call for trade history sorted by time!: https://www.reddit.com/r/Python/comments/778n2i/need_help_with_python_api_call_for_trade_history/
reddit
Need help with Python API call for trade history sorted... • r/Python
reddit: the front page of the internet
I built the beginning of a blockchain in Python to learn lower level of how it works. Might help people here as well.: https://www.reddit.com/r/Python/comments/778icc/i_built_the_beginning_of_a_blockchain_in_python/
reddit
I built the beginning of a blockchain in Python to learn lower...
Posted in r/Python by u/grassclip • 369 points and 19 comments
Authenticating and authorizing users securely in a Python PyQt desktop application: https://stackoverflow.com/questions/46726545/authenticating-and-authorizing-users-securely-in-a-python-pyqt-desktop-applicati
Stack Overflow
Authenticating and authorizing users securely in a Python PyQt desktop application
The application I develop dictates that the software should prevent unauthorized access. In order to implement this, I've used user and password based authentication with two roles available - stan...
Hey all!! Graphs/Pathfinding quickie!: https://www.reddit.com/r/Python/comments/779735/hey_all_graphspathfinding_quickie/
reddit
Hey all!! Graphs/Pathfinding quickie! • r/Python
Hey friends! Before I struggle as a new programmer to write my own a-star pathfinding code I found a mention of 'graphs' that can find shortest...
Would you consider method chaining to be Pythonic?: https://www.reddit.com/r/Python/comments/7798ub/would_you_consider_method_chaining_to_be_pythonic/
reddit
Would you consider method chaining to be Pythonic? • r/Python
I'm doing a lot of SQL and Python stuff at school, but I seriously do not enjoy writing huge strings for SQL queries for a few reasons. Most...
Anyone have a good GitHub project that needs help?: https://www.reddit.com/r/Python/comments/779m3t/anyone_have_a_good_github_project_that_needs_help/
reddit
Anyone have a good GitHub project that needs help? • r/Python
I have about 10 free hours this week. I'm looking for a GitHub project that I can jump on to kill time. * Django * Flask * Pandas * NumPy *...
Worth pursuing python developer?: https://www.reddit.com/r/Python/comments/779x00/worth_pursuing_python_developer/
reddit
Worth pursuing python developer? • r/Python
So my background is in a cloud engineer(hate the word devops) who has been scripting in python for the past year. Every now and again I start...
Plant watering with MicroPython. Baby steps :): https://www.reddit.com/r/Python/comments/779zj7/plant_watering_with_micropython_baby_steps/
reddit
Plant watering with MicroPython. Baby steps :) • r/Python
1 points and 0 comments so far on reddit
Building a Custom Module for 2.7 on Windows, VS 2013, How to Manual Install Compiled Files?: https://www.reddit.com/r/Python/comments/779q7n/building_a_custom_module_for_27_on_windows_vs/
reddit
Building a Custom Module for 2.7 on Windows, VS 2013,... • r/Python
I am developing a small module in C that basically wraps up a third-party .DLL so I can use it from Python. I basically duplicated the winsound...
Automatically pull homeowner from whitepages: https://www.reddit.com/r/Python/comments/77ackb/automatically_pull_homeowner_from_whitepages/
reddit
Automatically pull homeowner from whitepages • r/Python
So I originally posted the in r/excel and was pointed to this sub. Here's my situation:I have an excel spreadsheet with a list of addresses in one...
OCDer - checker for missing trailing commas: https://www.reddit.com/r/Python/comments/779a5m/ocder_checker_for_missing_trailing_commas/
reddit
OCDer - checker for missing trailing commas • r/Python
Hi, I've created this simple stupid tool for checking (& adding) trailing commas. You know how ugly your VCS diff looks when you're adding a new...
How do I use libraries with pypy: https://www.reddit.com/r/Python/comments/77awnt/how_do_i_use_libraries_with_pypy/
reddit
How do I use libraries with pypy • r/Python
I have been trying for a few hours to figure this out, all I want to do is use PIL or Pillow with pypy 2.7.13 please someone help me.