Skip to main content

Home/ Python/ Group items tagged by

Rss Feed Group items tagged

baliar

SaaS Marketing Services by Glorium Marketing | Minds - 0 views

  •  
    SaaS Marketing Services by Glorium Marketing | Minds
baliar

Revolutionize Fitness with Mobile App Development: A Step-by-Step Guide - Write.as - 0 views

  •  
    Revolutionize Fitness with Mobile App Development: A Step-by-Step Guide - Write.as
baliar

Software Development In Healthcare: The Future Of Medical Technology blog by Baliar vik - 0 views

  •  
    Software Development In Healthcare: The Future Of Medical Technology blog by Baliar vik
baliar

Revolutionizing Laboratory Management with LIMS Software Develop by Glorium Technologie... - 0 views

  •  
    Revolutionizing Laboratory Management with LIMS Software Develop by Glorium Technologies on Dribbble
baliar

Unlocking Success: Hire C# Developers with Ease by Glorium Technologies on Dribbble - 0 views

  •  
    Unlocking Success: Hire C# Developers with Ease by Glorium Technologies on Dribbble
baliar

Real Estate Website Development Review by Victor Baliar - 0 views

  •  
    Real Estate Website Development Review by Victor Baliar
baliar

how to develop a hospital management system by Glorium Technologies on Dribbble - 0 views

  •  
    how to develop a hospital management system by Glorium Technologies on Dribbble
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
baliar

Activity by Rick123 - 0 views

  •  
    Activity by Rick123
baliar

ИТ в Беларуси | dev.by - 0 views

  •  
    ИТ в Беларуси | dev.by
baliar

Unlock the Potential of Your Data: Hire Cosmos DB Developers - 0 views

Are you looking to revolutionize your data management system? Look no further than hire Cosmos DB developers. With the digital landscape evolving rapidly, businesses need robust solutions to handle...

Hire Cosmos DB Developers

started by baliar on 05 Mar 24 no follow-up yet
reckoner reckoner

ONLamp.com -- Introduction to Stackless Python - 0 views

  • Stackless Python is an alternative implementation of Python created by independent developer Christian Tismer. He started with the conventional Python language processor managed by the language's inventor, Guido van Rossum, and patched his own Stackless invention in place of a small but central part of Python's internals. Stackless Python is the result. This article introduces Tismer's technology and its significance. In future articles, you'll be able to read about how to make your own start at programming Stackless Python, as well as the prospects for a merger between Stackless and the main Python distribution.
pagetribe .

Python Recipes « ActiveState Code - 2 views

  •  
    thousands of code snippets that are created, ranked, categorized and commented by developers.
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.
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
pagetribe .

Is there a reason this is categorized as Religion and Beliefs? - 19 views

Is there a reason this is categorized as Religion and Beliefs? If its meant in humour thats fine, but it may make it difficult to find if your searching by group categories and your looking under C...

started by pagetribe . on 17 Nov 08 no follow-up yet
steelkiwi

Python by the Numbers: How Strong Is the Demand for Python on the Software Development ... - 0 views

  •  
    The New year is coming, and we all are excited to know what awaits the tech industry in the nearest future. What technologies will gain momentum? Which of them will become a thing of the past? What will be the best choice for building a web project in 2021? And how strong is Python demand on the market?
1 - 18 of 18
Showing 20 items per page