Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: python logo embroidered on ball cap
Post: RE: python logo embroidered on ball cap

Yeah, I created the original. I think it is Snippsat who makes all the modified ones with it inserted in; not sure. I can see if I have the original PDNs(paint dot net) somewhere. Feel free to use ...
Mekire Board 2 3,773 Nov-25-2019, 03:45 AM
    Thread: Do break operators turn while loop conditions from True to False?
Post: RE: Do break operators turn while loop conditions ...

(Oct-20-2019, 03:22 AM)Drone4four Wrote: My million dollar question for all of you: For the purpose of while loops in general, is it safe to say that the break operator turns a while condition from ...
Mekire General Coding Help 5 2,990 Oct-20-2019, 03:28 AM
    Thread: Open CV game sprite recognition
Post: RE: Open CV game sprite recognition

Can you access this course? https://classroom.udacity.com/courses/ud810 I think it should be free. If you can, watch lessons 46-49 abouts.
Mekire Homework 3 3,655 Feb-25-2019, 04:26 AM
    Thread: Open CV game sprite recognition
Post: RE: Open CV game sprite recognition

I've tracked changing images in a video based on a template using openCV and a particle filter. Not sure if the time needed to learn how to do this is feasible to you though.
Mekire Homework 3 3,655 Feb-24-2019, 04:55 AM
    Thread: Lissajous Curves
Post: Lissajous Curves

I implemented a Lissajous curve demo in pygame: https://github.com/Mekire/lissajous https://imgur.com/2zFh8VC https://imgur.com/gpR9hlf
Mekire Code sharing 0 1,941 Feb-11-2019, 03:26 AM
    Thread: Planning a trip to Japan
Post: RE: Planning a trip to Japan

Really depends how widely you are travelling. If you are just in Tokyo then yeah Akihabara, Harajuku, Shinjuku, and Asakusa (Kaminarimon) are the main places. I lived like a 15 minute walk from the ...
Mekire Bar 13 7,013 Jan-05-2019, 06:38 AM
    Thread: More pygame errors
Post: RE: More pygame errors

How are you running the program? Seems to me that it just can't find the file: $ python3 Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32 Type "help", "copy...
Mekire General Coding Help 16 8,239 Jan-05-2019, 06:23 AM
    Thread: idea intermediate python programmer
Post: RE: idea intermediate python programmer

My recommendation would be to pick almost any game and REALLY finish it. Whether it is Tetris, Space Invaders, Snake, whatever. If you really finish the game it will require you to build a state mac...
Mekire News and Discussions 1 2,344 Dec-02-2018, 08:38 PM
    Thread: How long can an identifier be in Python?
Post: RE: How long can an identifier be in Python?

So, we can make all the SingletonAbstractAbstractFactoryFactories we want but um... let's not.
Mekire Bar 5 5,284 Dec-02-2018, 01:22 AM
    Thread: x_offset
Post: RE: x_offset

Ask yourself, how many lines will those loops draw? The current answer is 100. You are drawing the lines you want but are also drawing 90 other lines that overlap the ones you want. You want someth...
Mekire Game Development 2 3,034 Nov-22-2018, 06:29 AM
    Thread: need top trump help
Post: RE: need top trump help

(Oct-29-2018, 04:37 PM)nilamo Wrote: That doesn't sound like a game, it sounds like a collection of unrelated words.Trump is a synonym for card games in some languages. https://jisho.org/search/%E3%...
Mekire Game Development 3 4,152 Oct-29-2018, 11:08 PM
    Thread: Function help
Post: RE: [b]Function help[/b]

Please do not style your post like that. Post normally using code tags around code. As for your question something like: if len(product_idea) < 3: raise ValueErrorSeems to be what you want.
Mekire Homework 1 2,292 Oct-28-2018, 12:31 AM
    Thread: Buttons in PyGame
Post: RE: Buttons in PyGame

Oof. I'm still using user defined basic color constants there. Nasty.
Mekire Game Development 4 13,086 Oct-09-2018, 05:19 PM
    Thread: Nesting loops more than 20
Post: RE: Nesting loops more than 20

(Oct-05-2018, 07:28 AM)RtjShreyD Wrote: It has 25 parameters that needs to be varied, I am using 25 nested for loops for that and store values finally in database SQlite .No offense intended, but th...
Mekire General Coding Help 2 5,060 Oct-05-2018, 08:02 AM
    Thread: Barplots
Post: RE: Barplots

Call plt.show() and it seems to give what you want: import numpy as np import pandas as pd from matplotlib import pyplot as plt ig, axes = plt.subplots(2,1) data = pd.Series(np.random.rand(16), inde...
Mekire Data Science 1 2,159 Oct-04-2018, 11:15 AM
    Thread: PyGame: detecting key press, but not key
Post: RE: PyGame: detecting key press, but not key

Not this: if event.type == pygame.KEYDOWN: print('q') if event.type == K_w: print('w') if event.type == K_s: print('s') ...
Mekire Game Development 2 3,994 Sep-28-2018, 10:53 PM
    Thread: Annoyance - Newer version of pygame
Post: RE: Annoyance - Newer version of pygame

Kinda getting to the point where I'm wondering if I should just lock the thread (on reddit). Edit: I went ahead and locked it up. Apologies if you guys had any more to say, but I think the thread ha...
Mekire Game Development 22 9,359 Sep-28-2018, 09:20 PM
    Thread: Annoyance - Newer version of pygame
Post: RE: Annoyance - Newer version of pygame

Quote:yeah i had to stop responding at some point. And i should of stopped long ago. Those two users seem to have more entertainment with arguing for the sake of arguing. Yeah, it is just too exhausti...
Mekire Game Development 22 9,359 Sep-27-2018, 09:07 PM
    Thread: Annoyance - Newer version of pygame
Post: RE: Annoyance - Newer version of pygame

I would see it as you having some sort of conf file that pygame would check the cwd for. Still nasty but it would at least give an option other than "edit the library LOL".
Mekire Game Development 22 9,359 Sep-27-2018, 04:23 PM
    Thread: Annoyance - Newer version of pygame
Post: RE: Annoyance - Newer version of pygame

(Sep-27-2018, 03:24 PM)nilamo Wrote: I've jumped in the conversation. It doesn't make sense that every single person there is fine with it.I find every conversation like this on the internet there w...
Mekire Game Development 22 9,359 Sep-27-2018, 03:56 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020