Learn to create Machine Learning Algorithms in Python and R from two Data Science experts. Code templates included.: https://www.reddit.com/r/Python/comments/80xxvj/learn_to_create_machine_learning_algorithms_in/
reddit
Learn to create Machine Learning Algorithms in Python... • r/Python
0 points and 1 comments so far on reddit
How to achieve stratified K fold splitting for arbitrary number of categorical variables?: https://stackoverflow.com/questions/48988182/how-to-achieve-stratified-k-fold-splitting-for-arbitrary-number-of-categorical-v
Stack Overflow
How to achieve stratified K fold splitting for arbitrary number of categorical variables?
I have a dataframe of the form, df:
cat_var_1 cat_var_2 num_var_1
0 Orange Monkey 34
1 Banana Cat 56
2 Orange Dog 22
3 Banana...
cat_var_1 cat_var_2 num_var_1
0 Orange Monkey 34
1 Banana Cat 56
2 Orange Dog 22
3 Banana...
I know it's nothing big but I just finished my first major project: Hangman: https://www.reddit.com/r/Python/comments/80ypp2/i_know_its_nothing_big_but_i_just_finished_my/
reddit
I know it's nothing big but I just finished my first... • r/Python
I don't know if posting projects is allowed, I'll remove this post if it isn't. It's basically the traditional Hangman game, but on Python! Bug...
Program to set desktop background with two clicks: https://www.reddit.com/r/Python/comments/80xo62/program_to_set_desktop_background_with_two_clicks/
reddit
Program to set desktop background with two clicks • r/Python
4 points and 7 comments so far on reddit
Need advice for python pitch at work!: https://www.reddit.com/r/Python/comments/80zbnv/need_advice_for_python_pitch_at_work/
reddit
Need advice for python pitch at work! • r/Python
Hey guys! In a couple of weeks I will have a talk at work trying to highlight the potential of python and the thriving ecosystem especially...
[TIL] CPython is mostly written in Python (not C): https://www.reddit.com/r/Python/comments/80zc9p/til_cpython_is_mostly_written_in_python_not_c/
reddit
[TIL] CPython is mostly written in Python (not C) • r/Python
6 points and 1 comments so far on reddit
URGENT: I have fully automated my 50k p/y job and someone is about to snitch on me! (What do I do?): https://www.reddit.com/r/Python/comments/810crm/urgent_i_have_fully_automated_my_50k_py_job_and/
reddit
URGENT: I have fully automated my 50k p/y job and someone is about...
Long story short, I used python to completely automate my entire job, I have to gather data from spreadsheets and all sorts and derive reports and...
Pygame transform.threshold() function does not take keyword arguments: https://www.reddit.com/r/Python/comments/810sjv/pygame_transformthreshold_function_does_not_take/
reddit
Pygame transform.threshold() function does not take... • r/Python
I have a function in a class to change the colour of a surface. def setColour(self, colour): pygame.transform.threshold(self.surface,...
Mjpeg pygame stream client. What can i improve?: https://www.reddit.com/r/Python/comments/810tcj/mjpeg_pygame_stream_client_what_can_i_improve/
reddit
Mjpeg pygame stream client. What can i improve? • r/Python
1 points and 1 comments so far on reddit
New. Have a project in mind. Where do I start?: https://www.reddit.com/r/Python/comments/8110mj/new_have_a_project_in_mind_where_do_i_start/
reddit
New. Have a project in mind. Where do I start? • r/Python
What I'd like to learn to do is build an image gallery where a person can select photos from a database and arrange them on a template. How can I...
google customsearch returns different result?: https://stackoverflow.com/questions/48958387/google-customsearch-returns-different-result
Stackoverflow
google customsearch returns different result?
I'm trying out google customsearch api to search image and but the weird thing is my search through api returns different result than regular search through browser. for example
from apiclient.dis...
from apiclient.dis...
The best way to use classes while working with a matrix (bejeweled game, pygame): https://www.reddit.com/r/Python/comments/8104gd/the_best_way_to_use_classes_while_working_with_a/
reddit
The best way to use classes while working with a matrix... • r/Python
Hello guys, I am doing a python game in pygame, but I think this problem is more focused on the python than pygame. So, I have to make a...