You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
there is array in python. it is a part of standard library
Читать полностью…Not everybody has the same experience or knowlege as you
For you it may be simple, but for somebody else, it might be extremly complicated
And trust me, OOP can get pretty complicated fast
As i said
There are no arrays in python
They are called list
And lamda is just a function but without a name
For learning OOP it is fundemental that you get a good grasp on datatypes (string, integer, bool, lists, dictionary, set, ...)
Also you need to have a quite good grasp on variables, loops, conditionals (if/else) and functions
Without the basics, it will be very hard (if not impossible) to understand OOP
It was about to know the sequence, but now I think I can learn OOP before lambdas and arrays...
Читать полностью…Modules are just some other .py files you import
An important topic, but not related to OOP
Arrays are called list
in python
Lambda is just a function
But without a name (nameless function)
You need to know the basics for sure
Variables, datatypes, loops, conditionals, functions
But I am facing problem in understanding OOP, so I thought that I am missing something before learning it!!!
Читать полностью…Should we have to learn Lambda and arrays before starting OOP??
I mean I don't know the sequence, there's a YT channel, where OOP is being taught after File Handling, whereas in a website, Lambda, Arrays are given before OOP and file handling is given after that...So, what's the correct sequence??
Like you study the rest. You read about it and then (or alongside) you try it out. Eventually you do a project.
Читать полностью…Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…I am trying to deploy an application and i am getting the below error
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
Can anyone advise on how I can corect this?
Yeah, those confront with actuall definition of array, which states that each element in array must be of the same type
In python you would usually just use list as its a bit more versatile, but it special cases where you need to explicitly know the type you can use arrays
great answer. in hindsight, extensively learning data structures and language features prior to initiate building OOP-centric modules would have been more conducive to producing performant maintainable and idiomatic python codebases.
Читать полностью…Oh, I see. I missed that. Yes, you can learn OOP without lambdas, but it makes to sense to know data types like lists (Python doesn't have arrays). It's a basic building block for programming. Fundamental.
Читать полностью…Yeah, I have come across all those topics...But I haven't done modules, arrays, lambda...
Читать полностью…https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…How are you i am beginning my journey of learning python. Can I get a course or what are the basics that i should know
Читать полностью…Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html
Adding the word Python
to your off-topic question doesn't magically turn it to a Python related question, so please delete your message here and move to the @PythonOfftopic group and ask there.