logo-home

All 30 resultados

Ordenador por

Resúmenes más vendidos de Python

Python Python Popular
  • Python

  • Notas de lectura • 5 páginas • 2024 Popular
  • Introducing the python for beginners understand in the easy way.
    (0)
  • $5.99
  • + aprende más y mejor
Introduction to Python Programming Introduction to Python Programming Popular
  • Introduction to Python Programming

  • Notas de lectura • 3 páginas • 2023 Popular
  • Features and Application Areas of Python If you are already familiar with Python and its features and application areas, please feel free to take notes. In the next video, we will dive deeper into the topic.
    (0)
  • $7.99
  • + aprende más y mejor
Phython Phython Popular
  • Phython

  • Notas de lectura • 2 páginas • 2024 Popular
  • Phython
    (0)
  • $6.49
  • + aprende más y mejor

¿También escribes resúmenes? Entonces ponlo a la venta y gana cada vez que se compre tu documento.

Summary Python Summary Python
  • Summary Python

  • Resumen • 5 páginas • 2024 Popular
  • python language
    (0)
  • $10.99
  • + aprende más y mejor
All concepts of python All concepts of python
  • All concepts of python

  • Notas de lectura • 10 páginas • 2024 Popular
  • Hi I am here to share my cheat sheet of python
    (0)
  • $9.69
  • + aprende más y mejor
Python full notes for easily study Python full notes for easily study
  • Python full notes for easily study

  • Notas de lectura • 61 páginas • 2024 Popular
  • Python is a high-level, interpreted programming language known for its clear syntax and readability. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more, due to its extensive standard library and active community. Its simplicity and versatility make it a popular choice for both beginners and experienced developers.
    (0)
  • $8.09
  • + aprende más y mejor
Python programming introduction Python programming introduction
  • Python programming introduction

  • Resumen • 3 páginas • 2024 Popular
  • Here is the introduction of python theory nd history and revolution of python programming of python
    (0)
  • $7.99
  • + aprende más y mejor
Python notes 150 Python notes 150
  • Python notes 150

  • Notas de lectura • 96 páginas • 2024 Popular
  • **Python 150 Programming Notes by Piush Kumar Sharma** is a comprehensive guide designed for both beginners and experienced programmers. It offers 150 carefully selected programming problems, complete with detailed solutions and explanations. Each problem is structured to enhance your understanding of core Python concepts, including data structures, algorithms, file handling, object-oriented programming, and more. The book is divided into sections that cater to various difficulty levels, maki...
    (0)
  • $7.89
  • + aprende más y mejor
Less time more knowledge Less time more knowledge
  • Less time more knowledge

  • Notas de lectura • 0 páginas • 2024 Popular
  • By discovering document you can easily learn the concept
    (0)
  • $10.19
  • + aprende más y mejor
Variable and Data Types Variable and Data Types
  • Variable and Data Types

  • Resumen • 4 páginas • 2024 Popular
  • Professional Data course for Python for IT and College Students
    (0)
  • $7.99
  • + aprende más y mejor

Resúmenes más recientes de Python

COS1512 STUDY GUIDE 2023 COS1512 STUDY GUIDE 2023 Nuevo
  • COS1512 STUDY GUIDE 2023

  • Examen • 66 páginas • 2023 Nuevo
  • Study Guide Solutions cos1511 and extras Science (Myers Park High School) lOMoARcPSD| Tutorial letter 102 Introduction to Programming 1 COS1511 Semesters 1 & 2 School of Computing IMPORTANT INFORMATION: This tutorial letter contains the answers to the exercises in the study guide. lOMoARcPSD| 2 TUTORIAL MATTER Up to now you should have received the material listed below. If not, please download it from myUnisa immediately (see below) and also contact the Department of ...
    (1)
  • $2.60
  • + aprende más y mejor
Basics of python programming Basics of python programming Nuevo
  • Basics of python programming

  • Notas de lectura • 77 páginas • 2025 Nuevo
  • "This document covers Python programming basics, data types, variables, control flow, loops, functions, modules, data structures, OOP concepts, file handling, exception handling, and NumPy basics with examples."
    (0)
  • $7.99
  • + aprende más y mejor
Python notes 150 Python notes 150 Nuevo
  • Python notes 150

  • Notas de lectura • 96 páginas • 2024 Nuevo
  • **Python 150 Programming Notes by Piush Kumar Sharma** is a comprehensive guide designed for both beginners and experienced programmers. It offers 150 carefully selected programming problems, complete with detailed solutions and explanations. Each problem is structured to enhance your understanding of core Python concepts, including data structures, algorithms, file handling, object-oriented programming, and more. The book is divided into sections that cater to various difficulty levels, maki...
    (0)
  • $7.89
  • + aprende más y mejor

¿También escribes resúmenes? Entonces ponlo a la venta y gana cada vez que se compre tu documento.

Class notes PYTHON  Python Class notes PYTHON  Python
  • Class notes PYTHON Python

  • Notas de lectura • 14 páginas • 2025 Nuevo
  • bbasics of python
    (0)
  • $10.49
  • + aprende más y mejor
"Introduction to Python Programming: Basics, Features, and Applications" "Introduction to Python Programming: Basics, Features, and Applications"
  • "Introduction to Python Programming: Basics, Features, and Applications"

  • Notas de lectura • 34 páginas • 2024 Nuevo
  • Python is a high-level, interpreted programming language known for its clear syntax and readability. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more, due to its extensive standard library and active community. Its simplicity and versatility make it a popular choice for both beginners and experienced developers.
    (0)
  • $7.99
  • + aprende más y mejor
Python full notes for easily study Python full notes for easily study
  • Python full notes for easily study

  • Notas de lectura • 61 páginas • 2024 Nuevo
  • Python is a high-level, interpreted programming language known for its clear syntax and readability. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more, due to its extensive standard library and active community. Its simplicity and versatility make it a popular choice for both beginners and experienced developers.
    (0)
  • $8.09
  • + aprende más y mejor
Learn Python begining to advance Learn Python begining to advance
  • Learn Python begining to advance

  • Presentación • 5 páginas • 2025 Nuevo
  • Python Course Notes - Keywords 1. Introduction to Python Python: High-level, interpreted, versatile Setup: Install Python, IDEs (PyCharm, VS Code, Jupyter) Syntax: print(), Indentation, Comments (#, ''' ''') Data Types: int, float, str, bool, list, tuple, dict Operators: Arithmetic (+ - * /), Comparison (== !=), Logical (and or not) 2. Control Flow Conditionals: if, elif, else Loops: for, while Loop Controls: break, continue, pass 3. Functio...
    (0)
  • $7.99
  • + aprende más y mejor
All concepts of python All concepts of python
  • All concepts of python

  • Notas de lectura • 10 páginas • 2024 Nuevo
  • Hi I am here to share my cheat sheet of python
    (0)
  • $9.69
  • + aprende más y mejor
Python conceps Python conceps
  • Python conceps

  • Notas de lectura • 2 páginas • 2025 Nuevo
  • I approved that apolitan document with many concepts. You can take that notes and learn it very well
    (0)
  • $7.99
  • + aprende más y mejor
Basic python Basic python
  • Basic python

  • Resumen • 1 páginas • 2025 Nuevo
  • from docx import Document # Create a new document doc = Document() # Add a title _heading("#01 Python Programming Tutorial Series | Introduction to Python | EMC ACADEMY", level=1) # Add content _paragraph("The video you've shared, titled "#01 Python Programming Tutorial Series | Introduction to Python | EMC ACADEMY," is the first installment in a series aimed at introducing viewers to Python programming. " "Produced by EMC ACADEMY, t...
    (0)
  • $8.89
  • + aprende más y mejor