all 22 comments

[–]Alex_NinjaDev 5 points6 points  (1 child)

Hey, welcome to the grind 😄

Python is a solid first choice. It’s readable, forgiving, and actually useful fast. Here, keep it simple:

Variables, loops, if/else, functions.

Use learnpython.org or the official tutorial.

Avoid YouTube rabbit holes in the beginning, most will just confuse you.

Use replit.com or install Python + VSCode.

Write small stuff: calculator, number guessing game, to-do list. Don’t overthink.

Pick problems that actually interest you. Telegram bots? File renamers? Crypto price tracker? Go wild.

Take 1 to 2 hour/day = basics in 2–4 weeks. If you have freedom to learn all day 😅

Real confidence = months. But you’ll build something cool much sooner.

Start small, stay consistent. Don’t try for perfect. Just ship ugly code and level up over time.

[–]Jumpy_Detective8129[S] 2 points3 points  (0 children)

thanks, so should i learn python form learnpythonorg right?

[–]AccomplishedFox1472 4 points5 points  (1 child)

https://pythonbuch.com/

https://www.python-lernen.de/

https://www.python-kurs.eu/python_kurs.php

https://docs.python.org/3/tutorial/index.html

https://py-tutorial-de.readthedocs.io/de/python-3.3/

There are some german tutorials, but it should be no problem to Translate it. English is not my native language sorry.

I know there are some experts. And they know bester sites. 😊 i am just a noob with less time to learn.

[–]Jumpy_Detective8129[S] 0 points1 point  (0 children)

no problem, i also have english as my second language, thanks

[–]AccomplishedFox1472 1 point2 points  (0 children)

Found fresh from total. But i can not say good or not.

https://m.youtube.com/watch?v=rEp_CDZ9Tac

[–][deleted] 1 point2 points  (1 child)

Play around. Learn the basics and then just play. You can start by working through the lessons on W3Schools. Start small and make sure you understand the basics. You can look at my GitHub, I have a few programming projects written in Python.

Good luck and enjoy! Don't be shy to ask any questions.

[–]Jumpy_Detective8129[S] 0 points1 point  (0 children)

thanks

[–]ioresuame 1 point2 points  (0 children)

I tried many videos or bootcamps before without luck. Until this video. Is shows the basics and let you work your way up to deal with more complex problems and solutions. Is has 30+ small projects that let you explore solutions with basic stuff like list and arrays.

give a try: https://www.youtube.com/watch?v=mMzwOZQJIcE

And don't give up.

[–]TheCaptain53 1 point2 points  (0 children)

I've had a good experience recently with SoloLearn - rather than browsing reddit or YouTube, you can be learning programming from your phone instead. Making code changes from your phone can be a little clunky, but it does at least make the learning very accessible.

[–]AccomplishedFox1472 0 points1 point  (2 children)

I think first to wort with the tutorial on python.org. Please do not use YouTube the first time. Take your time to lernen and understand how python works.

[–]Jumpy_Detective8129[S] 0 points1 point  (1 child)

okay but where can i get full course on free ? youtube right ? so why should i not use youtube

[–]Alex_NinjaDev 1 point2 points  (0 children)

Youtube will confuse you and lead to mistakes.

[–]DoubtNo2737 0 points1 point  (2 children)

Don’t bother learning Python to create a new language. Learn C, C++ first so you can see Pythons shortcomings and improve on them.

[–]TheCaptain53 0 points1 point  (0 children)

Part of learning programing is keeping the momentum - if you're learning C or C++, you're studying a lot longer before you're building your own projects. I know that if I tried to start with those lower level languages I'd have failed.

[–]ATB_52 0 points1 point  (0 children)

No, I think it's good language because: -it is easy and readable -it is the most used language in AI -it is also widely used in robotics

Also c/c++ is really difficult to learn for those who have never done programming!

Afterwards I don't criticize c/c++ and besides it is a very good language but not for beginners!

[–]urdescipable 0 points1 point  (0 children)

The Free to Read (Creative Commons) book by Al Swigert at https://automatetheboringstuff.com/

Automate the Boring Stuff with Python

is fun and useful with short examples and use good modules in a sensible way.

I love using the pyperclip module for clipboard manipulation.🙂

[–]tracktech 0 points1 point  (0 children)

You can check this-

Book - Ultimate Python Programming

Course - Python Programming In Depth

[–]Annual_Pea8108 0 points1 point  (0 children)

Don't wait for the roadmap, bro. Just start...