Skip to main content

Home/ Python/ Group items tagged I

Rss Feed Group items tagged

reckoner reckoner

Python and HTML Processing - 0 views

  • Various Web surfing tasks that I regularly perform could be made much easier, and less tedious, if I could only use Python to fetch the HTML pages and to process them, yielding the information I really need. In this document I attempt to describe HTML processing in Python using readily available tools and libraries.
  •  
    Various Web surfing tasks that I regularly perform could be made much easier, and less tedious, if I could only use Python to fetch the HTML pages and to process them, yielding the information I really need. In this document I attempt to describe HTML pro
baliar

Discovering Top-Notch Talent: Why I Decided to Hire AngularJS Developers - electricsheep - 0 views

  •  
    Discovering Top-Notch Talent: Why I Decided to Hire AngularJS Developers - electricsheep
baliar

Why Hiring Dedicated Developers is the Best Decision I Made - Telegraph - 0 views

  •  
    Why Hiring Dedicated Developers is the Best Decision I Made - Telegraph
baliar

Unlocking Success: Why I Decided to Hire a Remote Development Team... - 0 views

  •  
    Unlocking Success: Why I Decided to Hire a Remote Development Team...
baliar

https://forums.hitched.co.uk/chat/forums/thread/can-i-send-a-fax-from-my-phone-1191845/... - 0 views

funeral adelaide

The Most Reliable Funeral Service - 1 views

It is not really easy to experience death in the family. And as I try to recall my mom's death last year, I could truly say that if it was not because of the help of Sensible Funerals things could ...

started by funeral adelaide on 12 Oct 12 no follow-up yet
x y

Welcome to Diigo's one and only Python group! - 20 views

Where is everybody? I'm kidding. I know, everybody's on IRC. I abhor IRC. So, I'm on a deserted island.

started by x y on 15 Jun 07 no follow-up yet
steelkiwi

Content Aggregator Website Examples and How to Build One - 0 views

  •  
    Content aggregator websites are certainly something that you've run into at least a few times per week. But when it comes time to think about examples of content aggregator websites...hmmm...it's not that easy, right? Don't worry! I'm here to help. In this article, I am going to talk about great examples of content aggregators and provide some insights on how to build a content aggregator.
jamessidis

Best Way to Learn Numpy - 0 views

  •  
    NumPy is the fundamental package for scientific computing in Python. Numpy stands for Numerical Python. If you want to work with machine learning or data science, Numpy is a Python library you will mostly use. It is a Python library that provides a multidimensional array object for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, and much more.
baliar

Expert Tips for Bespoke Application Development - 0 views

Introduction: In today's fast-paced digital world, businesses strive to stand out from the competition. Bespoke application development offers a tailored solution to meet specific business needs. F...

bespoke application development

started by baliar on 07 Mar 24 no follow-up yet
pagetribe .

Pythoneer » Learning how to calculate with date and time in Python - 1 views

  •  
    from datetime import timedelta
  •  
    It took me a long time to decide what programming language to learn. Finally, I found a good article that persuaded me to choose Python - https://diceus.com/python-developer-salary/. Python turned out to be the fourth among other languages. Its rating has recently increased that led to the growth of Python developer wages. So, as I chose exactly Python, your information is helpful and useful for me. Thanks for sharing!
  •  
    Ignore python just relax and enjoy the trip with us : https://maps.app.goo.gl/NMEvqfq95CkN5sTz6
reckoner reckoner

Python Idioms and Efficiency Suggestions - 0 views

  • What idioms should I use to make my code easier to read? Read "The Python Cookbook", especially the first few chapters. It's a great source of well-written Python code examples.
  • Use function factories to create utility functions. Often, especially if you're using map and filter a lot, you need utility functions that convert other functions or methods to taking a single parameter. In particular, you often want to bind some data to the function once, and then apply it repeatedly to different objects. In the above example, we needed a function that multiplied a particular field of an object by 3, but what we really want is a factory that's able to return for any field name and amount a multiplier function in that family:
  • Use zip and dict to map fields to names. zip turns a pair of sequences into a list of tuples containing the first, second, etc. values from each sequence. For example, zip('abc', [1,2,3]) == [('a',1),('b',2),('c',3)]. You can use this to save a lot of typing when you have fields in a known order that you want to map to names:
  •  
    suggestions for better programming style.
x y

Regular Expression HOWTO - 0 views

shared by x y on 15 Jun 07 - Cached
  •  
    Nice Regexp intro.  It saved my life, when I was just starting out with python.
reckoner reckoner

Charming Python: Inside Python's implementations - 0 views

  • To attempt to explain it in the simplest terms, a continuation is a representation, at a particular point in a program, of everything the program is capable of doing subsequently. A continuation is a potential that depends on initial conditions. Rather than loop in a traditional way, it is possible to invoke the same continuation recursively with different initial conditions. One broad claim I have read is that continuations, in a theoretical sense, are more fundamental and underlie every other control structure. Don't worry if these ideas cause your brain to melt; that is a normal reaction.
reckoner reckoner

non-interactive ipython for script - 0 views

  • Note that it's more rebust to run methods on the public IPython api.I.e. do ip = ipshell.api and then ip.magic('px import os')You can explore the api interactively by playing with _ip object.
  •  
    noninteractive ipython for regular python script
baliar

Forum CinemAsie - other countries forum - RE: Best Cars & Automakers Database - 0 views

  •  
    Forum CinemAsie - other countries forum - RE: Best Cars & Automakers Database
1 - 16 of 16
Showing 20 items per page