Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what to learn after the basics?
#1
hi

first you do beginners guide, loops, int, string, lists, dictionaries ect.

After completing it, then what?

I google it, and links take me to lessons that look like a mix of greek, chinese, alien,
and a future language that hasent been invented yet.

It feels like jumping for a to z, without b,d,e...

what to do?
Reply
#2
(Feb-06-2019, 10:33 PM)mitmit293 Wrote: first you do beginners guide, loops, int, string, lists, dictionaries etc.
I would defiantly add more to that list such as functions, classes, modules, file and exception handling, etc.

But after that you pretty much can do whatever you want. What interests you in learning programming in the first place? I would start learning 3rd party libraries that are in your field of interest. This is because almost every task has a library associated with it that simplifies the process even further in python. For example if you are interested in gaming, then i would start with pygame and go from there. If you are interested in web parsing i would learn BeautifulSoup, requests, and selenium. If you just want to test out what you have learned so far with the basics i would just write some programs that utilize them. You can find a large list of ideas here that if you come on writers block.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Flask basics... url ifigazsi 1 1,538 Nov-19-2021, 09:38 PM
Last Post: ifigazsi
  Flask Basics request.form ifigazsi 0 1,808 Feb-09-2021, 09:05 AM
Last Post: ifigazsi
  MechanicalSoup Basics Datiswaken 3 4,249 Mar-07-2018, 04:13 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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