Coder Social home page Coder Social logo

prodigiouspython / prodigiouspython Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 5.0 78.29 MB

Quest for the fun filled adventure of Python ❤

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

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

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 ❤️

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.