Skip to content

Commit edbd3c2

Browse files
committed
Add module 100: Where to Go Next (career paths and continuing education)
1 parent 1c0bd5e commit edbd3c2

2 files changed

Lines changed: 88 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Module 100: Where to Go Next: Specializations, OSS, Continuing Education
2+
3+
- **Phase:** 11. Capstone
4+
- **Duration:** 1 hour
5+
6+
## Learning Objectives
7+
8+
- Identify specialization paths (web dev, data science, ML/AI, DevOps, etc.)
9+
- Learn how to contribute to open source
10+
- Find Python community resources
11+
- Plan a portfolio and career direction
12+
13+
## Topics Covered
14+
15+
1. Specialization roadmaps
16+
- Web development (Django)
17+
- Data science
18+
- ML/AI
19+
- DevOps
20+
- Game dev (Pygame)
21+
- GUI applications (Tkinter/PyQt)
22+
- Embedded systems (MicroPython)
23+
2. How to contribute to open source
24+
- Finding projects (GitHub, GitLab, Python Software Foundation)
25+
- First contributions: documentation, tests, bug fixes
26+
- Building a reputation
27+
3. Python community resources
28+
- PyCon, EuroPython, local meetups
29+
- Python.org official docs as lifelong reference
30+
- Python Software Foundation
31+
4. Certification paths
32+
- PCEP, PCAP, PCPP (Python Institute)
33+
- Other professional certs
34+
5. Building a portfolio
35+
- GitHub profile
36+
- Personal projects
37+
- Blogging / documentation
38+
39+
## Congratulations!
40+
41+
You have completed all 100 modules of the StackPython curriculum. You now have a solid foundation in Python programming, from fundamentals through advanced topics including concurrency, web development, databases, and machine learning. The next step is to apply these skills to real-world projects and continue learning through practice and community involvement.
42+
43+
## Resources
44+
45+
- Python.org official documentation: https://docs.python.org/3
46+
- Real Python tutorials: https://realpython.com
47+
- PyCon talks on YouTube
48+
- Python Software Foundation: https://www.python.org/psf
49+
- Open Source Guides: https://opensource.guide
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Quiz: Where to Go Next: Specializations, OSS, Continuing Education
2+
3+
## Question 1
4+
Which framework is recommended for web development specialization?
5+
- A) Flask
6+
- B) Django
7+
- C) FastAPI
8+
- D) All of the above
9+
10+
## Question 2
11+
What is a good first contribution to open source?
12+
- A) Rewriting the entire codebase
13+
- B) Documentation improvements and bug fixes
14+
- C) Adding major new features
15+
- D) Becoming a maintainer immediately
16+
17+
## Question 3
18+
Which of the following is a major Python community conference?
19+
- A) PyCon
20+
- B) PythonConf
21+
- C) PyFest
22+
- D) PythonCon
23+
24+
## Question 4
25+
What is the best lifelong reference for Python?
26+
- A) Stack Overflow
27+
- B) The official Python documentation (docs.python.org)
28+
- C) YouTube tutorials
29+
- D) Blog posts
30+
31+
## Question 5
32+
Which organization offers Python certification (PCEP, PCAP, PCPP)?
33+
- A) Google
34+
- B) Python Institute
35+
- C) Microsoft
36+
- D) Coursera
37+
38+
## Answer Key
39+
1-D, 2-B, 3-A, 4-B, 5-B

0 commit comments

Comments
 (0)