An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: python-introduction

JackietBao/DevOps-SRE

Language: HTML - Size: 1.2 GB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 1

milaan9/01_Python_Introduction

Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.

Language: Jupyter Notebook - Size: 15.3 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 334 - Forks: 269

sethbr11/IntroToDataWrangling

A brief course intended to introduce non-programmers to python and data wrangling. Also, demonstration of network optimization, pdf creation in Python, and a simple Monte Carlo simulation.

Language: Jupyter Notebook - Size: 719 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

rphadtare/python_by_examples

This repository consist sample programs to learn and understand core concepts

Language: Python - Size: 15.5 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Ola-Kaznowska/PS-store-bot-simulator

An application that simulates the future of the PlayStation PS store for gamers. The application was written in Python

Language: Python - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Ola-Kaznowska/IT-employee-management-system

IT employee management application. The project uses almost all the knowledge from the 2 semesters of the bootcamp introducing to Python programming. Project done independently. I only helped myself with the OFFICIAL PYTHON 3.12.6 DOCUMENTATION.

Language: Python - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Tayeb-Ahmed-TAS/Python

Python Basic to Core

Language: Python - Size: 66.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

ancatmara/python-for-dh

Python students in humanities, NRU HSE, 2018-2019

Language: Jupyter Notebook - Size: 1.99 MB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 18 - Forks: 36

data-flair/python-tutorial

Python Tutorial - learn Python from scratch with 270+ Python tutorials for beginners & experienced. Explore Python features, syntax, python applications, python use-cases, python architecture, python projects and many more.

Size: 173 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 61 - Forks: 29

DiegoZNz/POO181

Proyectos realizados en la materia de Fundamentos de Programación Orientada a Objetos, del 5to cuatrimestre de la carrera de Ingeniería en Sistemas Computacionales de la Universidad Politécnica de Querétaro | ENERO-ABRIL 2023

Language: Python - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

astridgcn/Python-Introduction

Python & Machine Learning introduction for interns & MIASHS students.

Language: Jupyter Notebook - Size: 1.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kat-ar/MITx_6.00.1x

My codes from Introduction to Computer Science and Programming Using Python edX course

Language: Python - Size: 635 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shanuhalli/Hacker-Rank-Problem-Solving

Solutions to the practice exercises, coding challenges, and other problems on HackerRank! www.hackerrank.com

Language: Jupyter Notebook - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

valenfiumana/Python-exercises

This repository contains a collection of Python exercises which I've done for the 4-month UNSAM course on Python Programming. These exercises cover a range of topics and difficulty levels, from basic syntax and data structures to more advanced concepts like algorithmic problem solving.

Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

valenfiumana/Python-Introduction

This repository contains a collection of Python exercises I've completed for the first part of a course on Data Science and Artifical Intelligence ('Diplomatura en Ciencias de Datos e Inteligencia Artificial' de la Universidad de San Martín)

Language: Python - Size: 309 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

python-supply/guide-to-publishing-packages

This article is a step-by-step guide to assembling and publishing a small, open-source Python package; topics covered include directory structure, basic unit tests, basic continuous integration setup, and publication to a repository.

Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

TIBHannover/2020-02-13-LSE-Hannover 📦

Language: Python - Size: 10.4 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

python-supply/analyzing-and-transforming-abstract-syntax

Python's built-in libraries include powerful tools for retrieving and operating over abstract syntax trees. This article provides an overview of how to use these features to analyze and transform Python code programmatically.

Language: Jupyter Notebook - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

SevdanurGENC/Python-Egitimi

In this repo, there are lecture notes of Global AI Hub - Python Training.

Language: Jupyter Notebook - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

python-supply/map-reduce-and-multiprocessing

Multiprocessing can be an effective way to speed up a time-consuming workflow via parallelization. This article illustrates how multiprocessing can be utilized in a concise way when implementing MapReduce-like workflows.

Language: Jupyter Notebook - Size: 166 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

python-supply/advantages-of-type-annotations

Native syntactic support for type annotations was introduced in Python 3. This article provides an overview of this feature, reviews how it can be used to document information about expressions and functions in a structured way, and illustrates some of the advantages of leveraging it for applicable use cases.

Language: Jupyter Notebook - Size: 57.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

python-supply/strings-regular-expressions-and-text-data-analysis

While built-in string methods and regular expressions have limitations, they can be leveraged in creative ways to implement scalable workflows that process and analyze text data. This article explores these tools and introduces a few useful peripheral techniques within the context of a use case involving a large text data corpus.

Language: Jupyter Notebook - Size: 8.95 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/python-supply.github.io

Landing/redirect page for python.supply, where you can use Python as a platform to learn foundational concepts and practical techniques in computer science, programming, and software engineering.

Language: HTML - Size: 476 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/applications-of-immutability

Both built-in and user-defined data structures in Python can be either mutable or immutable. This article explains why Python makes this distinction for built-in data structures and reviews some use cases within which you may want to define an immutable data structure of your own.

Language: Jupyter Notebook - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/comprehensions-and-combinations

Python comprehensions are a powerful language feature that can greatly improve the productivity of a programmer and the readability of code. This article explores how comprehensions can be used to build concise solutions for problems that require generating various kinds of combinations of all the elements from a finite (or infinite) set.

Language: Jupyter Notebook - Size: 55.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/working-with-foreign-functions

Python offers a rich set of APIs that make it possible to build wrappers for foreign functions written in another language (such as C/C++) and compiled into shared libraries. This article introduces some basic techniques that will allow you to start using shared libraries in your projects.

Language: Jupyter Notebook - Size: 53.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/iterators-generators-and-uncertainty

Iterators and generators are powerful abstractions within Python that have a variety of uses. This article reviews how they are defined, how they are related, and how they can help programmers work in an elegant and flexible way with data structures and data streams of an unknown or infinite size.

Language: Jupyter Notebook - Size: 60.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/higher-order-functions-and-decorators

This article covers some background on higher-order functions in Python, presents an overview of how Python decorators are defined and used, and illustrates their utility via a few use cases.

Language: Jupyter Notebook - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/static-checking-via-metaclasses

Python metaclasses are how classes are created, and by defining your own metaclasses you can guide and constrain code contributors in a complex codebase. This article reviews how metaclasses can be employed to implement static checking of user-defined derived classes.

Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

python-supply/embedded-languages-via-overloading

Python's extensive support for operator overloading can help you greatly reduce the conceptual complexity of your library or framework, allowing programmers who must use it to leverage the extensive knowledge and skills they already possess.

Language: Jupyter Notebook - Size: 80.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

lapets/map-reduce-and-multiprocessing

Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Related Keywords
python-introduction 31 python 22 python-articles 14 python3 7 python-variables 2 data-science 2 python-tutorials 2 multiprocessing 2 regular-expressions 2 data-types 2 data-structures 2 python-operators 2 code-analysis 1 ast 1 abstract-syntax 1 python-workshop 1 python-intro 1 data-carpentry 1 airline-analysis 1 code-transformation 1 python-syntax 1 python-syntax-and-semantics 1 python-syntax-converter 1 map-reduce 1 mapreduce-python 1 parallel-python 1 python-multiprocessing 1 python-types 1 type-annotations 1 exercises 1 gradient-boosting 1 librairies 1 random-forest 1 students 1 edx-course 1 learning 1 mit 1 coding-challenge 1 hackerrank 1 sets 1 strings 1 coveralls 1 pypi 1 python-doctests 1 python-package-boilerplate 1 python-package-example 1 python-packages 1 python-unittest 1 travis-ci 1 carpentry-workshop 1 type-checking 1 python-cpp-wrapper 1 generators 1 iterables 1 iterators 1 python-generators 1 python-iterators 1 python-itertools 1 decorators 1 functional-python 1 higher-order-functions 1 python-decorators 1 metaclasses 1 python-classes 1 python-metaclasses 1 static-analysis 1 ad-hoc-polymorphism 1 embedded-language 1 operator-overloading 1 overloading 1 mapreduce 1 parallel-processing 1 python-string 1 python-strings 1 python-text-analysis 1 regular-expression 1 text-data 1 hashing 1 immutability 1 memory-management 1 python-data-structures 1 python-language 1 python-memory 1 cartesian-product 1 combinations 1 combinations-with-repetition 1 comprehensions 1 python-comprehension-syntax 1 set-operations 1 ctypes 1 ctypes-bindings 1 ctypes-wrapper 1 foreign-function-interface 1 data-wrangling 1 monte-carlo-simulation 1 network-optimization 1 pdf-creation 1 python-basics 1 python-fpdf 1 python-matplotlib 1