Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "python" wg kryterium: Temat


Tytuł:
Comparative analysis of machine learning algorithms based on an air pollution prediction model
Autorzy:
Wiktorzak, Aneta
Kaczorowski, Bartosz
Powiązania:
https://bibliotekanauki.pl/articles/23951254.pdf
Data publikacji:
2022
Wydawca:
Politechnika Gdańska
Tematy:
ANN
Python
LSTM
Opis:
In this paper it has been assumed that the use of artificial intelligence algorithms to predict the level of air quality gives good results. Our goal was to perform a comparative analysis of machine learning algorithms based on an air pollution prediction model. By repeatedly performing tests on a number of models, it was possible to establish both the positive and negative influence of the parameters on the result generated by the ANN model. The research was based on some selected both current and historical data of the air pollution concentration altitude and weather data. The research was carried out with the help of the Python 3 programming language, along with the necessary libraries such as TensorFlow and Jupyter Notebook. The analysis of the results showed that the optimal solution was to use the Long Stort Term Memory LSTM algorithm in smog prediction. It is a recursive model of an artificial neural network that is ideally suited for prediction tasks. Further research on the models may develop in various directions, ranging from increasing the number of trials which would be linked to more reliable data, ending with increasing the number of types of algorithms studied. Developing the models by testing other types of activation and optimization functions would also be able to improve the understanding of how they affect the data presented. A very interesting developmental task may be to focus on a self-learning artificial intelligence algorithm, so that the algorithm can learn on a regular basis, not only on historical data. These studies would contribute significantly to the amount of data collected, its analysis and prediction quality in the future.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 2022, 26, 4
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Applications of python programs in solving of equations based on selected numerical methods
Autorzy:
Ziółkowski, M.
Stępień, L.
Stępień, M. R.
Gola, A.
Powiązania:
https://bibliotekanauki.pl/articles/951868.pdf
Data publikacji:
2017
Wydawca:
Uniwersytet Humanistyczno-Przyrodniczy im. Jana Długosza w Częstochowie. Wydawnictwo Uczelniane
Tematy:
język Python
metody numeryczne
równania nieliniowe
Python
numerical methods
nonlinear equation
Opis:
In this paper we present the mathematical background of the four most used numerical methods of solving equations and few examples of Python applications that find the approximations of the roots of the given equations. We also compare the exact and approximate solutions of polynomial equations of third degree. Exact solutions are obtained with usage of Cardano formulae by the help of Mathematica environment, the approximate ones – based on the selected numerical methods by the help of applications written in Python language.
Źródło:
Scientific Issues of Jan Długosz University in Częstochowa. Mathematics; 2017, 22; 31-45
2450-9302
Pojawia się w:
Scientific Issues of Jan Długosz University in Częstochowa. Mathematics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Porównanie wydajności języka skryptowego oraz kompilowanego na podstawie działania algorytmu genetycznego
Comparison of the performance of scripting and compiled languages based on the operation of the genetic algorithm
Autorzy:
Dzikowski, Filip
Powiązania:
https://bibliotekanauki.pl/articles/98430.pdf
Data publikacji:
2019
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Tematy:
Python
C
wydajność
efficiency
Opis:
Celem artykułu jest porównanie wydajności wybranych języków programowania (Python, C) - poprzez pomiar czasu działania oraz wykorzystania zasobów komputera - algorytmu genetycznego dla zadanych parametrów, a następnie ocena czy język skryptowy może być porównywalny pod względem szybkości z językiem kompilowanym. Do tego celu zaimplementowany został algorytm genetyczny w każdym z wymienionych języków, a następnie przeprowadzone zostały testy, których wyniki stanowiły podstawę ostatecznej oceny ich wydajności oraz dowód, że język skryptowy może osiągać czasy działania porównywalne z językiem kompilowanym.
The aim of this work was to compare the performance of selected programming languages (Python, C) by measuring the time of operation and use of computer resources of the genetic algorithm for given parameters, and then assessing whether the scripting language can be comparable in terms of speed with the compiled language. For this purpose, a genetic algorithm has been implemented in each of these languages and test scenarios were developed. The results form the basis for the final evaluation of the performance of the presented languages and proof that the scripting language can achieve operating times comparable to the compiled language.
Źródło:
Journal of Computer Sciences Institute; 2019, 11; 137-144
2544-0764
Pojawia się w:
Journal of Computer Sciences Institute
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Ensemble Classification : Example and Python Implementation
Autorzy:
Andziak, Piotr
Figielska, Ewa
Powiązania:
https://bibliotekanauki.pl/articles/91525.pdf
Data publikacji:
2019
Wydawca:
Warszawska Wyższa Szkoła Informatyki
Tematy:
ensemble classification
clustering
python
Opis:
The paper presents an ensemble classification method based on clustering, along with its implementation in the Python programming language. An illustrative example showing the method behavior is provided, and the results of a computational experiment performed on real life data sets are reported.
Źródło:
Zeszyty Naukowe Warszawskiej Wyższej Szkoły Informatyki; 2019, 13, 21; 7-22
1896-396X
2082-8349
Pojawia się w:
Zeszyty Naukowe Warszawskiej Wyższej Szkoły Informatyki
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Using Template Method and Strategy Design Patterns in the Python Implementation of a Metaheuristic Algorithm for Solving Scheduling Problems
Autorzy:
Figielska, E.
Powiązania:
https://bibliotekanauki.pl/articles/91355.pdf
Data publikacji:
2017
Wydawca:
Warszawska Wyższa Szkoła Informatyki
Tematy:
design patterns
python
metaheuristic
scheduling
Opis:
The paper shows how the Template Method and Strategy design patterns can be used in a program which solves different scheduling problems by means of a metaheuristic algorithm. The benefits offered by these design patterns as well as their drawbacks are discussed. An implementation example in the Python programming language is provided.
Źródło:
Zeszyty Naukowe Warszawskiej Wyższej Szkoły Informatyki; 2017, 11, 17; 7-22
1896-396X
2082-8349
Pojawia się w:
Zeszyty Naukowe Warszawskiej Wyższej Szkoły Informatyki
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Oszacowanie optymalnej liczby autobusów dla linii komunikacji miejskiej na podstawie symulacji komputerowych
Estimating the optimal number of buses for the public transport line based on the computer simulations
Autorzy:
Naumov, V.
Powiązania:
https://bibliotekanauki.pl/articles/309694.pdf
Data publikacji:
2016
Wydawca:
Instytut Naukowo-Wydawniczy "SPATIUM"
Tematy:
komunikacja miejska
symulacja
autobusy
język programowania Python
public transportation
simulation
buses
programming language Python
Opis:
W artykule przedstawiono podejście do oszacowania liczby pojazdów na linii komunikacji miejskiej, oparte o model symulacyjny procesu obsługi pasażerów na linii autobusowej. Zadanie ustalenia takiej liczby autobusów, która zapewnia minimalny koszt transportu przy maksymalnym poziomie obsługi pasażerów, jest zagadnieniem dość złożonym ze względu na stochastyczny charakter procesu transportowego oraz losowy charakter popytu mieszkańców miast na podróże. Autor przedstawia bibliotekę klas zrealizowanych za pomocą współczesnego języka programowania Python, na podstawie której opracowany został model symulacyjny procesu funkcjonowania linii komunikacji miejskiej. Wyniki eksperymentu symulacyjnego, zrealizowanego w oparciu na opracowane oprogramowanie, pozwoliły na ustalenie zależności funkcyjnej pomiędzy łącznym czasem oczekiwania przez pasażerów autobusów na przystankach a charakterystykami linii komunikacji miejskiej. Wykorzystując uzyskaną zależność, ustalono formułę dla oszacowania optymalnej liczby autobusów na linii jako argument, w którym funkcja łącznych kosztów podsystemu transportowego osiąga ekstremum minimalne.
The article presents an approach to estimate the number of vehicles on public transport line; this approach is based on a simulation model of the process of servicing the bus line passengers. The problem of determining such a number of buses, that provides the minimum cost of transport at the maximum level of passenger service, is quite a complex issue due to the stochastic nature of the transport process and the random nature of the demand for urban residents traveling. The author presents a class library implemented using modern programming language Python; on the basis of that library the simulation model the process of the public transport line functioning was developed. The results of the simulation experiment, based on the developed software, allowed to determine the functional dependence between the total waiting time for bus passengers at bus stops and the characteristics of the public transport line. Using the obtained dependence, a formula for estimating the optimal number of buses on the line was established as an argument, in which the function of the transport subsystem total cost reaches its extreme minimum.
Źródło:
Autobusy : technika, eksploatacja, systemy transportowe; 2016, 17, 12; 699-703
1509-5878
2450-7725
Pojawia się w:
Autobusy : technika, eksploatacja, systemy transportowe
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Safety of CMS experiment systems operation – integration of a new CO2 fire extinguishing weighing system to the CMS safety panel
Autorzy:
Górniak, Patrycja
Sobczyk, Andrzej
Pobędza, Janusz
Powiązania:
https://bibliotekanauki.pl/articles/88712.pdf
Data publikacji:
2019
Wydawca:
Stowarzyszenie Menedżerów Jakości i Produkcji
Tematy:
safety systems
Python programming
sensors
WinCC OA
CERN
systemy bezpieczeństwa
język programowania Python
czujniki
Opis:
The subject of the article is the integration of a new CO2 fire extinguishing weighing system to the panel displaying the status of Compact Muon Solenoid (CMS) detector safety systems (CMS Safety Panel) at CERN. The CO2 fire extinguishing system is responsible for protection of unique control devices, so safety of its operation and the weighing system was designed to monitor the state of it and make it reliable. CMS Safety Panel displays status of safety systems used in CMS Experiment and it is based on JCOP Framework that guarantee compatibility of all the projects. The integration of the new CO2 fire extinguishing system to the CMS Safety Panel requires that the system meets the assumptions that other projects fulfil and allows for clear monitoring of its situation along with the rest of the security systems.
Źródło:
System Safety : Human - Technical Facility - Environment; 2019, 1, 1; 490-497
2657-5450
Pojawia się w:
System Safety : Human - Technical Facility - Environment
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Isolation and characterisation of crocodile and python ovotransferrins
Autorzy:
Ciuraszkiewicz, Justyna
Olczak, Mariusz
Wątorek, Wiesław
Powiązania:
https://bibliotekanauki.pl/articles/1041133.pdf
Data publikacji:
2007
Wydawca:
Polskie Towarzystwo Biochemiczne
Tematy:
python
Crocodylus rhombifer
crocodile
Crocodylus niloticus
iron release
Python molarus bivittatus
ovotransferrin
N-glycans
Opis:
Transferrins play a major role in iron homeostasis and metabolism. In vertebrates, these proteins are synthesised in the liver and dispersed within the organism by the bloodstream. In oviparous vertebrates additional expression is observed in the oviduct and the synthesised protein is deposited in egg white as ovotransferrin. Most research on ovotransferrin has been performed on the chicken protein. There is a limited amount of information on other bird transferrins, and until our previous paper on red-eared turtle protein there was no data on the isolation, sequencing and biochemical properties of reptilian ovotransferrins. Recently our laboratory deposited ten new sequences of reptilian transferrins in the EMBL database. A comparative analysis of these sequences indicates a possibility of different mechanisms of iron release among crocodile and snake transferrin. In the present paper we follow with the purification and analysis of the basic biochemical properties of two crocodile (Crocodilus niloticus, C. rhombifer) and one snake (Python molurus bivittatus) ovotransferrins. The proteins were purified by anion exchange and hydrophobic chromatography, and their N-terminal amino-acid sequences, molecular mass and isoelectric points were determined. All three proteins are glycosylated and their N-glycan chromatographic profiles show the largest contribution of neutral oligosaccharides in crocodile and disialylated glycans in python ovotransferrin. The absorption spectra of iron-saturated transferrins were analysed. Iron release from these proteins is pH-dependent, showing a biphasic character in crocodile ovotransferrins and a monophasic type in the python protein. The reason for the different types of iron release is discussed.
Źródło:
Acta Biochimica Polonica; 2007, 54, 1; 175-182
0001-527X
Pojawia się w:
Acta Biochimica Polonica
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Automatyczny system dialogowy oparty na klasyfikatorze rozmytym i automacie skończonym w bezpieczeństwie pracy
Automatic dialog system based on a fuzzy classifier and a finite state machine in work safety
Autorzy:
Głowacz, W.
Powiązania:
https://bibliotekanauki.pl/articles/185934.pdf
Data publikacji:
2010
Wydawca:
Sieć Badawcza Łukasiewicz - Instytut Technik Innowacyjnych EMAG
Tematy:
automatyczny system dialogowy
bezpieczeństwo pracy
język programowania Python
automatic dialog system
Python language
work safety
Opis:
Celem referatu jest przedstawienie możliwości zastosowania automatycznego systemu dialogowego w bezpieczeństwie pracy [6], [7]. Automatyczny system dialogowy pozwala nawiązać kontakt pomiędzy użytkownikiem i komputerem. System dialogowy analizuje zdania użytkownika i generuje swoje zdania w języku naturalnym. Język naturalny jest zdefiniowany za pomocą metod formalnych, w tym automatów. Przedstawiono implementację systemu dialogowego w języku Python.
The paper aims at presenting the potential of use of an automatic dialog system in work safety [6], [7]. The automatic dialog system allows establishment of a contact between a user and a computer. The dialog system analyses sentences of a user and generates its own sentences in a natural language. The natural language is defined by structural methods including automatic machines. There has been presented in the paper the implementation of the dialog system in Python language.
Źródło:
Mechanizacja i Automatyzacja Górnictwa; 2010, R. 48, nr 1, 1; 42-45
0208-7448
Pojawia się w:
Mechanizacja i Automatyzacja Górnictwa
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
An Analysis of the use of the Python Language in Robot Applications
Autorzy:
Piotrowski, A.
Powiązania:
https://bibliotekanauki.pl/articles/117755.pdf
Data publikacji:
2016
Wydawca:
Polskie Towarzystwo Promocji Wiedzy
Tematy:
mobile robots
python computer language
programming
Opis:
The paper has analyzed the possibility of using the Python computer language in programming mobile robots. The designed and constructed test stand – a caterpillar mobile robot, enables the testing of wireless control algorithms, responses to events, I/O device programming methods and path selection algorithms. The software applications(client and server) written in the Python computer language have been developed and analyzed. A partial listing of the program source is included. The usefulness of Python in robot applications was confirmed.
Źródło:
Applied Computer Science; 2016, 12, 2; 5-21
1895-3735
Pojawia się w:
Applied Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Możliwości rozwijania systemów analitycznych dla MŚP w oparciu o środowisko języka Python
Developing analytical systems in SMEs based on Python environment
Autorzy:
Zygała, Ryszard
Powiązania:
https://bibliotekanauki.pl/articles/432170.pdf
Data publikacji:
2016
Wydawca:
Wydawnictwo Uniwersytetu Ekonomicznego we Wrocławiu
Tematy:
MŚP
systemy analityczne
open source
Python
Opis:
W artykule podjęta została problematyka różnych aspektów rozwoju systemów analitycznych w sektorze małych i średniej wielkości przedsiębiorstw (MŚP), z wykorzystaniem narzędzi open source, a w szczególności bibliotek języka Python. Głównym celem artykułu jest wskazanie na przykładzie środowiska języka Python, że w oprogramowaniu open source tkwi duży potencjał, który może być wykorzystany do rozwijania i eksploatacji systemów analitycznych w firmach sektora MŚP. Autor wyraża przekonanie, że firmy sektora MŚP nie tylko mogą, ale powinny rozważać wdrożenie strategii konkurencyjnych opartych na wysokiej jakości danych pozyskiwanych z systemów analitycznych. W tym celu mogą skutecznie rozwijać systemy analityczne w oparciu o oprogramowanie open source i metody wypracowane przez naukę o danych. Artykuł zawiera również identyfikację barier, przed którymi stają MŚP, decydując się na inwestowanie w technologie informacyjne. Kluczowym aspektem badawczym w artykule jest analiza funkcjonalności bibliotek języka Python, na podstawie której autor wykazuje, że poszczególne komponenty środowiska Python mogą wspomagać rozwój każdej warstwy systemu analitycznego, a zatem mogą one stanowić kompletną i solidną podstawę realizacji strategii opartej na wysokiej jakości danych pozyskiwanych z tego typu systemu w firmach sektora MŚP.
Źródło:
Informatyka Ekonomiczna; 2016, 2(40); 108-122
1507-3858
Pojawia się w:
Informatyka Ekonomiczna
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Optimization of Aggregate Production Planning Problems with and without Productivity Loss using Python Pulp Package
Autorzy:
Rehman, Hakeem Ur
Ahmad, Ayyaz
Ali, Zarak
Baig, Sajjad Ahmad
Manzoor, Umair
Powiązania:
https://bibliotekanauki.pl/articles/2023845.pdf
Data publikacji:
2021-12
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
aggregate production planning
productivity
Python PuLP
optimization
Opis:
Traditionally the aggregate production plan helps in determining the inventory, production, and work-force, based on the demand forecasts without considering the productivity loss at a tactical level in supply chain planning. In this paper, we include the productivity loss into traditional aggregate production plan and the prescriptive analytics technique, linear programming, is used to solve this problem of practical interest in the domain of multifarious businesses and industries. In this study, we discussed two model variations of the aggregate production planning problem with and without productivity loss, i) fixed work-force, and ii) variable Work Force. The mathematical models were designated to be solved by using an open-source python pulp package in order to evaluate the impacts of the productivity loss on both the models. PuLP is an open-source modeling framework provided by the COIN-OR Foundation (Computational Infrastructure for Operations Research) for linear and integer Programing problems written in Python. The computational results indicate that the productivity loss has direct impact on the workforce hiring and firing.
Źródło:
Management and Production Engineering Review; 2021, 14, 4; 38-44
2080-8208
2082-1344
Pojawia się w:
Management and Production Engineering Review
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Applying Python’s Time Series Forecasting Method in Microsoft Excel – Integration as a Business Process Supporting Tool for Small Enterprises
Autorzy:
Litwin, Jolanta
Olech, Marcin
Szymusik, Anna
Powiązania:
https://bibliotekanauki.pl/articles/2069739.pdf
Data publikacji:
2021
Wydawca:
Uniwersytet Warmińsko-Mazurski w Olsztynie
Tematy:
time series forecasting
python integration
excel integration
Opis:
The paper describes the current state of research, where integration of Microsoft Excel and Python interpreter, gives the business user the right tool to solve chosen business process analysis problems like: forecasting, classification or clustering. The integration is done by using Visual Basic for Application (VBA), as well as XLWings Python’s library. Both mechanisms serve as an interfaces between MS Excel and Python to allow the data exchange between each other. Creating the suitable Graphical User Interface (GUI) in Microsoft Excel, gives the business user opportunity to select specific data analysis method available in Python’s environment and set its parameters, without Python’s programming. Running the method by Python’s interpreter can bring the results, which are hard or even impossible to obtain by using Microsoft Excel only. However, the data analysis methods stored in the Python’s script, which are available to the business user, as well as VBA source code, must be designed and implemented by the data scientist. Sample, basic integration between Microsoft Excel and Python’s interpreter is presented in the paper. To present value-added of the proposed software solution, simple case study according to time series forecasting problem is described, where forecasting errors of different methods available in the Microsoft Excel and Python are presented and discussed. The paper ends with conclusions according to the results of the current researches and suggested directions of further research.
Źródło:
Technical Sciences / University of Warmia and Mazury in Olsztyn; 2021, 24(1); 115--133
1505-4675
2083-4527
Pojawia się w:
Technical Sciences / University of Warmia and Mazury in Olsztyn
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Nowy model nauczania na kierunku matematyka stosowana zorientowany na kształcenie praktycznych umiejętności informatycznych
A New Teaching Model for Applied Mathematics Oriented Towards Teaching Practical Computer Skills
Autorzy:
Mozyrska, Dorota
Chmielewski, Andrzej
Powiązania:
https://bibliotekanauki.pl/articles/2197587.pdf
Data publikacji:
2022-09-20
Wydawca:
Uniwersytet Rzeszowski
Tematy:
program studiów
matematyka stosowana
umiejętności informatyczne
analityka danych
język Python
curriculum
applied mathematics
computer skills
Python language
data analytics
Opis:
W pracy przedstawiono postępy w realizacji nowego programu studiów na kierunku matema-tyka stosowana, studia inżynierskie, pierwszego stopnia, kierunek praktyczny, prowadzonego przez Wydział Informatyki Politechniki Białostockiej od roku akademickiego 2020/2021. Program kierunku został zmodernizowany i zorientowany na praktyczne zastosowania, od początku stu-diów, poprzez kształcenie z użyciem języka Python. Wprowadzono do programu studiów szereg przedmiotów programistycznych oraz zastosowano innowacyjne podejście do nauczania przed-miotów matematycznych wraz z dodaniem pracowni specjalistycznych do tych przedmiotów. Nowy model nauczania ma na celu zwiększenie retencji i motywacji studentów zarówno w zakre-sie poznawania kolejnych narzędzi matematyki i analizy danych, jak i przyszłych sukcesów w pracy zawodowej. Praca zawiera przegląd programu nauczania na wspomnianym kierunku, a także wyniki wstępnej ankiety studentów I semestru wraz z jej analizą.
This article presents the progress made so far in the implementation of the new curriculum in the field of applied mathematics, engineering studies, practical truck, provided by the Faculty of Computer Science of the Bialystok University of Technology from the academic year 2020/2021. The program of the course has been modernized and oriented towards practical applications, from the beginning of studies, through teaching with the use of the Python language. A number of program-ming subjects were introduced into the curriculum and an innovative approach to teaching mathema-tics subjects was applied with the addition of specialist laboratories to these subjects. The new model of teaching is aimed at increasing the retention and motivation of students both in terms of learning more tools in mathematics and data analysis, as well as in terms of future success in their professional work. This work contains an overview of the curriculum in the aforementioned field, as well as the results of the preliminary survey of the 1st semester students along with its analysis.
Źródło:
Dydaktyka informatyki; 2022, 17, 17; 60-68
2083-3156
2543-9847
Pojawia się w:
Dydaktyka informatyki
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Dydaktyczne aspekty projektowania aplikacji webowych z wykorzystaniem frameworka Djano w Pythonie
Educational Aspects of Designing Web Applications Using Django Framework in Python
Autorzy:
DYMORA, Paweł
MAZUREK, Mirosław
RYWKA, Jakub
Powiązania:
https://bibliotekanauki.pl/articles/456018.pdf
Data publikacji:
2015
Wydawca:
Uniwersytet Rzeszowski
Tematy:
nauczanie
Python
bazy danych
SQLite
Django
teaching
databases
Opis:
W artykule przedstawiono proces tworzenia interaktywnych aplikacji webowych wykorzystujących język programowania wysokiego poziomu Python, framework sieciowy Django, język znaczników HTML, kaskadowe arkusze stylów CSS oraz skryptowy język programowania JavaScript. Celem artykułu jest zapoznanie studenta z procesem opracowania całego projektu technicznego obejmującego zarówno środowisko programistyczne, wzorce projektowe, biblioteki wraz z przygotowaniem analizy funkcjonalnej aplikacji.
The paper presents the process of creating interactive web applications using high-level programming language Python, Django network framework, HTML markup language, Cascading Style Sheets CSS and scripting language JavaScript. The aim of this article is to familiarize students with the process of the development of the entire project including technical development environment, design patterns, libraries including the preparation of the applications functional analysis.
Źródło:
Edukacja-Technika-Informatyka; 2015, 6, 3; 302-307
2080-9069
Pojawia się w:
Edukacja-Technika-Informatyka
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies