So I learnt the basics of python. now what?: https://www.reddit.com/r/Python/comments/6loh5k/so_i_learnt_the_basics_of_python_now_what/
reddit
So I learnt the basics of python. now what? • r/Python
I've been learning python and doing tasks on hackerrank and also following the stack overflow docs for quite a while now. Where should I go from...
Webscraping prices from different stores: https://www.reddit.com/r/Python/comments/6lou9w/webscraping_prices_from_different_stores/
reddit
Webscraping prices from different stores • r/Python
Has anyone tried webscraping prices for different products across several companies? I would love to hear the complications that arose when trying...
Decided to fill in all of my python gaps by reading through all the 3.6 documentation and making videos of it. Join me on that journey: https://www.reddit.com/r/Python/comments/6loxgn/decided_to_fill_in_all_of_my_python_gaps_by/
reddit
Decided to fill in all of my python gaps by reading... • r/Python
I've been coding in python for a few years doing various things in machine learning and data scraping and decided it would be good to get an even...
How do I plot dark cloud cover candlestick pattern?: https://www.reddit.com/r/Python/comments/6lq4y9/how_do_i_plot_dark_cloud_cover_candlestick_pattern/
reddit
How do I plot dark cloud cover candlestick pattern? • r/Python
I've been stuck this past few days trying to plot a dark cloud cover candlestick pattern and have just decided to ask for help. The code I'm using...
Learn Python Programming on the Mac or PC with “Python for Beginners” Python training course.: https://www.reddit.com/r/Python/comments/6lqjit/learn_python_programming_on_the_mac_or_pc_with/
reddit
Learn Python Programming on the Mac or PC with “Python... • r/Python
1 points and 0 comments so far on reddit
Reliable online IDE for a Python workshop?: https://www.reddit.com/r/Python/comments/6lqkt6/reliable_online_ide_for_a_python_workshop/
reddit
Reliable online IDE for a Python workshop? • r/Python
I'm putting together a little workshop where I'm going to walk through some basic coding skills for some high school kids. I will need to use a...
Help with zoom functionality in PyCharm's 'run' window: https://www.reddit.com/r/Python/comments/6lqojx/help_with_zoom_functionality_in_pycharms_run/
reddit
Help with zoom functionality in PyCharm's 'run' window • r/Python
Hey guys, new to programming and Python, currently using a MacBook Pro and had one question. I'm using a 13 inch MacBook so I'm zooming in a lot...
Iterate thru AWS ECR json and compare value: https://www.reddit.com/r/Python/comments/6lrf9f/iterate_thru_aws_ecr_json_and_compare_value/
reddit
Iterate thru AWS ECR json and compare value • r/Python
Hello, Trying to iterate thru an AWS json output and check if a specific version exist in ECR using the below code. But I am always getting...
Data Analysis with Pandas and Python Course - 100% OFF: https://www.reddit.com/r/Python/comments/6lruks/data_analysis_with_pandas_and_python_course_100/
reddit
Data Analysis with Pandas and Python Course - 100% OFF • r/Python
319 points and 37 comments so far on reddit
Searching for a String in Directory with .docx files: https://www.reddit.com/r/Python/comments/6lrvaw/searching_for_a_string_in_directory_with_docx/
reddit
Searching for a String in Directory with .docx files • r/Python
Hi there, kind of a python newbie here. Does anyone know how to search for a string in a directory of .docx files? There is a tutorial online on...
I am working on a discord chat bot and I want to be able to use the "text-to-speech" functionality: https://www.reddit.com/r/Python/comments/6ls76g/i_am_working_on_a_discord_chat_bot_and_i_want_to/
reddit
r/Python - I am working on a discord chat bot and I want to be able to use the "text-to-speech" functionality
2 votes and 12 comments so far on Reddit
Python import good practice?: https://stackoverflow.com/questions/44848556/python-import-good-practice
Stackoverflow
Python import good practice?
For my current python projects, I currently add this lines of code at the beginning of each scripts :
import os
import sys
current = os.path.abspath(os.path.dirname(__file__))
(__,folder) = os.path.
import os
import sys
current = os.path.abspath(os.path.dirname(__file__))
(__,folder) = os.path.
End loop with counter and condition: https://stackoverflow.com/questions/44481346/end-loop-with-counter-and-condition
Stackoverflow
End loop with counter and condition
In Python I can implement a loop with step counter and a stop condition as a classical case of for loop :
for i in range(50):
result = fun(i)
print(i, result)
if result == 0:
...
for i in range(50):
result = fun(i)
print(i, result)
if result == 0:
...
How to manage concurrency in Django models – Haki Benita: https://www.reddit.com/r/Python/comments/6lt2jp/how_to_manage_concurrency_in_django_models_haki/
reddit
How to manage concurrency in Django models – Haki Benita • r/Python
1 points and 0 comments so far on reddit