Coder Social home page Coder Social logo

prodigiouspython / prodigiouspython Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 5.0 78.29 MB

Quest for the fun filled adventure of Python ❤

Home Page: https://prodigiouspython.github.io/ProdigiousPython

Jupyter Notebook 97.18% Python 0.14% TeX 2.22% Dockerfile 0.46%
learning-python python python-cookbook python-course python-exercises python3 pythonbook

prodigiouspython's Introduction

Prodigious Python

Prodigious Python cover

🚀 Homepage

📖 PDF

Welcome to Prodigious Python 🐍

Idea of Prodigious Python is to be different from the traditional books.

We wanted Prodigious Python to be:

  • Fun 🎉
  • Executable 🤖
  • Publishable via static web pages and PDF ⚙️

Development setup

First things first, We need to clone our repo

git clone https://github.com/ProdigiousPython/ProdigiousPython.git

We use Poetry for the dependency mangement.

Let's install the packages required using the below command:

poetry install

To run the jupyter-lab:

poetry run jupyter-lab

To convert the notebooks to html

poetry run jb build .

To convert the notebooks to pdf

poetry run jb build --builder=pdfhtml .

The generated files would be present in _build folder.

TOC

1. Introduction to Python
  1. Getting Started with Python language
  2. Creating Variables and assigning values
  3. Keywords and Variable Naming
  4. Datatypes
  5. Collection Types
  6. IDEs for Python
  7. User Input
  8. Builtins
  9. Modules
  10. String Representation of Objects
  11. Installing Packages
  12. Help Utility
2. Indentation
  1. Indentation
3. Comments and DocStrings
  1. Comments and Docstrings
4. Functions
  1. Functions
  2. Positional Arguments
  3. Unnamed Positional Arguments
  4. Keyword only Arguments
  5. Keyword Arguments
  6. Default Arguments
  7. TLDR about Function Arguments
  8. Lambda Functions
5. Operators
  1. Mathematical Operators
  2. Boolean Operators
  3. Comparison Operators
6. Conditionals
  1. Conditionals
7. Loops
  1. Loops
8. Classes
  1. Classes
  2. Class Attributes
  3. Class Static Methods

Made with ❤️

prodigiouspython's People

Contributors

dependabot[bot] avatar naveenkumarreddy8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

prodigiouspython's Issues

Update the README.md

Is your feature request related to a problem? Please describe.
Update the readme

Describe the solution you'd like
updated readme to be present

Dockerize repository

Is your feature request related to a problem? Please describe.
Dockerize repository

Describe the solution you'd like
Dockerize repository

Upcoming TOC

Function attributes
Fix bytes whether ASCII or UTF-8

Class attributes
Class Methods, Static Methods
OOPS
Class special/magic methods
Slotted classes, assigning new attributes to builtin classes(raises error due to slotted classes)
Properties, setter, getter

List comprehensions, set comprehensions(generator functions), leaking of variables during list comprehension

Generators
Coroutines

Exceptions
ExceptionGroup

Scope LEGB
Deepdive into functions
Builtin functions
Keywords

Context manager

Built-in datastructures deep dive:
string: escape characters, formatting

Enum
Dataclasses

Multithreding
GIL
Multiprocessing
File operations

Logging

Zen of Python
PEP-8

new features: typing/type hints, walrus, match-case, dictionary merging "|"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.