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
If you need help, don't just say "not working", explain in detail what's not working the way you expect it to.
Читать полностью…Guys whats the best python app for android i kinda like python code app but its paid is there other alternatives
Читать полностью…"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…see i found this docs of faker library to generate a random word,
https://faker.readthedocs.io/en/master/providers/faker.providers.lorem.html#faker.providers.lorem.Provider.word
in this part there is a arg name:- parts_of_speech what to use for this value, the docs here dont clearify this 😢
is this be what ???
because sometime i used, abc = fake.word("conjunction")
or pronoun then it shows error thorow
code:
connection = psycopg2.connect(dbname="estate_horizon_db", user="poniadmin", password="pg1", host="127.0.0.1", port="5444")
>flask run
* Serving Flask app 'server'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
connection = psycopg2.connect(dbname="estate_horizon_db", user="poniadmin", password="pg1", host="127.0.0.1", port="5432")
connection = psycopg2.connect(dbname="estate_horizon_db", user="poniadmin", password="pg1", host="127.0.0.1", port="5432")Читать полностью…
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\...\miniconda3\Lib\site-packages\psycopg2\__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 55: invalid continuation byte
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…I stake my pyth on staking website , and now no have any option for unstake option ,
Читать полностью…It was just a question but out of nowhere it stopped working in my code
Читать полностью…Please don't ask meta questions like:
- Any user of $x here?
- Anyone used technology $y?
- Hello, I need help on $z!
Just ask about your problem directly! If you don't know what to ask, please read: http://catb.org/~esr/faqs/smart-questions.html
This group has narrow focus on actual issues. For "friends" and everything that does not fit into this group, the @pythonofftopic group exists. Please also note that the rules are enforced strictly. It is a very good idea to familiarize yourself with the rules.
Читать полностью…https://github.com/joke2k/faker/blob/master/faker/providers/lorem/en_US/__init__.py#L995
Читать полностью…Alright, thanks
Btw, are those parts will be learned at university? So, I just need to know the basic at this time?
What is staking? That seems like a crypto term but not sure how do you apply to python
Читать полностью…Please don't address people directly. The ones that can help you (and have the time and motivation to do that) will answer on their own.
Читать полностью…Check the documentation of the library you're using. The benefit of doing that is that it is very likely to be up-to-date, unlike tutorials or anything that generates code for you.
Читать полностью…