Posts

Es werden Posts vom September, 2018 angezeigt.

Erste Schritte mit Python

Bild
Python als Taschenrechner Wir können Python zunächst wie einen einfachen Taschenrechner benutzen da dies den Einstieg in Python erleichtert. Wir können IDLE auch als Python-Shell benannt als Taschenrechner benutzen. Zunächst starten wir den Python-Shell. Nach dem Start sehen wir die folgende Darstellung. Zur Durchführung kleiner Berechnungen müssen wir keine vollständigen Programme schreiben und starten. Wir können die gewünschten Rechenoperationen direkt an der Eingabestelle, erkennbar an den Zeichen >>>, eingeben. Eine abschließende Betätigung mit der Enter Taste führt zur unmittelbaren Berechnung und Ausgabe des Ergebnisses. Addition, Subtraktion und Multiplikation Es folgen die Eingabe, die Verarbeitung und die Ausgabe einiger einfacher Berechnungen: Division, Ganzzahldivision und Modulo Es folgen zwei Divisionsaufgaben: Wie wir auf dem Bild sehen können, kann Python die Division von Natürlichen Zahlen aber auch von Reellen Zahlen lösen. Natürlich kann man i

Getting started with Python

Bild
Python as a calculator At first, we can use Python like a simple calculator because it makes getting started in Python easier. We can also use IDLE as a Python shell called a calculator. First we start the Python shell. After the start we see the following presentation. To do small calculations, we do not have to write and start complete programs. We can enter the desired arithmetic operations directly at the entry point, recognizable by the characters >>>. A final press with the Enter key leads to the immediate calculation and output of the result. Addition, subtraction and multiplication This is followed by input, processing and output of some simple calculations: Division, integer division and modulo Here are two division tasks: As we can see in the picture, Python can solve the division of natural numbers but also of real numbers. Of course you can not divide in mathematics by the number zero, which is why after the third calculation error is reported. An

Einführung in die Programmiersprache Python

In unserem letzten post haben wir euch mitgeteilt, dass wie demnächst eine neue Programmiersprache lernen werden. Nun natürlich würde der eine oder andere sich fragen, warum wir das Java2Enterprise Team ausgerechnet die Programmiersprache Python gewählt haben und nicht die wie Java weit verbreiteten Sprachen wie C++ , C# etc. Wir haben die Vorteile mit Python und zum Vergleich zu der Programmiersprache Java unten für euch bereitgestellt. Die Programmiersprache Python ist sehr einfach zu lernen und für den Einsteiger bestens geeignet. Natürlich sind diejenigen, die sich schon mit Programmieren auskennen, gut vorbereitet da sie den Struktur und Programmaufbau besser vorstellen können. Einfach zu lernen bedeutet nicht, dass die Sprache nichts taugt. Beispielsweise die Programmiersprache Scratch. Python ist einer der vier Programmiersprachen welches von Google vertreten wird. Neben der Webentwicklung wir Python auch in der Wissenschaft angewendet nämlich im Bereich Mathematik und Physik. W

Introduction to the programming language Python

In our last post we told you that we will be learning a new programming language soon. Well, of course, one or the other would wonder why we chose the Java2Enterprise team just the programming language Python and not the languages such as Java widespread languages such as C ++, C # etc. We have provided the benefits with Python and for comparison to the Java programming language below. The programming language Python is very easy to learn and ideally suited for beginners. Of course, those who are already familiar with programming, well prepared because they can better imagine the structure and program structure. Simply learning does not mean that the language is no good. For example, the programming language Scratch. Python is one of the four programming languages that is represented by Google. In addition to web development, we also applied Python in science namely in the field of mathematics and physics. We will get to know later modules such as matplotlib etc. with which we can simu

Tutorials about Python is coming soon

Bild
As you've already read in the headline, we'll soon have tutorials on the Python programming language. Of course, for the beginning, as with the tutorials using the Java programming language, we will discuss the console applications and then the window applications (GUI). One or the other will quickly realize that programming with Python is much easier and much clearer. Of course, you will find disadvantages that will prepare us much work and nerves. For those interested, we will of course continue to support the Lexi application with new features and upload the necessary updates to GitHub and share it with you here.

Tutorials über Python steht demnächst vor

Bild
Wie ihr es schon im Überschrift gelesen habt, werden wir demnächst Tutorials über die Programmiersprache Python halten. Natürlich werden wir für den Anfang, wie bei den Tutorials mit der Programmiersprache Java, die Konsole Applikationen und danach die Fenster Applikationen (GUI) besprechen. Der eine oder andere wird schnell feststellen, dass das programmieren mit Python deutlich einfacher ist und viel übersichtlicher. Natürlich werdet ihr Nachteile finden die uns viel Arbeit und Nerven vorbereiten wird. Für die es interessiert, wir werden natürlich die Anwendung Lexi weiterhin mit neuen Features unterstützen und die nötigen Aktualisierungen auf GitHub hoch laden und hier es  euch mitteilen. .