| Apr |
MAY |
Jun |
|
16 |
|
| 2024 |
2025 |
2026 |
About this capture
The Wayback Machine - http://web.archive.org/web/20250516001322/https://github.com/topics/python-introduction
Skip to content
Navigation Menu
●
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
●
●
●
●
●
●
By company size
●
●
●
●
By use case
●
●
●
●
By industry
●
●
●
●
●
View all solutions
●
Topics
●
●
●
●
●
Explore
●
●
●
●
●
●
●
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
●
●
●
●
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
●
Search or jump to...
Clear
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
Appearance settings
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Explore
Topics
Trending
Collections
Events
GitHub Sponsors
#
python-introduction
Star
Here are
33 public repositories
matching this topic...
Star
336
●
Code
●
Issues
●
Pull requests
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.
python-tutorials jupyter-notebook type-conversion tutorial-exercises python4beginner python-jupyter-notebooks jupyter-tutorial python-variables python-keywords tutorial-github python-imports python-introduction python-tutorial-notebook python-tutor python-operators python4everybody python-tutorial-github python4datascience tutor-milaan9 namespace-scope
●
Updated
Oct 26, 2023
●
Jupyter Notebook
Star
96
●
Code
●
Issues
●
Pull requests
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.
python python-tutorials data-science machine-learning python3 python-programming python-3 python-tutorial python-course learn-python python-interview-questions python-project python-for-beginners python-projects pythontutorial what-is-python python-introduction python-career
●
Updated
Nov 14, 2023
Star
18
●
Code
●
Issues
●
Pull requests
Python students in humanities, NRU HSE, 2018-2019
git nlp markdown json natural-language-processing functions regex tutorials python3 data-structures data-visualisation nltk matplotlib data-types regular-expressions morphological-analysis mystem3 python-introduction russian-nlp
●
Updated
Mar 7, 2023
●
Jupyter Notebook
Star
9
●
Code
●
Issues
●
Pull requests
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 coveralls travis-ci pypi python-packages python-unittest python-package-boilerplate python-doctests python-articles python-package-example python-introduction
●
Updated
Nov 11, 2020
Star
2
●
Code
●
Issues
●
Pull requests
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.
python code-analysis ast abstract-syntax code-transformation python-syntax python-syntax-converter python-articles python-introduction python-syntax-and-semantics
●
Updated
Oct 18, 2020
●
Jupyter Notebook
Star
2
●
Code
●
Issues
●
Pull requests
Python Basic to Core
python programming-language python3 python-intermediate python-introduction
●
Updated
Jun 6, 2024
●
Python
Star
2
●
Code
●
Issues
●
Pull requests
In this repo, there are lecture notes of Global AI Hub - Python Training.
python-introduction
●
Updated
Sep 16, 2020
●
Jupyter Notebook
Star
1
●
Code
●
Issues
●
Pull requests
python python-workshop data-carpentry carpentry-workshop python-intro python-introduction
●
Updated
Feb 21, 2020
●
Python
Star
1
●
Code
●
Issues
●
Pull requests
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 type-checking type-annotations python-types python-articles python-introduction
●
Updated
Oct 26, 2020
●
Jupyter Notebook
Star
1
●
Code
●
Issues
●
Pull requests
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.
python multiprocessing map-reduce parallel-python python-multiprocessing mapreduce-python python-articles python-introduction
●
Updated
Oct 22, 2020
●
Jupyter Notebook
Star
1
●
Code
●
Issues
●
Pull requests
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.
python data-science monte-carlo-simulation data-wrangling python-numpy python-basics python-matplotlib python-pandas network-optimization python-pdf python-introduction airline-analysis pdf-creation python-fpdf
●
Updated
Mar 19, 2025
●
Jupyter Notebook
Star
1
●
Code
●
Issues
●
Pull requests
This repository consist sample programs to learn and understand core concepts
python3 python-functions python-lambda pandas-python python-variables python-regex python-oop python-introduction numpy-python python-operators os-python
●
Updated
Mar 6, 2025
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
Solutions to the practice exercises, coding challenges, and other problems on HackerRank! www.hackerrank.com
strings python3 hackerrank data-types coding-challenge sets python-introduction
●
Updated
Apr 5, 2023
●
Jupyter Notebook
Star
0
●
Code
●
Issues
●
Pull requests
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 regular-expression regular-expressions text-data python-text-analysis python-strings python-string python-articles python-introduction
●
Updated
Dec 28, 2020
●
Jupyter Notebook
Star
0
●
Code
●
Issues
●
Pull requests
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 combinations python-comprehension-syntax set-operations cartesian-product combinations-with-repetition python-articles python-introduction comprehensions
●
Updated
Dec 22, 2020
●
Jupyter Notebook
Star
0
●
Code
●
Issues
●
Pull requests
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)
python python-introduction
●
Updated
Apr 17, 2023
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
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 python-articles python-introduction
●
Updated
Dec 30, 2020
●
HTML
Star
0
●
Code
●
Issues
●
Pull requests
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 csv ospython3 employee-management freelancer junior practice-project practice-programming junior-developer python-introduction junior-project junior-backend
●
Updated
Dec 9, 2024
●
Python
Star
0
●
Code
●
Issues
●
Pull requests
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 hashing immutability data-structures memory-management python-language python-memory python-data-structures python-articles python-introduction
●
Updated
Dec 26, 2020
●
Jupyter Notebook
Star
0
●
Code
●
Issues
●
Pull requests
🐍 Kurze Einführung zu Python3 für die Vorlesung Nonlinear Optimization (Universität Mannheim, FSS 2020)
python python-introduction education-py
●
Updated
Jun 9, 2021
●
Jupyter Notebook
Improve this page
Add a description, image, and links to the
python-introduction
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
python-introduction
topic, visit your repo's landing page and select "manage topics."
Learn more
Footer
© 2025 GitHub, Inc.
●
Terms
●
Privacy
●
Security
●
Status
●
Docs
●
Contact
●
●
ation
You can’t perform that action at this time.