Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitamreik/cta-python
Compilation of Python within a Juypter Notebook for learning and practice writing scripts.
https://github.com/kitamreik/cta-python
Last synced: 13 days ago
JSON representation
Compilation of Python within a Juypter Notebook for learning and practice writing scripts.
- Host: GitHub
- URL: https://github.com/kitamreik/cta-python
- Owner: Kitamreik
- Created: 2024-06-19T05:45:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:38:36.000Z (5 months ago)
- Last Synced: 2024-07-14T01:25:25.418Z (4 months ago)
- Language: Jupyter Notebook
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cta-python
All work will be complied in Juypter Notebooks. These labs were a part of the requirements of the Colorado Technology Association for the Python Unit.
New to Python? No problem! Read my deep dive documentation here: https://docs.google.com/document/d/1CPbBcYf5F1Pl_Rl3Pgrli5H2bR-0KSfiIOisOPO6aT4/edit?usp=sharing
# File and Folder Directory
## Lab 1- Print: contains three different files:
1. the original Lab Activity in Python
2. Juypter Notebook of the completed exercise
3. Python script of the completed exercise
## Lab 2
- Variables
## Lab 3
- Conditionals
## Lab 4
- Loops
## Lab 5
- Functions
Part 1: Define and Calling Functions- Part 2: Creating More Functions
## Lab 6
- Strings
## Lab 7
- Developing Algorithms
## Lab 8
- Loops
## Lab 9
- Using Regular Expressions (Regex)
## Lab 10
- Files: Writing and Reading in Python
## Lab 11
- Advanced Algorithms (located in algorithm folder)