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
Hi! This group is English-only. Please, translate your message into English and delete the non-English message. Or move to a group speaking your language (type "!ol" to see the list). Thank you!
Читать полностью…
Hii
I m zero in python and I want to learn python
Pls give me advice for how to learn python
https://bytemedirk.medium.com/how-the-python-programming-language-works-f2db6e421f87
Читать полностью…
This is a new tool from github the storage is in the url
Читать полностью…
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.
You can use python to automate stuff
Pentesting is a whole category for itself and not really related to python - and we do not help in hacking or scams here...
Let me google that for you: https://realpython.com/nltk-nlp-python/
Читать полностью…
Application web des gestion des personnels en python
Читать полностью…
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
There dozens of online certifications available for Python developers. Just Google it.
Читать полностью…
1. From top to bottom.
2. It goes into functions and messages
3. Learn about the traceback
Write the script from the ide/editor which u use
Open CMD, go to the dir where is placed the script, execute it with python scriptname.py or python3 scriptname.py
Guys, is anyone open to teach me python? I want to learn something specific(how python executes it's code. I mean the flow of the code's execution.)
Читать полностью…
That link looks pretty long—any chance you could put it on a pastebin or something simpler to look at? Curious about what's happening with the EOF issue.
Читать полностью…
I'll send a link to the code that is giving me issues
Читать полностью…
Python 3.8 I can read the data from stdin I get the interactive prompt but then the script exits
Читать полностью…
When I pipe data into a python script it exits interactive mode any way around this. Hope this is the proper forum for this question I've never asked
Читать полностью…
Follow solid principles, they help a lot in big projects
Читать полностью…
I’m working on a complex Python project and trying to design it for high performance and modularity.
How would you handle dynamic dependency injection, asynchronous data pipelines, and custom error propagation in a large-scale application while keeping it maintainable and testable ?