Results 321 to 330 of about 736,611 (340)
Some of the next articles are maybe not open access.
Published as part of Golovatch, Sergei I., Korotayeva, Alyona M. & Martínez-Torres, Daniela, 2024, Three species of the millipede family Platyrhacidae from Costa Rica: a new Barydesmus Cook, 1896 and two oldest Nyssodesmus Cook, 1896 (Diplopoda Polydesmida), pp. 424-438 in Zootaxa 5538 (5) on pages 431-432, DOI: 10.11646/zootaxa.5538.5.2, http://zenodo.
Golovatch, Sergei I.+2 more
openaire +1 more source
Golovatch, Sergei I.+2 more
openaire +1 more source
2013
Python is one of the easier programming languages to learn and master. It’s an especially great language to start with if you are relatively new to programming. And you’ll pick it up that much more quickly if you’re already quite familiar with programming.
Peter Membrey+3 more
openaire +2 more sources
Python is one of the easier programming languages to learn and master. It’s an especially great language to start with if you are relatively new to programming. And you’ll pick it up that much more quickly if you’re already quite familiar with programming.
Peter Membrey+3 more
openaire +2 more sources
This chapter tackles some aspects of web programming with Python. This is a really vast area, but I’ve selected three main topics for your amusement: screen scraping, CGI, and mod_python. In addition, I give you some pointers for finding the proper toolkits for more advanced web application and web service development.
openaire +1 more source
2016
Python ist eine moderne Programmiersprache, die auch im Wissenschaftsumfeld inzwischen sehr verbreitet ist. Es handelt sich im Gegensatz zu C um eine Skriptsprache, die von einem Interpreter (auch interaktiv) ausgefuhrt wird. Die Rechengeschwindigkeit ist daher zwar geringer, allerdings spielt dies oft kaum eine Rolle, da die Zeit, die man fur ...
openaire +2 more sources
Python ist eine moderne Programmiersprache, die auch im Wissenschaftsumfeld inzwischen sehr verbreitet ist. Es handelt sich im Gegensatz zu C um eine Skriptsprache, die von einem Interpreter (auch interaktiv) ausgefuhrt wird. Die Rechengeschwindigkeit ist daher zwar geringer, allerdings spielt dies oft kaum eine Rolle, da die Zeit, die man fur ...
openaire +2 more sources
2016
Python is a modern programming language that supports object-oriented, functional, and imperative programming styles. It is ideal for the beginner because of its readability and ease of use. Python is first and foremost a scripting language, but can be compiled into computer-readable binary.
openaire +2 more sources
Python is a modern programming language that supports object-oriented, functional, and imperative programming styles. It is ideal for the beginner because of its readability and ease of use. Python is first and foremost a scripting language, but can be compiled into computer-readable binary.
openaire +2 more sources
2020
Bevor wir mit der Bearbeitung von physikalischen Fragestellungen mithilfe des Computers beginnen konnen, mussen wir uns zunachst einige grundlegende Arbeitstechniken aneignen. Damit Sie mit diesem Buch arbeiten konnen, sollten Sie mit den grundlegenden Funktionen Ihres Computers und des Betriebssystems vertraut sein.
openaire +2 more sources
Bevor wir mit der Bearbeitung von physikalischen Fragestellungen mithilfe des Computers beginnen konnen, mussen wir uns zunachst einige grundlegende Arbeitstechniken aneignen. Damit Sie mit diesem Buch arbeiten konnen, sollten Sie mit den grundlegenden Funktionen Ihres Computers und des Betriebssystems vertraut sein.
openaire +2 more sources
2020
Python is a well-structured, powerful programming language. There are many reasons why it is useful as an introduction to scientific computing. It combines remarkable expressiveness with a clean, simple and compact language structure. It’s easy to learn.
openaire +2 more sources
Python is a well-structured, powerful programming language. There are many reasons why it is useful as an introduction to scientific computing. It combines remarkable expressiveness with a clean, simple and compact language structure. It’s easy to learn.
openaire +2 more sources
2019
A Socket is an end point in a communication link between separate processes. In Python sockets are objects which provide a way of exchanging information between two processes in a straight forward and platform independent manner. In this chapter we will introduce the basic idea of socket communications and then presents a simple socket server and ...
openaire +2 more sources
A Socket is an end point in a communication link between separate processes. In Python sockets are objects which provide a way of exchanging information between two processes in a straight forward and platform independent manner. In this chapter we will introduce the basic idea of socket communications and then presents a simple socket server and ...
openaire +2 more sources
2019
Python has included a built-in logging module since Python 2.3. This module, the logging module, defines functions and classes which implement a flexible logging framework that can be used in any Python application/script or in Python libraries/modules.
openaire +2 more sources
Python has included a built-in logging module since Python 2.3. This module, the logging module, defines functions and classes which implement a flexible logging framework that can be used in any Python application/script or in Python libraries/modules.
openaire +2 more sources
2019
As discussed in the last chapter; when you build an application of any size you will want to break it down into more manageable units; these units can then be worked on separately, tested and maintained separately. One way in which these units can be defined is as Python functions.
openaire +2 more sources
As discussed in the last chapter; when you build an application of any size you will want to break it down into more manageable units; these units can then be worked on separately, tested and maintained separately. One way in which these units can be defined is as Python functions.
openaire +2 more sources