Skip to content

pro1code1hack/Your-Journey-To-Fluent-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Your Journey to Fluent Python

👋 Welcome to the thrilling journey to Python fluency!

alt text

Note

Initially this repository was supposed to be a Senior Developer Roadmap and had to include not only Python but DB, AWS, Linux and BE Frameworks. That was not the best approach to do and cover everything at once, so I decided to focus only on Python and during the process this book has been created! I worked on it alone, almost 1.5 years, and hope that you will like it. In the future I have plans to colaborate with a major UK publisher to create the second version of this book. If you could provide any feedback, this would be extremely valuable. Attaching PDF version for free to improve your learning experience!

👤 Introduction

My name is Yehor, and I'm the CTO and co-founder of Swetrix, a privacy-focused analytics platform. Additionally, I hold a Software Engineer position at a company based in Oxford, United Kingdom 🇬🇧.

After years of studying programming, I've reached a solid level of proficiency, mainly through reading books and exploring different courses.

I've found that many books in the programming world lack practical relevance and don’t give the knowledge to actually build real software. They're informative but don’t have interactivity and engagement with a learner at all.

That's why I am excited to introduce a revolutionary approach to education and interaction with books.

This isn't just another book to read. It's a comprehensive guide that will walk you through every step of your learning journey, providing interactive experiences and personalised support along the way.

In order to interact with me, you have 2 options:

  1. Open a PR and submit your homework/questions, and I will review it on Github directly.
  2. Join the Discord server where you can submit your H/W for my personal review through tickets instead, ask general questions about the topic you are struggling with, and integrate into our Python society to excel your knowledge and skills together.

In case you have any questions or would like to contact me directly, just do it!

Email: [email protected]

💬 Support

Options Link
Buy a book on Amazon Amazon
Donate for businesses in Britain Coffee
Buy a subscription on Swetrix (best option) Swetrix
Put a star on this repo to show your support!
Share this book to your friends and colleagues! 📢

📕 Content

1.Introduction To Programming

2.Data Types Convertion And Basic Operations

3.Conditionals And Strings

4.Strings And Loops

5.Loops

6.Lists

7.Tuple

8.Set

9.Dict

10.Functions

11.Exceptions

12.Imports

13.Files

Intermediate

14.Functional Programming

15.Introduction To OOP

16.Intermediate OOP

17.SOLID

18.Logging

19.Testing

20.Iterators And Generators

21.Refactoring And Code Review

22.Documenting Python Code

23.Regular Expressions

24.Algorithms

Advanced

25.Advanced OOP

26.Context Managers

27.Concurrent And Parallel Programming

28.Threading

29.Multiprocessing

30.Asyncio