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
guys, how much disk usage does Python library numpy use?
Читать полностью…
Hello guys , please I'm looking for python developer roles , I'm a backend and ai engineer. I've been jobless for the most part. If you have any recommendations, openings , groups , or even gigs , please reach out to me . Hre is my portfolio: favour-daniel.vercel.app
Читать полностью…
print "text" is a py2 syntaxprint("text") is a py3 syntax
To answer your question
All python 3 (including your specified version) use print("text") syntax
To not destroy your motivation before you've gotten a chance to learn something.
Читать полностью…
i just check by if statement if variable is odd or even and type the result by f string simple
Читать полностью…
of course, is what i said you: u don't have to learn each instruction, u have to learn the language keywords work and the algorithm procedure, then the code u need to make the algorithm should be clear for u
Читать полностью…
i'll try to chat with ai a lot about learning and i found two answer over and over first that i dont have to remember every line of code and second i have to learn architecture
Читать полностью…
because if u learn even each instruction and u will have to edit one of them, this will make u a big problem because u learnt even the algorithm itself, so u don't know how to edit without breaking the algorithm's work
Читать полностью…
but remember: u have to learn how the language works and the keywords function, never each istruction which composes the algorithm
Читать полностью…
Rule 🔟: Job posts are SPAM unless they meet the requirements. Read the rules for details.
Читать полностью…
https://docs.python.org/3.11/using/windows.html
As specified in PEP 11, a Python release only supports a Windows platform while Microsoft considers the platform under extended support. This means that Python 3.11 supports Windows 8.1 and newer.Читать полностью…
Not really
It was just that print was an operator in py2
In py3 its a function
What python version is best for a windows 8.1 with 1gb ram and 24gb left storage?
Читать полностью…
I have a question
Does python 3.8.10 use print "test" or print("test") ?
Guys, why are the textbook exercises so much easier than any real-world problem? They're trivial.
Читать полностью…
Just run the code and you'll see if the syntax is correct. Python won't execute anything if the syntax is wrong.
Читать полностью…
i am making Alien game by eric book the python crash course i'll read his code and know what to do and then i typed that in my editor with some edits by me not of code but apereance of my game
Читать полностью…
the problem:
by the user input u have to say him if the received number is even or odd
how do u make it?
architecture is an advanced concept of program... is how the the program works using your files structure and classes
Читать полностью…
so after solving book problem i also have to solve any similar problem by my self ?
Читать полностью…
I am doing i typed every code i am learning learn the logic and then i delete that code and try to type it again as i say i understand the logic of the code but even after that i got blank what to type or forgot whole concept
Читать полностью…
write a lot of algorithms... the practice will make stronger your memory
Читать полностью…