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
What do you mean by foundation program? What do you need help for specifically?
Читать полностью…Initially I wanted to try myself at this, but now I want to finish it
Читать полностью…I found a guide on YouTube from four years ago on how to make a web server and tried to figure it out, but nothing worked and I just copied it😁
Читать полностью…It seems the package (or the package version) is not compatible with python 3.12
Читать полностью…import extract_msg
from bs4 import BeautifulSoup
print(extract_msg.version)
msg = extract_msg.Message(r'E:\MrBoss\Python scripts testing 3.12.3\rev Mailer October 2024.msg')
# Accessing basic information
print(msg.subject)
print(msg.sender)
print(msg.date)
print(msg.htmlBody)
This is my code I'm getting the below error
AttributeError: 'str' object has no attribute 'value'
This code works fine in python 3.7 but when it comes to python 3.12.3 version it is throwing this error
No matter what I add and no matter where I do it, something doesn’t work or errors appear. Could you tell me where and what I need to add please?
I will be very grateful
Ganesh:
I want to be an data scientist with cloud computing which skills is required to learn from scratch please guide me anybody 🙏
Presently I am final year student in computer science and engineering
I know i can but getting advice from pros is always helpful regardless. Thanks for the motivation
Читать полностью…People without prior programming experience learn Python, why wouldn't you be able to?
Читать полностью…It gaves only "Enter your age:" then I entered 23 it gave"Enter your age:23"
Читать полностью…age = input("Enter your age: ")
print("You are " + age + " years old.") , who can say after run the above program in python environment.
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…But why don't use flask (for example) you lack basic knowledge to make a server from scratch
Читать полностью…So any reason why you are writing a webserver from scratch instead of using something already Made?
Читать полностью…Client socket is not in that context, sorry to ask but did you write the original code or used a LLM?
Читать полностью…Can anyone please help me I stucked for more than an hour
Читать полностью…1. https://hastebin.com/share/acoyezojef.scss
2. https://hastebin.com/share/abaranobig.python (changed it to another link)
I tried inserting client_socket.send(response) after line 23, but nothing worked. I tried to output several variables from the start_server function, but in this case nothing works at all.
Читать полностью…Hello, I wrote a web server in Python based on a guide on YouTube. But for some reason it doesn’t display html, it just shows a blank page. Help solve the problem
https://hastebin.com/share/romaqimaso.scss
No i jus want to know if it would be a good choice to start learning python right now with my current set of skills
Читать полностью…So ummm guys im completely new to python but im an amateur in vb.net who can make a simple hotel booking system.As people who have experience in python should i approach or would it be too hard
Читать полностью…