DEV Community

Divya Kelaskar
Divya Kelaskar

Posted on

Resources to get started with Python !

Hi everyone !

Today I will be sharing some awesome resources to learn python for free!

So, let’s begin 🎉

Automate the Boring Stuff with Python

This ebook guides us through the various concepts of Python with hands-on, real-world applications.

Image
Link

FreeCodeCamp

The tutorial covers most of the basic concepts in Python to get ready for intermediate Python programming.

GeeksForGeeks

The website has topic-wise listing of the Python concepts. It starts with beginner-friendly topics and also has handled complex topics efficiently.

Image
Link

Real Python

If you are a real Pythonista, then this is the right place. You can learn Python, take part in quizzes or join with other Pythonistas here.

Image
Link

Official Python Documentation

Last but not the least ! The official Python docs. If you are refering them, you are surely a league ahead.

I hope you found this helpful !

Thanks for reading !

Top comments (3)

Collapse
 
importostar profile image
importostar

Another free course is Python shell introduction

Collapse
 
divyakelaskar profile image
Divya Kelaskar

Yep ! That's true 👍

Collapse
 
mrmatengo profile image
Davis O. Matengo

Learn Python The Hardway by Zed is a very good resource