Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Python - no arguments, please Pin
BryanFazekas27-Sep-22 1:39
BryanFazekas27-Sep-22 1:39 
GeneralRe: Python - no arguments, please Pin
trønderen27-Sep-22 6:52
trønderen27-Sep-22 6:52 
GeneralRe: Python - no arguments, please Pin
Derek Hunter26-Sep-22 21:39
Derek Hunter26-Sep-22 21:39 
GeneralRe: Python - no arguments, please Pin
maze326-Sep-22 23:29
professionalmaze326-Sep-22 23:29 
GeneralRe: Python - no arguments, please Pin
Drew Rankin27-Sep-22 3:55
professionalDrew Rankin27-Sep-22 3:55 
GeneralRe: Python - no arguments, please Pin
Marc Clifton27-Sep-22 4:50
mvaMarc Clifton27-Sep-22 4:50 
GeneralRe: Python - no arguments, please Pin
Member 1194113127-Sep-22 8:11
Member 1194113127-Sep-22 8:11 
GeneralRe: Python - no arguments, please Pin
Martin ISDN3-Oct-22 6:58
Martin ISDN3-Oct-22 6:58 
i have zero learning hours of python and yet i have never had problem a reading Python code. to be real, that was only 3-4 times and the code was short

the first time i saw Python was in the book Foundations of Python Network Programming. somehow i got this book in my hand and i started reading immediately. i was surprised how easy i understood the language. it was so clear that i didn't bother to write the examples in Python, but i translated them on the fly to C on the Windows platform. the only gotchas were the ones with the Win32 API

next comes what's important about C# and Python, that i think is highly subjective. at the moment i get my living from writing C# code. i'm not good at it, just barely good enough for people to put up with me. i feel repulsion with languages like Java and C#. i was assigned to read data from a server and luckily from me i found code examples:
https://github.com/flightaware/firehose_examples

i was looking at the C# example and looking and looking... even had it compiled and it was working, but still i couldn't grasp it. then i turned to the Python example and i immediately understood what needs to be done. what is the essence. that's what i mean when i say your question is highly subjective. there is no "the right language" and "the only right thing to do for the common good", because too much right turns into left

i believe, no matter what others say (although some of those people i know for decades and value their opinion highly), based on my experience, that Python is clean and very good language for introduction into programming. regardless if it will potentially introduce bad habits on may-have-been-future professional programmers.

you know when you ask how to do something in git and you get a 10 page explanation of the theoretical possibilities and historical background of all version control software VS an answer saying: type this 4 words and it will do? for me, the former is C# and the latter is Python

cheers
GeneralIntroduction Pin
harley d'mello26-Sep-22 2:49
harley d'mello26-Sep-22 2:49 
GeneralRe: Introduction Pin
RickZeeland26-Sep-22 3:16
mveRickZeeland26-Sep-22 3:16 
GeneralRe: Introduction Pin
Marc Clifton26-Sep-22 3:20
mvaMarc Clifton26-Sep-22 3:20 
GeneralRe: Introduction Pin
PIEBALDconsult26-Sep-22 4:58
mvePIEBALDconsult26-Sep-22 4:58 
GeneralIs Salesforce Ransomeware Proof? Pin
Michael Breeden26-Sep-22 0:48
Michael Breeden26-Sep-22 0:48 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
Jörgen Andersson26-Sep-22 1:23
professionalJörgen Andersson26-Sep-22 1:23 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
Michael Breeden26-Sep-22 1:31
Michael Breeden26-Sep-22 1:31 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
obermd26-Sep-22 4:54
obermd26-Sep-22 4:54 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
Michael Breeden26-Sep-22 5:33
Michael Breeden26-Sep-22 5:33 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
englebart26-Sep-22 13:48
professionalenglebart26-Sep-22 13:48 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
Gerry Schmitz26-Sep-22 7:57
mveGerry Schmitz26-Sep-22 7:57 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
Michael Breeden26-Sep-22 10:25
Michael Breeden26-Sep-22 10:25 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
dandy7228-Sep-22 6:17
dandy7228-Sep-22 6:17 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
Michael Breeden28-Sep-22 6:40
Michael Breeden28-Sep-22 6:40 
GeneralRe: Is Salesforce Ransomeware Proof? Pin
dandy7229-Sep-22 3:24
dandy7229-Sep-22 3:24 
GeneralCCC 2022-09-26 - not a duplicate Pin
Peter_in_278025-Sep-22 22:40
professionalPeter_in_278025-Sep-22 22:40 
GeneralRe: CCC 2022-09-26 - possible duplicate Pin
OriginalGriff25-Sep-22 22:52
mveOriginalGriff25-Sep-22 22:52 

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.