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
who knows,Does Selenium work on VDS servers? Does it require a GUI on the server? I'm talking about the Selenium browser.
Читать полностью…
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
https://docs.python.org/3/library/stdtypes.html#str.isalpha
Читать полностью…
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
I’ve tried many strategies before, but consistency was always the problem. Since I started using Wales EA, trading has become calmer and more structured. It handles entries and risk professionally, and it removes emotional trading completely.
What I love most is the discipline and consistency it brings to my results.
No stress. No overtrading. Just smart automation doing the work.
If you’re serious about improving your trading journey, Wales EA is worth it.
📩 DM me to get started
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?
Читать полностью…