Python - The Practical Guide [2022 Edition]

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Learn Python from the ground up and use Python to build a hands-on project from scratch

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Academind by Maximilian Schwarzmüller

1

Reddit Posts and Comments

0 posts • 11 mentions • top 3 shown below

r/Vechain • comment
2 points • BraveInstance

https://www.udemy.com/course/learn-python-by-building-a-blockchain-cryptocurrency/

r/humblebundles • comment
12 points • gustavsen

no, their are more usefull as reference, and because their are digital I prefer use google with several keywords


you can go to https://freecodecamp.org/ while main course is about full stack dev they also have several GREAT 10hs (or so) video curses in their YT channel by example two playlists:

visit: https://realpython.com/

also visit Microsoft YT Channel that offer three playlist with Python courses

if you want pay for a course, you can get some Udemy like

  • https://www.udemy.com/course/complete-python-bootcamp/

  • https://www.udemy.com/course/learn-python-by-building-a-blockchain-cryptocurrency/

  • https://www.udemy.com/course/python-the-complete-python-developer-course/

(I don't endorse any of them, but look like good courses after reading the content)

Also remember that Udemy you should wait to the 9.90/12usd values and not the inflated ones (90/250) that are inflated prices

r/learnprogramming • comment
0 points • Roly__Poly__

What I wanted to say has already been said. I'm going to repeat it because it *is* the correct answer, and will save you time.

First:

Download PyCharm. VSCode isn't optimal for Python. It isn't dedicated. Use PyCharm. There's a free version.

Second:

I recommend Automate The Boring Stuff and this Academind course. It's under $20 USD and you'll be exposed to a lot of essential concepts. They use VSCode (it's OK for Academind because he's experienced) in the course but keep using PyCharm.

Plus one for "stop using random YouTube tutorials." They don't have continuity between them. You'll end up covering the same topics over and over without advancing. Pick the Academind course because it is comprehensive and organized.