python | Unsorted

Telegram-канал python - Python

135201

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

Subscribe to a channel

Python

No one can help you until you explain your difficulties.

Читать полностью…

Python

What are you talking about?

Читать полностью…

Python

Why no one told me that before

Читать полностью…

Python

there is array in python. it is a part of standard library

Читать полностью…

Python

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

Читать полностью…

Python

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

Читать полностью…

Python

It was about to know the sequence, but now I think I can learn OOP before lambdas and arrays...

Читать полностью…

Python

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)

Читать полностью…

Python

You need to know the basics for sure
Variables, datatypes, loops, conditionals, functions

Читать полностью…

Python

But I am facing problem in understanding OOP, so I thought that I am missing something before learning it!!!

Читать полностью…

Python

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??

Читать полностью…

Python

Like you study the rest. You read about it and then (or alongside) you try it out. Eventually you do a project.

Читать полностью…

Python

Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.

Читать полностью…

Python

pip install setuptools==68

Читать полностью…

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?

Читать полностью…

Python

A cod for boton on p

Читать полностью…

Python

hi do you have boton cod

Читать полностью…

Python

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

Читать полностью…

Python

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.

Читать полностью…

Python

It's not hard I've started reading it

Читать полностью…

Python

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.

Читать полностью…

Python

So, what's the actual problem?

Читать полностью…

Python

Yeah, I have come across all those topics...But I haven't done modules, arrays, lambda...

Читать полностью…

Python

¯\_(ツ)_/¯
it's a pretty complicated topic

Читать полностью…

Python

there is no "correct sequence"

Читать полностью…

Python

https://wiki.python.org/moin/BeginnersGuide/NonProgrammers

Читать полностью…

Python

How do you study async in python

Читать полностью…

Python

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

Читать полностью…

Python

Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html

Читать полностью…

Python

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.

Читать полностью…
Subscribe to a channel