[Python] - starting out as a beginner

I’m looking for an interactive learning platform, preferably with videos and real-life projects.

You are better off learning on a coding platform like Codecademy, here, instead of following somebody writing something, you actually have to solve problems by yourself.
 
I’m learning Python too. I bought Automate the Boring Stuff course on Udemy and also the Python Crash Course book which are recommended by many experienced developers & learners. After trying both I found that learning from a book is better than watching a video. Check out r/learnpython on Reddit.
 
I’m learning Python too. I bought Automate the Boring Stuff course on Udemy and also the Python Crash Course book which are recommended by many experienced developers & learners. After trying both I found that learning from a book is better than watching a video. Check out r/learnpython on Reddit.
Ye I will probably get the book Automate the boring stuff. Never heard of Python Crash Course before, will def. check that one out as well.
Thank you!
 
Ye I will probably get the book Automate the boring stuff. Never heard of Python Crash Course before, will def. check that one out as well.
Thank you!
Even the author of Automate the Boring Stuff recommend the Crash Course book in his book as well. You can get the pdf version of ABS for free on the official site, no need to buy.
 
Even the author of Automate the Boring Stuff recommend the Crash Course book in his book as well. You can get the pdf version of ABS for free on the official site, no need to buy.
Appreciated, thank you!
 
there is many platforms you can use :
Coursera
Linkln
Openclassroom
freecodecamp.org
github
Stack Overflow
....
 
I’m completely new to anything related to programming, do you use GitHub to build your bot? How do you do that? Copy code and translate it to your own project?
Nop, i just search for what i need, then fix errors and update the bot, obviously you will find outdated bot their.
 
Back
Top