13 July 2026
id 8704253424Can u suggest me sir... If I should start learning from free code camp's pytjon for data science course... I mean if it's good or not ??
Yeah any option is a good option when you are at zero knowledge
Helen Everhello, im new to python, how to learn this , i feel python is very difficult
Hi, start with a simple video cource playlist in youtube
And try write any code with your hands without copy paste from AI
MiqoHi, start with a simple video cource playlist in youtube
And try write any code with your hands without copy paste from AI
I don't know what code should i write
💻Мяутр🛠Yes
• 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
def hello(name):
print(f"hello {name}")
```
• You can also select text when typing, and select markdown formatting.
14 July 2026
Replymessage unavailable
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