{"id":56150,"url":"https://github.com/ErdemOzgen/Python-developer-roadmap","name":"Python-developer-roadmap","description":"Roadmap for becoming Python developer.","projects_count":62,"last_synced_at":"2026-04-11T23:00:39.974Z","repository":{"id":44336672,"uuid":"417285296","full_name":"ErdemOzgen/Python-developer-roadmap","owner":"ErdemOzgen","description":"Roadmap for becoming Python developer.","archived":false,"fork":false,"pushed_at":"2022-08-06T11:25:21.000Z","size":2670,"stargazers_count":396,"open_issues_count":2,"forks_count":64,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-14T12:58:07.709Z","etag":null,"topics":["awesome-list","awesome-resources","desing-patterns","django","elasticsearch","flask","guidelines","interview","learning","logging","machine-learning","microservice","nosql","orm","python","python3","rest-api","roadmap","sql","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ErdemOzgen.png","metadata":{},"created_at":"2021-10-14T21:19:26.000Z","updated_at":"2026-03-12T23:11:17.000Z","dependencies_parsed_at":"2022-09-25T11:55:56.899Z","dependency_job_id":null,"html_url":"https://github.com/ErdemOzgen/Python-developer-roadmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ErdemOzgen/Python-developer-roadmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErdemOzgen%2FPython-developer-roadmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErdemOzgen%2FPython-developer-roadmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErdemOzgen%2FPython-developer-roadmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErdemOzgen%2FPython-developer-roadmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErdemOzgen","download_url":"https://codeload.github.com/ErdemOzgen/Python-developer-roadmap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErdemOzgen%2FPython-developer-roadmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31088830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-28T02:23:35.801Z","status":"ssl_error","status_checked_at":"2026-03-28T02:23:32.528Z","response_time":79,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"readme":"# Python Developer Roadmap\n\n\u003e Roadmap to becoming a [Python](https://www.python.org/) developer in 2022-2023:\nBelow you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a Python developer. I made this chart as a tip for everyone who asks me, \"*What should I learn next as a Python developer?*\"\n\n## Disclaimer\n\n\u003e The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hype and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hype and trendy does not always mean best suited for the job.\n\n\n## Give a Star! :star:\n\nIf you like or are using this project to learn or start your solution, please give it a star. Thanks!\n\n## Roadmap\n\n![Roadmap](./python-developer-roadmap.png)\n\n\n## TODO:\n* Add Microservices\n* Good to Know Libraries\n* Add API Clients\n* Add extra subtree for data process and data manipulation \n\n\n\n## Resources\n\n1. Prerequisites\n\n   - [Python](https://docs.python.org/3/tutorial/index.html)\n   - [Python Modules](https://docs.python.org/3/tutorial/modules.html)\n   - [SQL](https://www.w3schools.com/sql/default.asp)\n\n2. General Development Skills\n\n   - Learn GIT, create a few repositories on GitHub, share your code with other people\n   - Know HTTP(S) protocol, request methods (GET, POST, PUT, PATCH, DELETE, OPTIONS)\n   - Don't be afraid of using Google, [Power Searching with Google](http://www.powersearchingwithgoogle.com/)\n   - Read a few books about algorithms and data structures\n   - Learn about implementation of a basic Authentication\n   - Solid principles, architectural \u0026 design patterns, ecc\n   - Basics of software testing (unit, integration, e2e)\n\n3. CLI Tools\n   1. [google/python-fire](https://github.com/google/python-fire)\n   2. [click](https://click.palletsprojects.com/en/8.0.x/)\n\n4. Web Frameworks + Routers\n\n   1. [Flask](https://flask.palletsprojects.com/en/2.0.x/)\n   2. [Django](https://www.djangoproject.com/)\n\n\n5. Databases\n\n   1. Relational\n      1. [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-2017)\n      2. [PostgreSQL](https://www.postgresql.org/)\n      3. [MariaDB](https://mariadb.org/)\n      4. [MySQL](https://www.mysql.com/)\n     \n   2. Cloud Databases\n      - [CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db)\n      - [DynamoDB](https://aws.amazon.com/dynamodb/)\n   3. Search Engines\n      - [ElasticSearch](https://www.elastic.co/)\n      - [Solr](http://lucene.apache.org/solr/)\n      - [Sphinx](http://sphinxsearch.com/)\n   4. NoSQL\n      - [MongoDB](https://www.mongodb.com/)\n      - [Redis](https://redis.io/)\n      - [Apache Cassandra](http://cassandra.apache.org/)\n      - [RavenDB](https://github.com/ravendb/ravendb)\n      - [CouchDB](http://couchdb.apache.org/)\n\n6. ORMs\n\n   1. [Django ORM](https://docs.djangoproject.com/en/3.2/topics/db/queries/)\n   2. [SQLAlchemy](https://www.sqlalchemy.org/)\n   3. [Extra](https://www.fullstackpython.com/object-relational-mappers-orms.html)\n7. Caching\n\n   1. [Memcached](https://pypi.org/project/python-memcached/)\n   2. Distributed Cache\n      1. [Redis](https://github.com/redis/redis-py)\n      2. [Memcached](https://pypi.org/project/python-memcached/)\n\n8. Logging\n\n   1. Log Frameworks\n      - [Delgan/loguru](https://github.com/Delgan/loguru)\n      - [Coloredlogs](https://github.com/xolox/python-coloredlogs)\n      -\n   2. Log Management System\n      - [Sentry.io](http://sentry.io)\n      - [Loggly.com](https://loggly.com)\n   3. Distributed Tracing\n      - [Jaeger](https://www.jaegertracing.io/)\n\n9. Real-Time Communication\n   1. [SignalPy](https://pypi.org/project/SignalPy/)\n   2. [Socket.IO](https://python-socketio.readthedocs.io/en/latest/)\n\n10. API Clients\n\n    1. REST\n\n    2. [GraphQL](https://graphql.org/)\n\n\n11. Good to Know\n\n   1. Machine Learning\n      1. [NLTK](https://www.nltk.org/)\n      2. [TensorFlow](https://www.tensorflow.org/)\n      3. [Keras](https://keras.io/)\n      4. [PyTorch](https://pytorch.org/)\n      5. [Scikit-Learn](https://scikit-learn.org/)\n      6. [Pandas](https://pandas.pydata.org/)\n      7. [Numpy](https://numpy.org/)\n\n\n\n12. Testing\n\n    1. Unit, Behavior, Integration Testing\n       1. [Pytest-mock](https://pypi.org/project/pytest-mock/)\n       2. [Testify](https://github.com/stretchr/testify)\n       3. [Robot](https://robotframework.org/#/)\n       4. [Pytest](https://docs.pytest.org/en/6.2.x/)\n       5. [Doctest](https://docs.python.org/3/library/doctest.html)\n       6. [Pytest-bdd](https://docs.pytest.org/en/6.2.x/)\n       7. [Cucumber](https://cucumber.io/docs/installation/python/)\n       8. [Dockertest](https://github.com/ory/dockertest)\n    2. E2E Testing\n       - [Selenium](https://github.com/tebeka/selenium)\n       - [Endly](https://github.com/viant/endly)\n\n13. Task Scheduling\n\n    - [scedule](https://schedule.readthedocs.io/en/stable/)\n    - [Advanced Python Scheduler](https://apscheduler.readthedocs.io/en/3.x/)\n    \n14. MicroServices\n\n    1. Message-Broker\n       - [RabbitMQ](https://www.rabbitmq.com/tutorials/tutorial-one-go.html)\n       - [Apache Kafka](https://kafka.apache.org/)\n       - [ActiveMQ](https://github.com/apache/activemq)\n       - [Azure Service Bus](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview)\n    2. Building message-driven\n       -\n    3. Frameworks\n\n    4. RPC\n         \n15. [Python-Patterns](https://refactoring.guru/design-patterns)\n\n## Wrap Up\n\nIf you think the roadmap can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to star this repository to revisit.\n\nIdea from : [Go developer roadmap](https://github.com/Alikhll/golang-developer-roadmap)\n\n## Contribution\n\nThe roadmap is built using [Draw.io](https://www.draw.io/). Project file can be found at `python-developer-roadmap.xml` file. To modify it, open draw.io, click **Open Existing Diagram** and choose `xml` file with project. It will open the roadmap for you. Update it, upload and update the images in readme and create a PR (export as png with 400% zoom and minify that with [Compressor.io](https://compressor.io/compress)).\n\n- Open a pull request with improvements\n- Discuss ideas in issues\n- Spread the word\n","created_at":"2024-02-15T21:31:22.350Z","updated_at":"2026-04-11T23:00:39.975Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Resources","Wrap Up"],"sub_categories":[],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/erdemozgen%2Fpython-developer-roadmap/projects"}