python | Unsorted

Telegram-канал python - Python

135202

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

Subscribe to a channel

Python

What are you talking about?

Читать полностью…

Python

you do it the same way you do in other Object Oriented languages, so show your code and explain where and why you're stuck on

Читать полностью…

Python

We are talking first about Python not code. i need to know how it could be possible with Python then i'll share my code

Читать полностью…

Python

How should I go about doing this?

Читать полностью…

Python

i also needed to remove invalid symbols, so i used regular expression

Читать полностью…

Python

This group is for programming not for supporting any other third party tools

Читать полностью…

Python

Its not a simple task

Читать полностью…

Python

well, you need to put a python server into the internet and thats a lot of steps

Читать полностью…

Python

If you can just tell me how I'd appreciate it, I've done everything connected to my script on my own so if either way I don't mind

Читать полностью…

Python

Anyone able to help me make a site with proper login system where I specify the accounts allowed to access the script of mine? I want it so that when the user enters one of the right accounts I have in the script they instantly get taken to my script without being shown the contents. Would that be possible?

Читать полностью…

Python

Install python and follow python documentation

Читать полностью…

Python

I used it today: I’m building a small gui with tkinter which creates an image saving it with the specified name inputted by the user. Since the name may be formed by two or more words and I didn’t want to have spaces in the filename, that’s how I work on the name specified by the user:

f”{“_”.join(name.split(“ “))}.png”

Читать полностью…

Python

https://docs.python.org/3/library/stdtypes.html#str.split

Читать полностью…

Python

Why we use .split() ?
How it works?

Читать полностью…

Python

i am running the code on pycharm

Читать полностью…

Python

Does anybody know if it is possible to create a sticky footer in "Rich" module?

Читать полностью…

Python

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

Читать полностью…

Python

the purpose of the group is helping you with your code that u are supposed to share with explaining your request

Читать полностью…

Python

Hello, I am a beginner in Python, and I have an issue with my program. I wrote a program of about 2000 lines. Currently, I would like to improve it by creating classes and assigning each function from my script to a class. The goal is to have a fully Object-Oriented program.

Читать полностью…

Python

name.replace(" ", "_")

Keep it easy

Читать полностью…

Python

Choose a python web framework, create the database and make your front end. If you want to skip the front end, you can use Telegram as a front end.

Читать полностью…

Python

including, a database, the server, the front end, etc

Читать полностью…

Python

Just tell me how, if steps are provided that'd be cool

Читать полностью…

Python

well, it is possible but you have to do it yourself

Читать полностью…

Python

https://wiki.python.org/moin/BeginnersGuide/NonProgrammers

Читать полностью…

Python

Hi everyone I want to learn python so How to start, what are the topics i need to cover, how to master it

Читать полностью…

Python

example :
x = input("What's your : first name last name age : )
y = x.split(" ")
print(y)

Result :
What's your : first name last name age : John Doe 43

["John", "Doe", "43"]

Читать полностью…

Python

Read the documentation of it!

Читать полностью…

Python

Can you share the output too?

Читать полностью…

Python

https://dpaste.org/FLgVz#L9

Читать полностью…
Subscribe to a channel