◐ Shell
clean mode source ↗

Build software better, together

Here are 34 public repositories matching this topic...

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.

  • Updated Oct 26, 2023
  • Jupyter Notebook

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.

  • Updated Nov 14, 2023

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.

  • Updated Nov 11, 2020

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.

  • Updated Dec 9, 2024
  • Python

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

  • Updated Dec 9, 2024
  • Python

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.

  • Updated Oct 18, 2020
  • Jupyter Notebook

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.

  • Updated Oct 26, 2020
  • Jupyter Notebook
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.

  • Updated Mar 19, 2025
  • Jupyter Notebook

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.

  • Updated Oct 22, 2020
  • Jupyter Notebook

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.

  • Updated Dec 22, 2020
  • Jupyter Notebook

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)

  • Updated Apr 17, 2023
  • Python

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.

  • Updated Dec 26, 2020
  • Jupyter Notebook

🐍 Kurze Einführung zu Python für die Vorlesung Nonlinear Optimization (Universität Mannheim, FSS 2020)

  • Updated Jun 9, 2021
  • Jupyter Notebook

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.

  • Updated Dec 28, 2020
  • Jupyter Notebook

Python-Beginners training sessions for the students of PSA (Pakistan Students Association) Koblenz, Germany.

  • Updated Apr 10, 2020
  • Jupyter Notebook