Click here to Skip to main content
15,887,214 members
Home / Discussions / Python
   

Python

 
GeneralRe: Invalid signature - Fondy payment gateway Pin
Kostiantyn Lahutin29-Jun-23 0:15
Kostiantyn Lahutin29-Jun-23 0:15 
AnswerRe: Invalid signature - Fondy payment gateway Pin
jschell28-Jun-23 6:15
jschell28-Jun-23 6:15 
GeneralRe: Invalid signature - Fondy payment gateway Pin
Kostiantyn Lahutin29-Jun-23 0:13
Kostiantyn Lahutin29-Jun-23 0:13 
AnswerRe: Invalid signature - Fondy payment gateway Pin
Maverick49426-Aug-23 13:40
Maverick49426-Aug-23 13:40 
Questionfor machin software's Pin
pilot choice18-May-23 6:31
pilot choice18-May-23 6:31 
AnswerRe: for machin software's Pin
Richard MacCutchan18-May-23 6:33
mveRichard MacCutchan18-May-23 6:33 
QuestionClosed. This question is not written in English. It is not currently accepting answers. Stack Overflow is an English-only site. If you are confident that you will be able to understand and respond to answers and comments in English, please edit your Pin
Member 1599162128-Apr-23 23:38
Member 1599162128-Apr-23 23:38 
AnswerRe: Closed. This question is not written in English. It is not currently accepting answers. Stack Overflow is an English-only site. If you are confident that you will be able to understand and respond to answers and comments in English, please edit y Pin
OriginalGriff28-Apr-23 23:48
mveOriginalGriff28-Apr-23 23:48 
The best ways to get started are in order:
1) Go on a course. The material will be structured and organised so you get introduced to every part of the language provided you do all the exercises. In addition, if you don;t understand something, a human tutor can explain in different ways until you do.
2) Get a book. The material will be structured and organised so you get introduced to every part of the language provided you do all the exercises. Wrox an Addison Wesley do good ones on most programming languages.
3) Guess, and try to work it out on your own. You might learn something, but it probably won't be what you should be learning. Very poor method, you don't get introduced to anything that you haven't met ...
4) Grab other peoples code and try to understand it. You will learn nothing other than some people release code that doesn't actually work ...
5) Youtube videos. Generally produced by people with no idea how to make a video, how to teach, and most cases how to code; produced for the likes and subscribes as these monetize the channel. There are probably some good ones out there, but they are buried under a sea of rubbish so nobody is likely to find them.

Would I start with Python? No - I'd start with a compiled language like C#, because at least you have to get all the silly syntax errors out of the way before you can run your code. With an interpreted language like Python, something you wrote 2 weeks ago can fail to run when you add new code because that part had never actually been executed before.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

AnswerRe: Closed. This question is not written in English. It is not currently accepting answers. Stack Overflow is an English-only site. If you are confident that you will be able to understand and respond to answers and comments in English, please edit y Pin
Richard MacCutchan29-Apr-23 0:20
mveRichard MacCutchan29-Apr-23 0:20 
QuestionInsensitive Match with Sensitive Substitute? Pin
Philip Derrida14-Apr-23 2:22
Philip Derrida14-Apr-23 2:22 
AnswerRe: Insensitive Match with Sensitive Substitute? Pin
OriginalGriff14-Apr-23 2:23
mveOriginalGriff14-Apr-23 2:23 
AnswerRe: Insensitive Match with Sensitive Substitute? Pin
Richard MacCutchan14-Apr-23 2:46
mveRichard MacCutchan14-Apr-23 2:46 
QuestionPartial Functions? Pin
glennPattonWork35-Apr-23 6:16
professionalglennPattonWork35-Apr-23 6:16 
AnswerRe: Partial Functions? Pin
Richard MacCutchan5-Apr-23 6:24
mveRichard MacCutchan5-Apr-23 6:24 
GeneralRe: Partial Functions? Pin
glennPattonWork35-Apr-23 21:38
professionalglennPattonWork35-Apr-23 21:38 
GeneralRe: Partial Functions? Pin
Richard MacCutchan5-Apr-23 22:52
mveRichard MacCutchan5-Apr-23 22:52 
AnswerRe: Partial Functions? Pin
code_slinger5-May-23 6:41
code_slinger5-May-23 6:41 
AnswerRe: Partial Functions? Pin
Kenneth Haugland11-May-23 0:41
mvaKenneth Haugland11-May-23 0:41 
GeneralRe: Partial Functions? Pin
glennPattonWork311-May-23 7:49
professionalglennPattonWork311-May-23 7:49 
QuestionPython Pin
RuthNathan124-Apr-23 22:05
professionalRuthNathan124-Apr-23 22:05 
QuestionRead the file data and devide Pin
Music Vines16-Mar-23 23:24
Music Vines16-Mar-23 23:24 
AnswerRe: Read the file data and devide Pin
Dave Kreskowiak17-Mar-23 2:25
mveDave Kreskowiak17-Mar-23 2:25 
AnswerRe: Read the file data and devide Pin
Richard MacCutchan17-Mar-23 2:44
mveRichard MacCutchan17-Mar-23 2:44 
QuestionPython SYN flood test Pin
Alex Wright 20224-Mar-23 6:10
Alex Wright 20224-Mar-23 6:10 
AnswerRe: Python SYN flood test Pin
Richard MacCutchan4-Mar-23 6:21
mveRichard MacCutchan4-Mar-23 6:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.