we should use env variables for configs right? but...: https://www.reddit.com/r/Python/comments/89bfm9/we_should_use_env_variables_for_configs_right_but/
reddit
we should use env variables for configs right? but... • r/Python
hi all... i know it's good to not create a file named config.py and type my database connection uri with database username and password in it, and...
Maintaining git history after major rewrite.: https://www.reddit.com/r/Python/comments/89d98h/maintaining_git_history_after_major_rewrite/
reddit
Maintaining git history after major rewrite. • r/Python
I'm in the process of taking a large single file flask application and rewriting it using the application factory pattern and blueprints. Should I...
conda-build of official AnacondaRecipes/opencv-feedstock fails looking for libpng.h: https://stackoverflow.com/questions/49433383/conda-build-of-official-anacondarecipes-opencv-feedstock-fails-looking-for-libpn
Stackoverflow
conda-build of official AnacondaRecipes/opencv-feedstock fails looking for libpng.h
I have downloaded the official conda recipe of opencv in AnacondaRecipes.
I have tried to build this package executing:
conda-build recipe -c conda-forge
I am getting the following error when the
I have tried to build this package executing:
conda-build recipe -c conda-forge
I am getting the following error when the
IS there any iOS IDEs that allow you to add modules?: https://www.reddit.com/r/Python/comments/89ag10/is_there_any_ios_ides_that_allow_you_to_add/
reddit
IS there any iOS IDEs that allow you to add modules? • r/Python
Just so that I can program more often I was thinking of getting an iOS IDE, I was looking at Pythonista which comes with a few modules, but I was...
Python emoji encoding for discord.py: https://www.reddit.com/r/Python/comments/89fbvm/python_emoji_encoding_for_discordpy/
reddit
Python emoji encoding for discord.py • r/Python
I am working on a discord bot in Python 3 using the discord.py library. I am trying to add reactions using discord.py's Client.add_reaction()...
The Python Mega Course: Build 10 Real World Applications: https://www.reddit.com/r/Python/comments/89hvao/the_python_mega_course_build_10_real_world/
reddit
The Python Mega Course: Build 10 Real World Applications • r/Python
Hi Guys This Udemy Course 9.99 For limited time. I hope you like it. I' ve got everything i expected from the course, the instructor explains...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/89e4yf/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Using Python, Flask, and Angular to Build Modern Web Apps - Part 3: https://www.reddit.com/r/Python/comments/89f6gh/using_python_flask_and_angular_to_build_modern/
reddit
Using Python, Flask, and Angular to Build Modern Web... • r/Python
1 points and 0 comments so far on reddit
Distributing python packages to unconnected machines: https://www.reddit.com/r/Python/comments/89f9s8/distributing_python_packages_to_unconnected/
reddit
Distributing python packages to unconnected machines • r/Python
Let's say that I have two machines. 1. macOS 10.13 with internet connection 2. macOS 10.12 with no network connection I want to install...
Ways to implement license control in an app developed in python: https://www.reddit.com/r/Python/comments/89hxn8/ways_to_implement_license_control_in_an_app/
reddit
Ways to implement license control in an app developed... • r/Python
Hi, my company is currently converting some apps in C (most of them over 20 years old) to python. These apps though use a C library that controls...
How to get admin rights to write Windows usernames in a csv file with Python?: https://stackoverflow.com/questions/49505304/how-to-get-admin-rights-to-write-windows-usernames-in-a-csv-file-with-python
Stackoverflow
How to get admin rights to write Windows usernames in a csv file with Python?
I want to write Windows usernames in a csv file. If I do this via command prompt as administrator it runs as expected. However, if I run it as a normal user and UAC is confirmed as Yes, the output ...
GPU monitoring tool using Fire, InfluxDB and Grafana: https://www.reddit.com/r/Python/comments/89gje3/gpu_monitoring_tool_using_fire_influxdb_and/
reddit
GPU monitoring tool using Fire, InfluxDB and Grafana • r/Python
1 points and 0 comments so far on reddit
My First Python-Django weblog (An on-going process): https://www.reddit.com/r/Python/comments/89jdlg/my_first_pythondjango_weblog_an_ongoing_process/
reddit
My First Python-Django weblog (An on-going process) • r/Python
1 points and 0 comments so far on reddit
Python Script to Analyze 10 Years of My Facebook Data: https://www.reddit.com/r/Python/comments/89kjiu/python_script_to_analyze_10_years_of_my_facebook/
reddit
Python Script to Analyze 10+ Years of My Facebook Data • r/Python
3 points and 4 comments so far on reddit
I'm writing a script that plays a youtube video every 3 hours to remind me to get up and walk around. What's the best way to only run it Sunday-Thursday? Thanks in advance!: https://www.reddit.com/r/Python/comments/89lkvt/im_writing_a_script_that_plays_a_youtube_video/
reddit
I'm writing a script that plays a youtube video every 3... • r/Python
import time import datetime import webbrowser total_breaks = 3 break_count = 0 print("this Program started on...
ELI5 Why do I want to use a tuple instead of a list They seem basically the same other than mutable/immutable: https://www.reddit.com/r/Python/comments/89l4fi/eli5_why_do_i_want_to_use_a_tuple_instead_of_a/
reddit
r/Python - ELI5 Why do I want to use a tuple instead of a list They seem basically the same other than mutable/immutable
69 votes and 51 comments so far on Reddit