Skip to main content

Home/ Python/ Group items tagged for

Rss Feed Group items tagged

baliar

How to Choose a Custom Software Development Company For Your Project? - 1 views

  •  
    How to Choose a Custom Software Development Company For Your Project?
baliar

Best Import Export Data Automation Tools for 2024 - Клан [Freedom] - 0 views

  •  
    Best Import Export Data Automation Tools for 2024 - Клан [Freedom]
baliar

Profile of Thom33 | Page 1 | blueprintUE | PasteBin For Unreal Engine - 0 views

  •  
    Profile of Thom33 | Page 1 | blueprintUE | PasteBin For Unreal Engine
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.
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?
steelkiwi

Mobile App for Online Vet Consultations and Prescriptions: A New Frontier for Veterinar... - 0 views

  •  
    In this article, we cover everything you need to know about vet consultation app development including features, the flow of the consultation, and the development process. You'll also find out about our own team's experience developing a vet app
Raúl - [^BgTA^]

Brython - 1 views

  •  
    Free implementation of Python for web client development
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
lelapintrois

Learn AI: Machine Learning and Deep Learning Online Courses - 0 views

  •  
    A brief introduction to modern AI and a list of useful online courses for learning it properly. Includes courses about Machine Learning and Deep Learning. Also includes advanced courses that target development of AI applications and algorithms. Many courses will include specific tools (TensorFlow, Keras, Caffe2, PyTorch, etc.)
anonymous

Python Built-in Functions - 0 views

  •  
    The Python built-in functions are defined as the functions whose functionality is pre-defined in Python. The python interpreter has several functions that are always present for use.
anonymous

Python Pandas Data operations - 0 views

  •  
    In Pandas, there are different useful data operations for DataFrame, which are as follows:
steelkiwi

Differences between Designing Native iOS Apps and Native Android Apps - 0 views

  •  
    Android & iOS account for more than 95% of the global market share in mobile operating systems. Thus, native apps must be developed keeping in mind that the users of both the systems have an enhanced application experience. They differ in their interface, features and follow their own set of rules. These rules or standards determine the overall appearance of the application. Know more about how to create native app design
anonymous

OpenCV Tutorial - javatpoint - 0 views

  •  
    OpenCV is a Python open-source library, which is used for computer vision in Artificial intelligence, Machine Learning, face recognition, etc.
steelkiwi

Hospital Management Software Development: Modules, Features, and Main Benefits - 0 views

  •  
    In this article, you will learn everything about hospital management software development: hospital system types, benefits for both hospitals and patients to consider while developing, the most widespread features. You will also see examples of mobile and web systems. Ultimately, the average project cost and duration will be revealed.
steelkiwi

Telemedicine software development - 0 views

  •  
    Healthcare goes online. Now is the best time to invest in health-tech solutions since this niche has shown the tendency to gain bigger profits. The rapid growth in the number of people using digital medical services has widened up the market, with the Covid-19 pandemic having contributed significantly to this. Our software development team at Steelkiwi has extensive expertise in healthcare and telemedicine software development with successful projects within this niche. So, we are always ready to share our experience with you answering any questions you might have regarding your project or even idea for app development
jamessidis

Browser Automation with Python and Selenium - 0 views

  •  
    If you want to learn Browser Automation with Python and Selenium, then this tutorial is for you.
steelkiwi

eCommerce CRM Software Examples - 0 views

  •  
    For every eCommerce business, it's vitally important to keep track of customer relationships. Once your business reaches a certain size, that task becomes virtually impossible without a professional ecommerce crm solution.
steelkiwi

Web Development Services for Businesses Who Can't Sit Still - 0 views

  •  
    We provide custom web development services using Python&Django technology stack
« First ‹ Previous 41 - 60 of 76 Next ›
Showing 20 items per page