Help - Creating a wordcloud in the shape of an image: https://www.reddit.com/r/Python/comments/9zuprr/help_creating_a_wordcloud_in_the_shape_of_an_image/
reddit
Help - Creating a wordcloud in the shape of an image • r/Python
Hi! I'm fairly new to python and I want to create a wordcloud in the shape of a specific image. I have figured out I need to create a mask such...
If you're interested in machine learning, you might find this usefull: https://www.reddit.com/r/Python/comments/9zv3ut/if_youre_interested_in_machine_learning_you_might/
reddit
If you're interested in machine learning, you might... • r/Python
1 points and 0 comments so far on reddit
Datetime manipulation with lists: https://stackoverflow.com/questions/53420554/datetime-manipulation-with-lists
Stack Overflow
Datetime manipulation with lists
This is hard to explain but I will try to represent this in a small example:
NDD = 11/1/2018
number of payments:
1 0 2 0 2 1 1 0 2 1 1 1
Since the first month starts with 11 in NDD then the first
NDD = 11/1/2018
number of payments:
1 0 2 0 2 1 1 0 2 1 1 1
Since the first month starts with 11 in NDD then the first
NaviSat | Python Program To Predict and Grab Information About Any NORAD Satellite (Basically every satellite orbiting earth): https://www.reddit.com/r/Python/comments/9zvuh7/navisat_python_program_to_predict_and_grab/
reddit
r/Python - NaviSat | Python Program To Predict and Grab Information About Any NORAD Satellite (Basically every satellite orbiting…
2 votes and 1 comment so far on Reddit
Opensource algo trading framework in pure Python Backtrader x Alpaca integration: https://www.reddit.com/r/Python/comments/9zvzgl/opensource_algo_trading_framework_in_pure_python/
reddit
r/Python - Opensource algo trading framework in pure Python Backtrader x Alpaca integration
4 votes and 0 comments so far on Reddit
Generators are simultaneously the most frustrating and interesting/powerful tool I've used in Python: https://www.reddit.com/r/Python/comments/9zwfi8/generators_are_simultaneously_the_most/
reddit
r/Python - Generators are simultaneously the most frustrating and interesting/powerful tool I've used in Python
2 votes and 1 comment so far on Reddit
A pseudocode compiler in python for A-Level teaching purposes: https://www.reddit.com/r/Python/comments/9zx9p0/a_pseudocode_compiler_in_python_for_alevel/
reddit
A pseudocode compiler in python for A-Level teaching... • r/Python
It was a big surprise that Cambridge A-Level teaches in Pseudocode and they have specific grammars for it on exams. For good of both teachers and...
Python Rule Based Engine: https://stackoverflow.com/questions/53421492/python-rule-based-engine
Stack Overflow
Python Rule Based Engine
I am looking to design a system that will essentially need to make decisions based on input. The input will be a person.
class Person:
def __init__(self, name, age, sex, weight, height, natio...
class Person:
def __init__(self, name, age, sex, weight, height, natio...
gstreamer critical error when trying to capture video using webcam python opencv: https://stackoverflow.com/questions/51303321/gstreamer-critical-error-when-trying-to-capture-video-using-webcam-python-opencv
Stack Overflow
gstreamer critical error when trying to capture video using webcam python opencv
i'm trying to take a video with webcam using opencv and python with a simple code
import numpy as np
import cv2
cap = cv2.VideoCapture(0)
print('cap.isOpened')
if cap.isOpened():
print ('cap is
import numpy as np
import cv2
cap = cv2.VideoCapture(0)
print('cap.isOpened')
if cap.isOpened():
print ('cap is
Django 2.1 for beginners -9- Pulling objects from the database in hindi: https://www.reddit.com/r/Python/comments/9zxh3j/django_21_for_beginners_9_pulling_objects_from/
reddit
r/Python - Django 2.1 for beginners -9- Pulling objects from the database in hindi
1 vote and 0 comments so far on Reddit
Creating An Application Using BigchainDB in Python: https://www.reddit.com/r/Python/comments/9zxn26/creating_an_application_using_bigchaindb_in_python/
reddit
r/Python - Creating An Application Using BigchainDB in Python
1 vote and 0 comments so far on Reddit
solve_ivp from -x to x: https://stackoverflow.com/questions/53431271/solve-ivp-from-x-to-x
Stack Overflow
solve_ivp from -x to +x
I've been trying to use either solve_ivp or solve_bvp to solve a problem I've been having but I'm not making any progress. I think the code I have here will work but I cannot get the range to be co...
Concurrency on the Internet of Things (MicroPython uasyncio?): https://www.reddit.com/r/Python/comments/9zzcy4/concurrency_on_the_internet_of_things_micropython/
reddit
r/Python - Concurrency on the Internet of Things (MicroPython + uasyncio?)
1 vote and 0 comments so far on Reddit
SatPy 0.10 Released - Python library for processing meteorological satellite data: https://www.reddit.com/r/Python/comments/9zz9nb/satpy_010_released_python_library_for_processing/
reddit
r/Python - SatPy 0.10 Released - Python library for processing meteorological satellite data
62 votes and 1 comment so far on Reddit
Is it feasible to use Webcam (wireless or USB) for facials recognition purposed in an "employee's door access control" use case?: https://www.reddit.com/r/Python/comments/a00act/is_it_feasible_to_use_webcam_wireless_or_usb_for/
reddit
r/Python - Is it feasible to use Webcam (wireless or USB) for facials recognition purposed in an "employee's door access control"…
0 votes and 0 comments so far on Reddit