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
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
Читать полностью…
can anyone tell me how to deal with syntax forgoting anxiety
Читать полностью…
It is not so easy, finding something no one made in those years is hard...
Just find a problem no One solved and try to solve it
hey, I am also interested in ML, Gen Ai, we can have a discussion in the dm.
Читать полностью…
I'm new to this group.
I hope every one is well and doing good.
Chloe, please verify you are human by clicking the button below. You have 90 seconds.
Читать полностью…
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
Читать полностью…
Hieee I want to create new project in python can anyone suggest me some projects? Unique for placement
Читать полностью…
Can anyone suggest me some best book to learn architecture i am currently studying Eric methew book and building Alien_game and near to finish and while building it i understand that I need to master architecture and how to use syntax on that architecture
Читать полностью…
• Use a backtick (`) on both ends of your single line:
`print("hello world")`
• For more lines, use three backticks (```) before the first line, and after the last (and add the language you're using, Telegram now supports it):```python• You can also select text when typing, and select markdown formatting. Читать полностью…
def hello(name):
print(f"hello {name}")
```
Hi guys. I'm new to Python. I would like to be able to develop with a focus on science, math and AI. What do I need to learn?
Читать полностью…