Skip to content

Collection of Python Projects, Jupyter Notebooks, & Learning Materials

License

Notifications You must be signed in to change notification settings

nragland37/python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge License

Hello, World! 🐍

'''

This is an introductory collection of Python projects, covering basics to intermediate topics, including Jupyter notebooks with countless runnable programs and descriptions.

Anaconda & Jupyter

Anaconda is a package and environment manager that includes Jupyter Notebook and Jupyter Lab.

Installation

Running Jupyter

  1. VS Code: Jupyter Notebooks in VS Code
  2. Anaconda Navigator: GUI for managing environments and launching apps (included with Anaconda).
  3. Command Line:
    jupyter notebook
    jupyter lab

'''

# Project
1 Grapevine Farming Calculator
2 Population Growth Calculator
3 Math Quiz
4 World Series Winners Tracker
5 US Population Trends Analyzer
6 LoShu Magic Square Validator
7 Camel Case To Pig Latin Converter
8 World Series Winners Tracker (Continued)
9 Retail Management System
10 Serialized Employee Management System
11 Temperature Converter App
12 Ticket Calculator App

# Notebooks
1 Python Programming Notes

# Topics
1 Classes
2 SQLite3 Database
3 Files
4 Matplotlib
5 Tkinter GUI Apps
6 Turtle Graphics