4,901 Posted Topics

Member Avatar for Ved_683

>whatever graphics system you choose is likely to be highly specific to your choice of platform Not necessarily. If they use [wxWidgets](https://www.wxwidgets.org/) for the graphics, the code should be easily ported to other platforms.

Member Avatar for Reverend Jim
0
127
Member Avatar for pmworlds

If you have a specific question perhaps we can help but we are not going to do your research for you.

Member Avatar for mr_865
1
695
Member Avatar for Daniel_167
Member Avatar for Somil_1
Member Avatar for phaeton669

>"I hope you will continue to pay attention to the news that we are about to overthrow the Biden regime." That pretty much fits the text book definition of sedition.

Member Avatar for Reverend Jim
0
42
Member Avatar for Javier Abad

Please keep in mind 1. This is an English-only forum. Please read the rules. (I translated your title to English) 1. There are already too many SEO threads on this forum. We don't need another.

Member Avatar for Dani
0
49
Member Avatar for Reverend Jim

The Quebec government recently proposed a tax on the unvaccinated. Their reasoning is that the Covid crisis is being exacerbated because so many people are refusing the vaccine. In Canada, health care is publicly funded so the extra costs associated with the flood of mostly unvaccinated people into hospitals must …

Member Avatar for Reverend Jim
0
122
Member Avatar for Mehak_3

That's not how this works. Show us what you have tried so far and we can help. For starters, try a specific case first - say a diamond of width five. That will require nine lines of output. Write the code to generate that without a loop (one line of …

Member Avatar for Reverend Jim
0
76
Member Avatar for not1n
Member Avatar for Dani

My older son is a bio-physicist and assures me of the safety (barring a rare allergic reaction) of mRNA vaccines, particularly for me because I cannot be given live vaccines. As someone who has the trifecta of risk factors (old, cancer, depressed immune system) I will likely qualify for the …

Member Avatar for Mollyron
3
469
Member Avatar for JakeRivett

You don't need to pause. VB applications are event driven. By nature, the application will do nothing until it has to react to an event. In this case the event is the button click. What type of processing are you trying to pause?

Member Avatar for jake_20
0
2K
Member Avatar for Justin Habel

1. What are you wanting as the output from this script? 1. What does the input (bible.txt) look like?

Member Avatar for bogenbroom
0
105
Member Avatar for nicktaylor56
Member Avatar for Reverend Jim

Happy New Year to all. I hope 2022 is much kinder to everyone than the last two years. I, for one will be spending the evening with family and killing many monks, knights, and ghouls (In Death Unchained on the Oculus is awesome). Oh yeah. We're also going to eat …

Member Avatar for pcbugfixer
0
85
Member Avatar for itsolution

Welcome. A good place to start is to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).

Member Avatar for Reverend Jim
0
13
Member Avatar for Dani
Member Avatar for vorlic

I can't recommend a free tutorial. That is something you will have to google. I learned from a book (sorry, not free) that I highly recommend. It is **Beginning Python From Novice to Professional by Magnus Lie Hetland**. The third edition came out in 2018 and, although it is not …

Member Avatar for wpeckham
0
140
Member Avatar for MickeyD

If the computer had Windows 10 on it previously and had been through the entire installation and activation process then there should be no need to enter a licence key again as that computer is already associated with the key on the Microsoft servers. If there is a problem then …

Member Avatar for rofa_1
0
383
Member Avatar for Scott_22

The people who brought you the [brave browser](https://search.brave.com/search?q=brave.com&source=web) now have their own [search engine](https://search.brave.com/)

Member Avatar for Reverend Jim
6
1K
Member Avatar for LastMitch

You have to see Dr. Strangelove. Peter Sellers goes to town playing three roles to perfection. And, of course, My favourite Kubrick film - A Clockwork Orange. It helps if you have read the original book. The film was based on the American release of the novel which omits the …

Member Avatar for LoanHensley
6
6K
Member Avatar for Zerrin_1
Member Avatar for Youssef Faisal
Member Avatar for Dani
1
47
Member Avatar for cesar.perezj989

I'm more of a bungee-shopper. I get in, shop, then get out as quickly as possible.

Member Avatar for rproffitt
0
21
Member Avatar for Xozz

If nothing else has worked for you I suggest you download [AutoRuns](https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns) which is part of the free Sysinternals suite of tools. Fire it up and uncheck everything that references Teams.

Member Avatar for Puterwiz82
0
245
Member Avatar for lordrt

My suggestion is to install the free version of Macrium and take a complete image of your C partition. Also create bootable recovery media (a small USB memory stick) using the tools from within Macrium. Then you can reformat and re-install Windows. If you find that you are missing any …

Member Avatar for lordrt
0
149
Member Avatar for manasrathore43

Ditto for me, another dinosaur. Let me just add an analogy. Learning to play the piano well isn't just a matter of remembering which keys to press, and when. It's also learning a lot of technique and theory, and of course, practise, practise, practise. A gentle reminder - when you …

Member Avatar for Lisa_20
0
136
Member Avatar for sueambrose121
Member Avatar for Drake_2

I do not. From a security aspect, it has already shown to be vulnerable to hacking. From an environmental aspect, because of its vast energy requirements, it is an unmitigated disaster. Over the last 50 years I have seen many technologies touted as "the future of...". Almost all were nothing …

Member Avatar for rproffitt
0
87
Member Avatar for Kepler123

Why are you asking for `n` then reading it into `i`? And why are you then just ignoring it in your loop control?

Member Avatar for xrjf
0
77
Member Avatar for Nicksen

Please post your code in this thread. When your link eventually goes dead this thread will not be helpful to anyone else.

Member Avatar for Schol-R-LEA
0
346
Member Avatar for gdtraveller

Easiest way is to add import wx.lib.mixins.inspection at the top and wx.lib.inspection.InspectionTool().Show() after self.Show() This will bring up an inspection window where you can examine all of your display items. I strongly recommend that you upgrade to Python 3.9.x and the latest wxPython. Don't pick the most recent Python as …

Member Avatar for Reverend Jim
0
568
Member Avatar for nette__55
Member Avatar for Jagmeet_1
Member Avatar for nette__55
Member Avatar for jamesfilipson
Member Avatar for Monika_15

Welcome. One of the many plusses of Daniweb is that we have many un-like people as well so you will get diverse opinions. We grow when we are challenged.

Member Avatar for Reverend Jim
0
18
Member Avatar for fonzali

If I could just chime in here, you might also consider type hints. As an example, here are two function declarations: def MyFunc(parm1, parm2, parm3): def MyFunc(parm1: int, parmn2: str, parm3: float) -> float: Ignore for the moment that I chose non-descriptive parameter names, the second form indicates the types …

Member Avatar for Thati
0
5K
Member Avatar for Mina13

I suspect what you want to do is sort a **list** of brands. In that case you have to start with a list like brands = [] Then you can `.append` more brands to the list as entered. After you are done you can sort the list by brands.sort() This …

Member Avatar for Reverend Jim
0
41
Member Avatar for Colton
Member Avatar for JModak
Member Avatar for Xozz

Keep in mind that by remapping the arrow keys you will be over-riding their original functionality in all applications. It may be possible to test in AutoHotKey if the desktop (Explorer) has focus and restrict the new functionality so that other apps can still use the original behaviour.

Member Avatar for Viki_1
0
195
Member Avatar for solitairedsgn

I find that if you just want to paint over without stripping/sanding, it is best to clean it thoroughly with TSP first otherwise the paint may just peel off.

Member Avatar for AnnDash
0
430
Member Avatar for marmelade7

It is going to match `Narrator:` or `narrator:` because you are allowing the first letter to be either case. As for the `NARRATOR:` match, check to see if you have an `ignorecase` option that may be True by default. In Python you have to explicitly state IGNORECASE. This may not …

Member Avatar for Reverend Jim
0
88
Member Avatar for Hamza_52

You aren't following protocol. The way it worked when I was a lad was: - first you steal my lunch money - then you tell me to do your homework

Member Avatar for Reverend Jim
0
220
Member Avatar for Reverend Jim

I've had one for a couple of years. I like it because I only have to spend $25 a year to keep the phone minutes topped up (sometimes more if I use more minutes). It does what I want, which is make and receive calls while I am away from …

Member Avatar for Reverend Jim
0
176
Member Avatar for Mohammed_98

We won't do your homework for you, but if you have hit a snag, post what you have done so far and where you are are stuck and we'll see if we can help you through it.

Member Avatar for toneewa
0
208
Member Avatar for dragon25

If you got the free upgrade to Windows 10 then your computer has already been registered with Microsoft as legit (licensed). If you don't mind installing your apps again you should be able to reinstall Windows 10 over top of the existing installation. I'd recommend backing up any data files …

Member Avatar for rproffitt
0
13K
Member Avatar for Reverend Jim

Curious. Both [this post](https://www.daniweb.com/programming/computer-science/threads/536401/how-to-write-a-function-of-image-rotation) and [this post](https://www.daniweb.com/programming/computer-science/threads/536400/how-to-rotate-image-using-c) by user omar90 are tagged as "first post by omar90". They were posted 6 hours apart.

Member Avatar for Reverend Jim
1
90
Member Avatar for Reverend Jim

What are the odds. Three minutes before I popped in, we started getting support spam. I whacked 4-5 but I expect they'll keep coming.

Member Avatar for Dani
1
56
Member Avatar for arvind_m

Glad to see you. Feel free to ask questions, but please read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) before you ask.

Member Avatar for Reverend Jim
0
28

The End.