Best 2D scripting library for 3.5?: https://www.reddit.com/r/Python/comments/8311kc/best_2d_scripting_library_for_35/
reddit
Best 2D scripting library for 3.5? • r/Python
I am trying to took for a 2D image scripting platform for py V2.5.0. I already tried pygame [pip3 install pygame] and went to the site and it...
I have made games in Scratch and now I would like to make games in Python as well. I have a basic understanding of the language but it is very different. Please help me understand:): https://www.reddit.com/r/Python/comments/8315h0/i_have_made_games_in_scratch_and_now_i_would_like/
reddit
I have made games in Scratch and now I would like to... • r/Python
I have made games in Scratch and am competent with it . I leant the basics of python with school but I now would love to figure out how to make...
Difference between exec behavior when module is imported or not: https://stackoverflow.com/questions/49016226/difference-between-exec-behavior-when-module-is-imported-or-not
Stackoverflow
Difference between exec behavior when module is imported or not
I am running to of the following programs. Importantly, imagine that there is mymodule.py file in the directory where both these programs are located.
The first:
exec('''import sys
import os
os.c...
The first:
exec('''import sys
import os
os.c...
Find the careers / jobs portal from list of company websites from an excel sheet: https://www.reddit.com/r/Python/comments/831qx0/find_the_careers_jobs_portal_from_list_of_company/
reddit
Find the careers / jobs portal from list of company... • r/Python
I have a list of all the companies that are there for my knowledge sorted in an excel sheet what is the best way to get career website / jobs...
What tests to write first with legacy or new project - podcast: https://www.reddit.com/r/Python/comments/831k6y/what_tests_to_write_first_with_legacy_or_new/
reddit
What tests to write first with legacy or new project -... • r/Python
1 points and 1 comments so far on reddit
Field Validation for Backend APIs with Python, Flask, and SQLAlchemy (X-Post r/flask): https://www.reddit.com/r/Python/comments/831t64/field_validation_for_backend_apis_with_python/
reddit
Field Validation for Backend APIs with Python, Flask,... • r/Python
1 points and 1 comments so far on reddit
Looking for help with some basic questions. Willing to pay for some basic help: https://www.reddit.com/r/Python/comments/8321xf/looking_for_help_with_some_basic_questions/
reddit
Looking for help with some basic questions. Willing to... • r/Python
I have some questions I need to answer. These questions are beginners but are confusing to myself. Willing to pay a little for helping answer all...
Repeating one more loop than necessary.: https://www.reddit.com/r/Python/comments/832nin/repeating_one_more_loop_than_necessary/
reddit
Repeating one more loop than necessary. • r/Python
So I'm trying to get my code working but it seems to print one more loop than I need. #Variables day = int() weekend = int() wkaverage =...
Scraping Imgur's viral posts from a specific date: https://www.reddit.com/r/Python/comments/833ge8/scraping_imgurs_viral_posts_from_a_specific_date/
reddit
Scraping Imgur's viral posts from a specific date • r/Python
1 points and 0 comments so far on reddit
Help with .exe (can't figure it out): https://www.reddit.com/r/Python/comments/82xcv5/help_with_exe_cant_figure_it_out/
reddit
Help with .exe (can't figure it out) • r/Python
I am a terrible beginner, and have hacked together a script that serves my purpose. One portion of the script causes errors no matter which...
using unittest.mock.patch to mock flask.request not works: https://www.reddit.com/r/Python/comments/833yb6/using_unittestmockpatch_to_mock_flaskrequest_not/
reddit
using unittest.mock.patch to mock flask.request not works • r/Python
here is my test code class MyResponse: def __init__(self, s): self.text = s text = '' class TestMyClass(TestCase): ...
Django queryset result is wrong for the test: https://stackoverflow.com/questions/49120686/django-queryset-result-is-wrong-for-the-test
Stackoverflow
Django queryset result is wrong for the test
My model is:
class AndroidOffer(models.Model):
name = models.CharField(max_length=128, db_index=True)
# ...
countries = models.ManyToManyField(Country)
And the following code (I skipped
class AndroidOffer(models.Model):
name = models.CharField(max_length=128, db_index=True)
# ...
countries = models.ManyToManyField(Country)
And the following code (I skipped
Django: how to fully decouple apps when it seems they are coupled?: https://stackoverflow.com/questions/48831838/django-how-to-fully-decouple-apps-when-it-seems-they-are-coupled
Stack Overflow
Django: how to fully decouple apps when it seems they are coupled?
Note: I am not a proper python programmer... but I use python extensively. I do things like write classes with inheritance, use iterators and comprehension, etc. My point is that I do not have a full
i need help with loops [Beginner]: https://www.reddit.com/r/Python/comments/834zmb/i_need_help_with_loops_beginner/
reddit
i need help with loops [Beginner] • r/Python
Just started learning python but cant wrap my head around loops. I was making a simple dice sim and I wanted the code to loop when the user...