Options

Learning Python.

Muhammed HMuhammed H Member Posts: 93 ■■■□□□□□□□
Is Learn Python the hard way is the book to follow to learn python?

Comments

  • Options
    kohr-ahkohr-ah Member Posts: 1,277
    It is a very good free resource that is great in getting your feet wet. It is a good starting point but the site / book does just that. Gets your feet wet.

    If you are doing it for networking https://pynet.twb-tech.com/ I cant recommend that site enough.

    If just for general also look into the book Automate the boring stuff
  • Options
    Muhammed HMuhammed H Member Posts: 93 ■■■□□□□□□□
    Well I am actually learning it for scripting (Linux). Hopefully following it along with exercise will give me at least some insights of Python.

    Thank you very much for your response.
  • Options
    NetworkNewbNetworkNewb Member Posts: 3,298 ■■■■■■■■■□
    There is a video series of Automate the Boring Stuff with Python at udemy.com

    I've been watching it and definitely recommend! Good instructor and it goes over the basics and shows how to do some cool things. Doesn't get too deep but very good for the basics and gives you idea of what Python can do.
  • Options
    Node ManNode Man Member Posts: 668 ■■■□□□□□□□
  • Options
    Muhammed HMuhammed H Member Posts: 93 ■■■□□□□□□□
    Thank you guys for your valuable response.
  • Options
    philz1982philz1982 Member Posts: 978
    I just try to develop things. Convert a small library to python and you will learn most of the nuances.
  • Options
    DoubleNNsDoubleNNs Member Posts: 2,015 ■■■■■□□□□□
    What's an example of a small library?
    Goals for 2018:
    Certs: RHCSA, LFCS: Ubuntu, CNCF CKA, CNCF CKAD | AWS Certified DevOps Engineer, AWS Solutions Architect Pro, AWS Certified Security Specialist, GCP Professional Cloud Architect
    Learn: Terraform, Kubernetes, Prometheus & Golang | Improve: Docker, Python Programming
    To-do | In Progress | Completed
  • Options
    philz1982philz1982 Member Posts: 978
    Something with 10 or less classes probably 10k less or lines of code.

    Examples of small python programs
    https://github.com/trending/python
  • Options
    advanex1advanex1 Member Posts: 365 ■■■■□□□□□□
    What about PyCharm? Wouldn't hurt to give it a try.
    Currently Reading: CISM: All-in-One
    New Blog: https://jpinit.com/blog
Sign In or Register to comment.