Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learn Python by doing?
#3
Assuming you are a beginner, I would classify learning Python in 3 major stages.

Stage 1: Learning the syntax & basics.

Stage 2: Learning libraries & frameworks.

Stage 3: Building projects.

Let’s start with stage 1:

Learning syntax & basics.

Python is one of the easiest language to learn in terms of syntax.

Go get started learning the syntax, first make sure to install Python on your machine.

Just head to Python’s official site, download the latest version and you are good to go.

Once the installation has completed, you may use IDLE to write and run Python code.

Let’s directly jump into some code examples and learn Python basics right away:

Writing a hello world program in python:
Reply


Messages In This Thread
Learn Python by doing? - by Coastal - Dec-30-2019, 02:43 PM
RE: Learn Python by doing? - by Larz60+ - Dec-30-2019, 03:15 PM
RE: Learn Python by doing? - by Karen1 - Jan-16-2020, 06:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to learn python to apply it in my work? DavyAnt 1 870 Aug-24-2023, 10:46 PM
Last Post: Larz60+
  How to start to learn and use python Zangolo 6 1,304 Jul-15-2023, 09:37 AM
Last Post: Gribouillis
  start to learn Python Berliner 11 6,136 Apr-26-2022, 06:52 PM
Last Post: Berliner
  Learn Python via Zoom Meetings? davidorlow 1 2,397 Jun-16-2021, 01:01 AM
Last Post: Larz60+
  learn Python Naheed 6 4,114 May-04-2021, 07:23 AM
Last Post: Naheed
  what programming language to learn other than python in real mass-production product? Kai 1 2,130 Apr-12-2020, 04:40 AM
Last Post: Larz60+
  WHich is a good site/tutorial to learn Python for beginners? deepakdeshp 7 5,013 Oct-11-2019, 06:46 AM
Last Post: wavic
  How fast did you manage to learn Python? RelocateMe 11 7,212 Jul-26-2018, 07:59 AM
Last Post: perfringo
  python technologies to learn for beginners prashanth 1 2,834 Jun-21-2018, 01:08 PM
Last Post: ichabod801
  What is the best site or book to learn advanced python programming? aruntracer 2 4,020 Apr-29-2018, 10:48 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020