Editing
Periodization and Programming
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Super-compensation Cycle' (Predicting 'Progress'):''' <syntaxhighlight lang="python"> def predict_training_progress(workout_intensity, rest_days): """ Shows why 'Rest' is where the 'Gain' happens. """ if rest_days < 2 and workout_intensity > 80: return "RESULT: DECREINE. (Fatigue is building. Risk of overtraining)." elif rest_days > 5: return "RESULT: PLATEAU. (You waited too long; super-compensation faded)." else: # Ideal: Training every 2-3 days for a specific muscle return f"RESULT: GROWTH. (Caught the Rebound! Progress +2%)." # Case: Training 'Heavy' every single day print(predict_training_progress(90, 0)) # Case: Training 'Heavy' twice a week print(predict_training_progress(90, 3)) </syntaxhighlight> ; Programming Landmarks : '''The 'Daily Undulating Periodization' (DUP)''' β "Changing" the "Rep Range" **Every Workout** (e.g. 'Monday: Strength', 'Wednesday: Hypertrophy', 'Friday: Power'), "Proving" "Superior" for many "Advanced" athletes. : '''The 'Bulgarian' Method''' β (Ivan Abadjiev). The "Opposite" of Periodization: "Training" at **100% Intensity** "Every Day." It "Created" "Champions" but also "Destroyed" "Hundreds of Athletes." : '''RPE (Rate of Perceived Exertion)''' β (See Article 617). "Adjusting" the "Weights" based on "How you Feel Today" (**Autoregulation**), "Merging" "Subjective Psychology" with "Objective Math." : '''The 'Off-Season' / 'In-Season' Cycle''' β The "Standard" for "Team Sports": "Building Foundation" in the summer, "Maintaining Speed" in the winter. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information