programming:programming

Differences

This shows you the differences between two versions of the page.


Previous revision
programming:programming [2023/05/01 17:53] (current) – [Links] Henrik Yllemo
Line 1: Line 1:
 +~~NOCACHE~~
 +====== Computer Programming ======
 +Computer programming is the process of writing and testing code that enables applications and software programs to operate successfully. Computer programmers use specialized languages to communicate with computers, applications and other systems to perform a specific task or solve a problem. Computer programming can be simple or complex depending on the requirements and goals of the program. 
 +
 +Some examples of computer programming are creating websites, games, mobile apps, operating systems and artificial intelligence.  
 +
 +<button type="warning" icon="fa fa-code">[[dev:programming_lagugages|Programming Languages]]</button>  <button type="warning" icon="fa fa-language">[[dev:fullstacks|Full Stacks (Software Bundles)]] </button>
 +
 +  * [[kb:software_design_pattern|Software design pattern]]
 +  * [[Data Structures]]
 +  * [[dev:web_technologies|Web Technologies]]
 +  * [[method:computer_networking|Computer Networking]]
 +  * [[method:cyber_security|Cyber Security]]
 +  * [[dev:dev|Development]]
 +
 +
 +Computer programming involves writing code in programming languages such as [[:dev:java|Java]], [[dev:python|Python]], or [[dev:c_plus_plus|C++]], to create software applications. Computer programming requires a deep understanding of programming languages, algorithms, data structures, and software development principles.
 +
 +[[kb:citizen_development|Citizen Development]], on the other hand, involves using low-code or no-code platforms to create software applications. Citizen developers are typically business users who have limited technical knowledge but can use low-code platforms to develop software applications using drag-and-drop interfaces and pre-built templates. Citizen development enables non-technical users to develop software applications quickly and efficiently, without requiring extensive technical expertise.
 +
 +[[kb:low-code_development_platform|Low-code development]] is similar to citizen development but typically involves more technical knowledge and expertise. Low-code platforms provide a visual development environment where developers can build software applications using pre-built components and drag-and-drop interfaces. Low-code development is faster and more efficient than traditional computer programming, but it still requires some technical knowledge and expertise to use effectively.
 +
 +Computer programming is a traditional approach to software development that requires deep technical knowledge and expertise, while citizen development and low-code development are newer approaches that allow non-technical users to develop software applications quickly and efficiently using low-code or no-code platforms. Each approach has its advantages and disadvantages, and the best approach will depend on the specific needs and requirements of the software development project.
 +
 +
 +<accordion>
 +<panel type='' title='What is computer programming?'>
 +Computer programming is the process of designing, writing, testing, and maintaining software programs using [[:dev:programming_lagugages|Programming Languages]].
 +</panel>
 +<panel type='' title='Why is computer programming important?'>
 +Computer programming is important because it enables the creation of software applications and systems that are used in various industries and sectors, such as finance, healthcare, education, and entertainment.
 +</panel><panel type='' title='What are some common programming languages?'>
 +Some common programming languages include Java, Python, C++, JavaScript, Ruby, and Swift.
 +</panel><panel type='' title='What are some common programming paradigms?'>
 +Some common programming paradigms include imperative, functional, object-oriented, and procedural programming.
 +</panel><panel type='' title='What are some common tools and technologies used in computer programming?'>
 +Common tools and technologies used in computer programming include integrated development environments (IDEs), version control systems (such as Git), application programming interfaces (APIs), and software development kits (SDKs).
 +</panel><panel type='' title='What is the difference between a compiled and interpreted programming language?'>
 +A compiled programming language is one in which the source code is translated into machine code before the program is run. An interpreted programming language is one in which the source code is translated into machine code at runtime.
 +</panel><panel type='' title='What is debugging in computer programming?'>
 +Debugging is the process of identifying and fixing errors, or bugs, in a program. This is typically done using debugging tools and techniques, such as stepping through the code, setting breakpoints, and inspecting variables.
 +</panel><panel type='' title='How can computer programming be used in data analysis?'>
 +Computer programming can be used in data analysis by using programming languages and libraries to manipulate, visualize, and analyze data. Examples of programming languages used in data analysis include Python, R, and SQL.
 +</panel><panel type='' title='How can computer programming be used in web development?'>
 +Computer programming can be used in web development by using programming languages, such as HTML, CSS, and JavaScript, to create and design web pages and web applications.
 +</panel><panel type='' title='How can computer programming be used in artificial intelligence and machine learning?'>
 +Computer programming can be used in artificial intelligence and machine learning by using programming languages and libraries, such as Python and TensorFlow, to build and train machine learning models, and to develop AI algorithms and applications.
 +</panel></accordion>
 +
 +
 +{{wp>Computer_programming}}
 +
 +===== Disciplines & Methodologies =====
 +{{topic>method?programming&simplelist&nodate&nodesc&nouser&sort}} 
 +===== Tools & Technologies =====
 +{{topic>tools?programming&simplelist&nodate&nodesc&nouser&sort}} 
 +===== Links =====
 +{{topic>links?programming&simplelist&nodate&nodesc&nouser&sort}} 
 +
 +{{topic>kb?programming&simplelist&nodate&nodesc&nouser&sort}} 
 +
 +
 +{{tag>development skill }}
 +
 +
 +=== ## ToDo ## ===
 +  * FIXME
 +  * Object-Oriented Programming (OOP)
 +  * Functional Programming (FP)
 +  * Procedural Programming
 +  * Algorithm Design and Analysis
 +  * Data Structures and Algorithms
 +  * Software Development Life Cycle (SDLC)
 +  * Agile Development and Scrum Methodology
 +  * DevOps and Continuous Integration/Continuous Delivery (CI/CD)
 +  * Version Control and Source Code Management (SCM)
 +  * Test-Driven Development (TDD) and Unit Testing
 +  * Debugging and Troubleshooting
 +  * Application Programming Interfaces (APIs)
 +  * Web Development and Front-End Technologies (HTML, CSS, JavaScript)
 +  * Back-End Technologies (Node.js, Java, Python)
 +  * Database Management and SQL
 +  * Mobile App Development (iOS, Android)
 +  * Game Development
 +  * Artificial Intelligence (AI) and Machine Learning (ML)
 +  * Computer Graphics and Visualization