Release of Scalpl (v0.2.5) ✨🍰✨ - a lightweight wrapper for your nested dictionaries: https://www.reddit.com/r/Python/comments/6jlkwd/release_of_scalpl_v025_a_lightweight_wrapper_for/
reddit
Release of Scalpl (v0.2.5) ✨🍰✨ - a lightweight wrapper... • r/Python
0 points and 1 comments so far on reddit
Python's program to Calculate distance between two points on Earth: https://www.reddit.com/r/Python/comments/6jlnz2/pythons_program_to_calculate_distance_between_two/
reddit
Python's program to Calculate distance between two... • r/Python
1 points and 0 comments so far on reddit
Last week I posted an automatic word cloud creator. I made it a web app!: https://www.reddit.com/r/Python/comments/6jlq08/last_week_i_posted_an_automatic_word_cloud/
reddit
Last week I posted an automatic word cloud creator. I... • r/Python
Last week I posted a silly little app I made that let you call a function, like: make_it_rain('hamburger') And out would pop a word cloud...
Made it easier to securely send emails in Python; OAuth2 in 80 seconds.: https://www.reddit.com/r/Python/comments/6jlndu/made_it_easier_to_securely_send_emails_in_python/
reddit
Made it easier to securely send emails in Python; OAuth2 in 80...
Here's the project with all other features including sending attachments and html: https://github.com/kootenpv/yagmail Here's the video showing...
My simple python code doesn't work in sublime: https://www.reddit.com/r/Python/comments/6jm1uq/my_simple_python_code_doesnt_work_in_sublime/
reddit
My simple python code doesn't work in sublime • r/Python
def function(): { hello="hello" print(hello) } File "/Users/user1/Desktop/TEMPFOLDER/side.py", line 3 hello="hello" ...
Has anyone attended a bootcamp that promises a job or $$ back? (ie springboard): https://www.reddit.com/r/Python/comments/6jm1ua/has_anyone_attended_a_bootcamp_that_promises_a/
reddit
Has anyone attended a bootcamp that promises a job or... • r/Python
The title says it all. I will be getting laid off in a couple of months from my position (Environmental Consulting Work, our PM's aren't finding...
Show r/python: Measure your typing speed in the terminal: https://www.reddit.com/r/Python/comments/6jmirg/show_rpython_measure_your_typing_speed_in_the/
reddit
Show r/python: Measure your typing speed in the terminal • r/Python
1 points and 0 comments so far on reddit
Any recommendations on how to fix scaling issues with Canopy in Windows 10?: https://www.reddit.com/r/Python/comments/6jmjwz/any_recommendations_on_how_to_fix_scaling_issues/
reddit
Any recommendations on how to fix scaling issues with... • r/Python
1 points and 1 comments so far on reddit
Learn to create Deep Learning Algorithms in Python: https://www.reddit.com/r/Python/comments/6jn2qg/learn_to_create_deep_learning_algorithms_in_python/
reddit
Learn to create Deep Learning Algorithms in Python • r/Python
2 points and 0 comments so far on reddit
Over 150 of the Best Machine Learning, NLP, and Python Tutorials I’ve Found: https://unsupervisedmethods.com/over-150-of-the-best-machine-learning-nlp-and-python-tutorials-ive-found-ffce2939bd78#hn
This code prints the correct output twice. I only want it to run it once. Why is that?: https://www.reddit.com/r/Python/comments/6jniw3/this_code_prints_the_correct_output_twice_i_only/
reddit
This code prints the correct output twice. I only want... • r/Python
def execution(): x=0 exp=subprocess.Popen(["Rscript","expo"],stdout=subprocess.PIPE) for line in exp.stdout.readlines(): ...
How I Hacked My University's Registration System with Python and Twilio: https://www.reddit.com/r/Python/comments/6jnlwr/how_i_hacked_my_universitys_registration_system/
reddit
How I Hacked My University's Registration System with... • r/Python
1 points and 0 comments so far on reddit
Cracking Bitcoins private keys generated from weak passphrases (in Python): https://www.reddit.com/r/Python/comments/6jnqiu/cracking_bitcoins_private_keys_generated_from/
reddit
Cracking Bitcoins private keys generated from weak... • r/Python
1 points and 0 comments so far on reddit
Vintage 1978 Superboard II hacking some Python 3 and ZeroMQ: https://www.reddit.com/r/Python/comments/6joy7f/vintage_1978_superboard_ii_hacking_some_python_3/
reddit
Vintage 1978 Superboard II hacking some Python 3 and ZeroMQ • r/Python
1 points and 0 comments so far on reddit
Raspbian python error-skipping inquiry: https://www.reddit.com/r/Python/comments/6jozsf/raspbian_python_errorskipping_inquiry/
reddit
Raspbian python error-skipping inquiry • r/Python
Hi, Thanks for taking the time to read this. I have a quick question about running Python in Raspbian. If I run a .py file and encounter an...
stdout.readlines() alternative? It is very slow.: https://www.reddit.com/r/Python/comments/6jp8ga/stdoutreadlines_alternative_it_is_very_slow/
reddit
stdout.readlines() alternative? It is very slow. • r/Python
def execution(): x=0 exp=subprocess.Popen(["Rscript","expo"],stdout=subprocess.PIPE) for line in exp.stdout.readlines(): ...