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
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).
I recommend 2 courses for you.
https://thegraphcourses.org/self-paced-python/
https://app.datacamp.com/learn
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…
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?
do you need to "python3 {file}" in the linux because they said it always comes with python?
Читать полностью…
https://www.python-httpx.org/advanced/authentication/
Читать полностью…
Dude you need to take some Google soon, not only because of this question
Читать полностью…
Testing your code and knowing how it reacts and works
Читать полностью…
Then pick a library to do the requests and combine both.
Читать полностью…
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 ?
Okey thnks then i am confused in using string formattings and the loop things
Читать полностью…
Hello everyone glad to join this group
I am curruntly learning python basics from scrach is anyone can help me?
https://data-flair.training/blogs/python-projects-with-source-code/
Читать полностью…
https://web.archive.org/web/20260116022525/http://www.catb.org/~esr/faqs/smart-questions.html
Читать полностью…
Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html
Then check the documentation of the library you're using to test!
Читать полностью…
I read that, it doesn't show how to test authenticated endpoints
Читать полностью…
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
Читать полностью…
Like show us exactly what you done and what errors you get that's a better way to help you
Читать полностью…
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
Читать полностью…
Yeaaah I read the docs, and also watched some tutorials on YouTube, I am not an expert but I can find my way through
Читать полностью…