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

What does isalpha do?

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

Python

None are for formatting. When we refer to formatting, we mostly refer to returning or printing strings in a specific way. isalpha is most likely used for input validation. That is making sure the input is as you would expect, before you proceed with it (or reject the input and don't proceed). split is for taking string apart. It's an incredibly common operation for strings in all languages. You would use it for anything where you need to take a string apart for further analysis. CLI arguments, word counting, even input parsing (imagine user inputs 22,33,44 and you need those numbers in separate variables).

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

Python

Pick one, describe the issue.

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

Python

If you have specific questions, then we can help.

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

Python

I recommend 2 courses for you.

https://thegraphcourses.org/self-paced-python/
https://app.datacamp.com/learn

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

Python

The question was for data analysis specifically.

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

Python

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

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

Python

Hello Everyone!!
i am a complete Newbie
I don't have much knowledge about programming languages....
What would you guys recommend me?
Where should i start?

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

Python

do you need to "python3 {file}" in the linux because they said it always comes with python?

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

Python

https://www.python-httpx.org/advanced/authentication/

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

Python

https://fastapi.tiangolo.com/tutorial/testing/

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

Python

Dude you need to take some Google soon, not only because of this question

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

Python

Testing your code and knowing how it reacts and works

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

Python

Then pick a library to do the requests and combine both.

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

Python

It's kind of the best thing out there

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

Python

Thnaks for the help and kind response .

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

Python

Okey let me pick one

For string formatting thare are many examples like .split() .isalpha() .....

I know how to write it but what is the purpose in real life programming using those formattings ?

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

Python

Okey thnks then i am confused in using string formattings and the loop things

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

Python

Hello everyone glad to join this group

I am curruntly learning python basics from scrach is anyone can help me?

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

Python

https://jakevdp.github.io/PythonDataScienceHandbook/

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

Python

https://data-flair.training/blogs/python-projects-with-source-code/

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

Python

https://web.archive.org/web/20260116022525/http://www.catb.org/~esr/faqs/smart-questions.html

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

Python

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

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

Python

Then check the documentation of the library you're using to test!

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

Python

I read that, it doesn't show how to test authenticated endpoints

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

Python

No I wanna know the systematic way to implement testing like in general how we do this and then I'll fix my errors and implement it by myself

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

Python

Like show us exactly what you done and what errors you get that's a better way to help you

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

Python

I tried but each time it raises a different error, when I try to add a db and test the endpoints it won't work

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

Python

Yeaaah I read the docs, and also watched some tutorials on YouTube, I am not an expert but I can find my way through

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

Python

What is a Pytest for?

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