python-introduction
There are 33 repositories under python-introduction topic.
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.
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.
ancatmara/python-for-dh
Python students in humanities, NRU HSE, 2018-2019
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.
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.
SevdanurGENC/Python-Egitimi
In this repo, there are lecture notes of Global AI Hub - Python Training.
Tayeb-Ahmed-TAS/Python
Python Basic to Core
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.
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.
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.
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.
astridgcn/Python-Introduction
Python & Machine Learning introduction for interns & MIASHS students.
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
kat-ar/MITx_6.00.1x
My codes from Introduction to Computer Science and Programming Using Python edX course
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.
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.
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.
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.
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.
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.
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.
rphadtare/python_by_examples
This repository consist sample programs to learn and understand core concepts
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)
danisaleem/PSA-Koblenz-Python-Beginners-Training
Python-Beginners training sessions for the students of PSA (Pakistan Students Association) Koblenz, Germany.
jhelgert/python_einfuehrung
🐍 Kurze Einführung zu Python3 für die Vorlesung Nonlinear Optimization (Universität Mannheim, FSS 2020)
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
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.
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.
shanuhalli/Hacker-Rank-Python-Problem-Solving
Solutions to the practice exercises, coding challenges, and other problems on HackerRank! www.hackerrank.com
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.