Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
docs no message Apr 29, 2018
files dive into python - chapter 2 as pdf Aug 26, 2017
site no message Apr 29, 2018
.gitattributes Create .gitattributes Aug 10, 2017
README.md publish pages about scopes and namespaces Nov 23, 2017
just.py Add files via upload Aug 10, 2017
mkdocs.yml no message Apr 29, 2018

README.md

python_synopsis_repo_poster Welcome to Python Synopsis!

Python Study Guide

In this repository I want to share resources, that helped me understand python programing language deeply. It was not easy to find appropriate books, articles, answers from Stackoverflow, online courses, videos from py conferences and etc.

So, after all I decided to share top resources for everyone about each topic, that you need to know about python, if you want to be senior python Software Engineer.

Of course, it needs plenty of time to organize best resources based on the topics and it's hard for me to do it every day, but I want to do min 1 chapter each week and now I think, that there will be more than 30-40 chapters.

So, You can start study from here:
Python Synopsis - https://ent1c3d.github.io/Python-Synopsis/site/

Bibliography

  • Books :
    • How To Code in Python 3 by Lisa Tagliaferri
    • Dive into Python 3 by Mark Pilgrim
    • Learning Python, Fourth Edition by Mark Lutz
    • Think Python by Allen B. Downey
    • Learn Python The Hard Way by Zed A. Shaw
    • Python In A Nutshell, Second Edition by Alex Martelli
    • Bioinformatics Programming Using Python by Mitchell L Model
    • Python 3 Object-oriented Programming, Second Edition by Dusty Phillips
  • Sites:
  • Articles :
    • Assignment statements in Python are more interesting than you might think by Dibya Chakravorty
    • Understanding Python variables and Memory Management by Sreejith Kesavan
    • Quick Tip: What Is a Metaclass in Python? by Abder-Rahman Ali
    • Understanding Python metaclasses by Ionel Cristian Mărieș
    • **How Exactly Do Context Managers Work?**by Evan Dempsey