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
Could be a missing web driver or a path issue on the VPS—sometimes these little things trip us up when switching environments.
Читать полностью…
I'm curious, since when, with what capabilities, writing code in Python, can you call yourself a pro, a senior?
Читать полностью…
Errors in Python or any programming language serve to indicate when something has gone wrong during the execution of a program, allowing developers to identify and correct issues.
Telling us that you have an error is not helpful unless you share the error. Please mind rule #5.
After learning python, What's your recommendation for learning?
Читать полностью…
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…
Hello everyone
I needed a faster hosting site for python
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
Please provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you, you have to explain:
- what you're doing
- what you're expecting
- what you're using
- where you're running the script
- what Python version you're using
- what packages and their versions you're using
- and the most important thing: show the code YOU wrote (read rule 5️⃣ for that)
and more details, that way your chances to get help will increase.
Hi can anyone share the roadmap to learn Python from scratch?
Читать полностью…
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
Your local machine probably has a web driver installed and your VPS doesn’t
Читать полностью…
Hi everyone, does anyone know why PlayWrite isn't working on a VPS server? It works fine on my laptop with GUI, but not on the VPS.
Читать полностью…
I want to learn phyton and develope software . just can anyone say steps plan
Читать полностью…
A lot of people, with over 100k members, thousands can be considered as senior
Читать полностью…
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
we are not python teachers, books are like teachers, read them and u will learn python by practicing what u learn
Читать полностью…
Rules in our groups are strictly enforced. It is strongly recommended to read our rules before engaging in any other activity!
Читать полностью…
This group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote and explain where and why you are stuck... as simple as that
Читать полностью…
I needed the code for a telegram bot that could search for movies.
Читать полностью…
1. You know, the beauty about books is that you don't need to think about "what next". It tells you.
2. If you're getting errors, you should fix them.