Python Forum
Need help - 22000 lines of code / alien writings!
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help - 22000 lines of code / alien writings!
#1
Hi all,

First of all, I'm new to this forum so please forgive me if I'm breaking any rules here (hopefully not)

I have used Python for only 1 year. So I'm not an expert at all but maybe just slightly better than a complete newbie. Recently I have recieved a huge amount of code to learn - the bunch of scripts is about connecting to a SOAP API broadcaster and perform two-way commmunication using XML.

One of the scripts is as long as 22000 lines!! So before leaving for my bedroom to cry silently in a corner, I'm just wondering if anyone here could give me some pointer to any courses / books that might be useful for learning the basics of this kind of Python use?

To give a better idea of what the scripts are exactly, some of the modules used in the scripts include:

asyncio
gzip
uuid
typing import Callable
aio_pika
.xmlwrap
unicode_literals
pyxb
pyxb.utils.six
pyxb.utils.utility
pyxb.utils.domutils


Thanks very much!
Reply
#2
I don't know much about those modules in particular, but if I was given that load of code, I would do this:
  • Check out the websites/documentation for those modules. They may have code examples, tutorials, or lists of resources.
  • Do web searches for 'python <module/> tutorial' or 'python <module/> book'.
  • Check out computer publisher sites like Packt and O'Rielly and search for those modules.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Regular Expression search to comment lines of code Gman2233 5 1,593 Sep-08-2022, 06:57 AM
Last Post: ndc85430
  I want to simplify this python code into fewer lines, it's about string mandaxyz 5 2,046 Jan-15-2022, 01:28 PM
Last Post: mandaxyz
  python seems to be skipping lines of code alansandbucket 1 4,088 Jun-22-2021, 01:18 AM
Last Post: Larz60+
  Running a few lines of code as soon as my timer ends nethatar 3 2,355 Feb-26-2021, 01:02 PM
Last Post: jefsummers
  Assistance with running a few lines of code at an EXACT time nethatar 5 3,166 Feb-24-2021, 10:43 PM
Last Post: nilamo
  Making new lines of code AvioxyYT 1 1,758 Jan-22-2021, 07:02 PM
Last Post: buran
  Repeating lines of code by an input Josh_Albanos 3 2,352 Oct-15-2020, 01:04 AM
Last Post: deanhystad
  Beginner: I need help understanding few lines of a code. hop_090 1 1,642 Sep-07-2020, 04:02 PM
Last Post: Larz60+
  How to split and combine embedded lines using less code pjfarley3 6 2,414 Aug-13-2020, 09:13 PM
Last Post: pjfarley3
  Iterate 2 large text files across lines and replace lines in second file medatib531 13 5,706 Aug-10-2020, 11:01 PM
Last Post: medatib531

Forum Jump:

User Panel Messages

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