Python 3.5.2: "Name not defined" if directory is not empty: http://stackoverflow.com/questions/40547166/python-3-5-2-name-not-defined-if-directory-is-not-empty
Stackoverflow
Python 3.5.2: "Name not defined" if directory is not empty
I got stuck by some weird behavior in Python 3.5.2. I have a class Foo and want to execute a piece of code only once for all instances. This code is placed directly below the class statement.
impo...
impo...
A successful pip-tools workflow for managing Python package requirements: https://www.reddit.com/r/Python/comments/5cvrm7/a_successful_piptools_workflow_for_managing/
reddit
A successful pip-tools workflow for managing Python... • /r/Python
0 points and 0 comments so far on reddit
GitHub - DonyorM/weresync: Clones Linux hard drives incrementally to any drive, including smaller ones: https://www.reddit.com/r/Python/comments/5cw11s/github_donyormweresync_clones_linux_hard_drives/
reddit
GitHub - DonyorM/weresync: Clones Linux hard drives... • /r/Python
2 points and 0 comments so far on reddit
Draw Penrose tilings with de Bruijn's pentagrid method!: https://www.reddit.com/r/Python/comments/5cvyw2/draw_penrose_tilings_with_de_bruijns_pentagrid/
reddit
Draw Penrose tilings with de Bruijn's pentagrid method! • /r/Python
2 points and 1 comments so far on reddit
Anyone know a portable version of python with expandable libraries?: https://www.reddit.com/r/Python/comments/5cw6gn/anyone_know_a_portable_version_of_python_with/
reddit
Anyone know a portable version of python with... • /r/Python
I'm building a program that requires access to a specific API. I have a lot of free time at work right now and I think this program could be very...
Workflow for adding new columns from Pandas to SQLite tables: http://stackoverflow.com/questions/40564254/workflow-for-adding-new-columns-from-pandas-to-sqlite-tables
Stackoverflow
Workflow for adding new columns from Pandas to SQLite tables
Setup
Two tables: schools and students. The index (or keys) in SQLite will be id and time for the students table and school and time for the schools table. My dataset is about something different,...
Two tables: schools and students. The index (or keys) in SQLite will be id and time for the students table and school and time for the schools table. My dataset is about something different,...
Let's implore Travis CI to change their default to Python 3 by causing a ruckus: https://www.reddit.com/r/Python/comments/5cwsvm/lets_implore_travis_ci_to_change_their_default_to/
reddit
Let's implore Travis CI to change their default to... • /r/Python
3 points and 0 comments so far on reddit
Scrape audio from YouTube for easy machine learning research: https://www.reddit.com/r/Python/comments/5cwtkj/scrape_audio_from_youtube_for_easy_machine/
reddit
Scrape audio from YouTube for easy machine learning... • /r/Python
4 points and 0 comments so far on reddit
Share your localhost through SSH. Safe and easy.: https://www.reddit.com/r/Python/comments/5cwtn7/share_your_localhost_through_ssh_safe_and_easy/
reddit
Share your localhost through SSH. Safe and easy. • /r/Python
4 points and 0 comments so far on reddit
How to Make and Receive Phone Calls with Python, Bottle and Twilio Voice: https://www.reddit.com/r/Python/comments/5cwyc7/how_to_make_and_receive_phone_calls_with_python/
reddit
How to Make and Receive Phone Calls with Python,... • /r/Python
4 points and 0 comments so far on reddit
How to implement Slack like Magic Link Login in Django: https://www.reddit.com/r/Python/comments/5cx3rc/how_to_implement_slack_like_magic_link_login_in/
reddit
How to implement Slack like Magic Link Login in Django • /r/Python
1 points and 0 comments so far on reddit
Hi everyone, does anyone know how to make this more efficient? A program that asks for users OS phone, model ect and then asks what is wrong with their phone. The response is given a case number and writen in a text file: https://www.reddit.com/r/Python/comments/5cxbz9/hi_everyone_does_anyone_know_how_to_make_this/
reddit
Hi everyone, does anyone know how to make this more... • /r/Python
1 points and 1 comments so far on reddit
Is there a Python API for submitting batch get requests to AWS DynamoDB?: http://stackoverflow.com/questions/37872542/is-there-a-python-api-for-submitting-batch-get-requests-to-aws-dynamodb
Stack Overflow
Is there a Python API for submitting batch get requests to AWS DynamoDB?
The package boto3 - Amazon's official AWS API wrapper for python - has great support for uploading items to DynamoDB in bulk. It looks like this:
db = boto3.resource("dynamodb", region_name = "
db = boto3.resource("dynamodb", region_name = "
To Learn Programming, Do Projects You Actually Care About: https://www.reddit.com/r/Python/comments/5cxmn0/to_learn_programming_do_projects_you_actually/
reddit
To Learn Programming, Do Projects You Actually Care About • /r/Python
4 points and 0 comments so far on reddit
[PySide / QT] Widget scaling: https://www.reddit.com/r/Python/comments/5cxjkc/pyside_qt_widget_scaling/
reddit
[PySide / QT] Widget scaling • /r/Python
Does anyone know if it is possible to scale QWidget using PySide? I'm not talking about resizing but implementing a real scaling option to be able...
Why does assigning past the end of a list via a slice not raise an IndexError?: http://stackoverflow.com/questions/40558529/why-does-assigning-past-the-end-of-a-list-via-a-slice-not-raise-an-indexerror
Stack Overflow
Why does assigning past the end of a list via a slice not raise an IndexError?
I'm working on a sparse list implementation and recently implemented assignment via a slice. This led me to discover some behaviour in Python's built-in list implementation that I find suprising.
...
...
Need help on getting started with a web based text reformatting project.: https://www.reddit.com/r/Python/comments/5cxs0p/need_help_on_getting_started_with_a_web_based/
reddit
Need help on getting started with a web based text... • /r/Python
One I get to writing code and such, I can begin to sort myself out and actually learn. **My problem.** Myself and my coworkers work with lots...