Results 331 to 340 of about 854,725 (353)

Python and the Web [PDF]

open access: possible, 2008
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

MEALPY: An open-source library for latest meta-heuristic algorithms in Python

Journal of systems architecture, 2023
N. V. Thieu, Seyed Mohammad Mirjalili
semanticscholar   +1 more source

What Is Python?

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

Einführung in Python

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

Python, the Fundamentals

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

Sockets in Python

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

Python beyond Python

2017
Paul N. Reinsch   +2 more
openaire   +2 more sources

Logging in Python

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

Functions in Python

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

Python for Gaming

2019
It is only appropriate that we have a chapter where we discuss creating video games in Python – after all, it is that very interest that got me started programming all those years ago when I was a kid. Things have progressed a lot since then; at the time, PC games were text-based with the only images consisting of really poor quality graphics or, worse,
openaire   +2 more sources

Home - About - Disclaimer - Privacy