Skip to main content
Ctrl+K
F-Code Logo F-Code Logo

F-Code AI Crew

  • Python
  • Mathematics
  • Machine Learning
  • Deep Learning
  • Misc
  • F-Code AI GitHub
  • F-Code Facebook
  • Python
  • Mathematics
  • Machine Learning
  • Deep Learning
  • Misc
  • F-Code AI GitHub
  • F-Code Facebook

Section Navigation

Contents

  • Day 1
    • Variable
    • List
    • Numpy
    • Function
    • Further reading
    • Problem set
  • Day 2
    • Control Flow
    • Loops
    • Exception Handling
    • Testing
    • Debugging
  • Day 3
    • File I/O in Python
    • Dictionaries in Python
  • Day 6
    • Introduction to Streamlit
  • Python
  • Day 1

Day 1#

Contents

  • Variable
  • Operation
    • Arithmetic
    • Comparison
  • Data types
  • List
    • List operations
    • More list operations?
  • Numpy
    • Installation
    • Example
  • Function
    • Define a function
    • Call a function
    • Parameters
    • Return
    • Scope
    • Docstring
  • Further reading
  • Problem set
    • Get second last
    • Get first three reversed
    • Modify list
    • Access 3D array
    • Calculate the area of trapezoid

previous

Python

next

Variable

© Copyright 2025, F-Code AI Crew.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.