Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)