awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesScripting Basics

Instructional content focused on writing simple scripts for task automation.

Distinct from Python Programming Guides: Distinct from general guides by focusing specifically on automation scripts rather than general language features.

Explore 2 awesome GitHub repositories matching education & learning resources · Scripting Basics. Refine with filters or upvote what's useful.

Awesome Scripting Basics GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • visualize-ml/book1_python-for-beginnersVisualize-ML 的头像

    Visualize-ML/Book1_Python-For-Beginners

    6,763在 GitHub 上查看↗

    This project is an introductory programming course and educational resource designed to teach the basics of the Python language. It serves as a beginner guide to foundational programming concepts and syntax through a structured learning path. The curriculum focuses on Python language learning and scripting basics, enabling learners to build a foundational understanding of how to write and run code. Instructional materials are delivered through an example-driven curriculum that pairs runnable code snippets with hands-on exercises. The content is organized into a modular lesson structure using

    Teaches the basics of writing Python scripts to automate simple tasks through practical examples.

    Jupyter Notebook
    在 GitHub 上查看↗6,763
  • acelewis/my_first_calculator.pyAceLewis 的头像

    AceLewis/my_first_calculator.py

    4,319在 GitHub 上查看↗

    该项目是一个以 Python 脚本实现的终端计算器。它通过文本界面执行基本的算术运算,包括加、减、乘、除。 该实现通过使用详尽的条件逻辑和预定义的数字范围来确定数学结果,从而演示计算器行为。它利用 if-else 结构和预计算映射来模拟计算,而不是依赖标准的数学运算符。 该脚本涵盖了基础编程概念,如 Python 基础脚本编写、输入输出任务,以及使用条件语句来评估算术结果。

    Uses basic Python scripting to handle input, output, and automated calculations.

    Python
    在 GitHub 上查看↗4,319
  1. Home
  2. Education & Learning Resources
  3. Python Programming Guides
  4. Scripting Basics