Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Resources #149

Closed
hayleyng8 opened this issue Mar 11, 2024 · 2 comments
Closed

Python Resources #149

hayleyng8 opened this issue Mar 11, 2024 · 2 comments
Assignees
Labels
new resource Addition of a new resource(s) resource: python Python related resource(s)

Comments

@hayleyng8
Copy link

Functions and how to use dictionaries
Using Python Class

@clenneabig clenneabig self-assigned this Mar 26, 2024
@Darkflame72
Copy link
Member

Darkflame72 commented Mar 26, 2024

As an overall concept these things would want to be covered:

  • Python Basics
    • Print
    • Comments
  • Variables
    • input
    • creating, updating and assigning
  • Basic Python Data Types
    • What is a str, bool, int, float, etc (don't do list, dict or tuple)
  • If and Elif
    • Using booleans to create more interesting programs
  • Loops
    • For loops using range
    • while loops based on variables
  • Lists/Tuples
    • Creating/updating
    • Accessing by index
    • looping through using for (not single line list stuff)
  • Dictionaries
    • Same stuff as lists
  • Functions/Docstring
    • Simple functions
    • Returning values
    • Parameters
    • extending functions with google docstrings (easy docstring format)
  • Types
    • extending functions with type hints
    • Using mypy
  • Classes
    • Basic classes
    • No inheritance, polymorphisms, etc
  • Extending classes
    • all the fun OOP stuff
  • Setting up Project properly
    • PEP8 and other PEPs
    • pyproject.toml
    • Using Ruff

@clenneabig clenneabig linked a pull request Mar 30, 2024 that will close this issue
@Darkflame72 Darkflame72 added new resource Addition of a new resource(s) resource: python Python related resource(s) labels Mar 30, 2024
@Darkflame72
Copy link
Member

I'll be splitting this into smaller individual issues so will close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new resource Addition of a new resource(s) resource: python Python related resource(s)
Projects
None yet
Development

No branches or pull requests

3 participants