5 captures
09 Apr 2022 - 24 Dec 2025
Mar APR May
05
2024 2025 2026
success
fail

About this capture

COLLECTED BY

Collection: Save Page Now Outlinks

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20250405023806/https://github.com/topics/python-tutorial-notebook
 

Skip to content  

Navigation Menu

 






Sign in  












GitHub Copilot
 Write better code with AI  



GitHub Advanced Security
 Find and fix vulnerabilities  



Actions
 Automate any workflow  



Codespaces
 Instant dev environments  



Issues
 Plan and track work  



Code Review
 Manage code changes  



Discussions
 Collaborate outside of code  



Code Search
 Find more, search less  





Explore  

All features  

Documentation  

GitHub Skills  

Blog  









By company size  

Enterprises  

Small and medium teams  

Startups  

Nonprofits  



By use case  

DevSecOps  

DevOps  

CI/CD  

View all use cases  





By industry  

Healthcare  

Financial services  

Manufacturing  

Government  

View all industries  




View all solutions  






Topics  

AI

DevOps  

Security  

Software Development  

View all  





Explore  

Learning Pathways  

Events & Webinars  

Ebooks & Whitepapers  

Customer Stories  

Partners  

Executive Insights  













GitHub Sponsors
 Fund open source developers  







The ReadME Project
 GitHub community articles  



Repositories  

Topics  

Trending  

Collections  













Enterprise platform
 AI-powered developer platform  



Available add-ons  



GitHub Advanced Security
 Enterprise-grade security features  



Copilot for business
 Enterprise-grade AI features  



Premium Support
 Enterprise-grade 24/7 support  






Pricing
 



Search or jump to...  

Search code, repositories, users, issues, pull requests...




Clear

Search syntax tips 










Provide feedback  







We read every piece of feedback, and take your input very seriously.


 
 


Saved searches  

Use saved searches to filter your results more quickly

 






To see all available qualifiers, see our documentation.






 
 

Sign in  
Sign up    




You signed in with another tab or window. Reload to refresh your session.  You signed out in another tab or window. Reload to refresh your session.  You switched accounts on another tab or window. Reload to refresh your session.  Dismiss alert  







{{ message }}
 





Explore  Topics  Trending  Collections  Events  GitHub Sponsors  






#  

python-tutorial-notebook  



Star
 





Here are  21 public repositories  matching this topic...  


Language:  All  
Filter by language  

All  21 Jupyter Notebook  19 Python  2
Sort:  Most stars  
Sort options  

Most stars   Fewest stars   Most forks   Fewest forks   Recently updated   Least recently updated  



milaan9 /  01_Python_Introduction




Star  334
 




Code  

Issues  

Pull requests  




Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you wont face any difficulty understanding these tutorials.
 

python-tutorials jupyter-notebook type-conversion tutorial-exercises python4beginner python-jupyter-notebooks jupyter-tutorial python-variables python-keywords tutorial-github python-imports python-introduction python-tutorial-notebook python-tutor python-operators python4everybody python-tutorial-github python4datascience tutor-milaan9 namespace-scope 



Updated  Oct 26, 2023  

Jupyter Notebook  






milaan9 /  91_Python_Mini_Projects 




Star  312
 




Code  

Issues  

Pull requests  



python-tutorials webscraping mini-program mini-projects python4beginner mini-project miniprogram python-mini-projects python-games covid-19-india python-tutorial-notebook python-tutor python4everybody py-to-exe python-tutorial-github python4datascience ipython-to-pdf python-digital-clock js-in-python tutor-milaan9 



Updated  Sep 21, 2023  

Jupyter Notebook  






milaan9 /  07_Python_Advanced_Topics 




Star  299
 




Code  

Issues  

Pull requests  




You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
 

python-tutorials ipython-notebook python-decorators python4beginner generator-function python-generators property-decorators python-regex python-tutorial-notebook python-tutor args-kwargs-master python-iterators python4everybody python-tutorial-github python4datascience python-closure python-property python-advance-topics match-object tutor-milaan9 



Updated  Jan 24, 2024  

Jupyter Notebook  






milaan9 /  06_Python_Object_Class




Star  297
 




Code  

Issues  

Pull requests  




Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, youll learn the basics of object-oriented programming in Python.
 

ipython-notebook inheritance oop-principles polymorphism encapsulation python4beginner operator-overloading oop-examples oop-concepts oops-in-python classes-and-objects instance-methods python-tutorial-notebook python-tutor operatoroverloding instance-variables python4everybody python-tutorial-github python4datascience tutor-milaan9 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  90_Python_Examples 




Star  294
 




Code  

Issues  

Pull requests  




The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python. You are advised to take the references from these examples and try them on your own.
 

examples python-programming python-exercises python4beginner python-examples python-exercises-for-interview examples-python python-tutorial-notebook python-tutor python4everybody python-tutorial-github python4datascience tutor-milaan9 object-oriented-examples flow-control-examples python-functions-examples python-examples-github python-files-examples python-advance-examples python-basic-examples 



Updated  Nov 2, 2023  

Jupyter Notebook  






milaan9 /  Python_Decision_Tree_and_Random_Forest 




Star  261
 




Code  

Issues  

Pull requests  




I've demonstrated the working of the decision tree-based ID3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new sample. All the steps have been explained in detail with graphics for better understanding.
 

graphviz random-forest decision-tree decision-tree-classifier python4beginner decision-tree-algorithm id3-algorithm python-decisiontreeclassifier iris-classification cart-algorithm decision-tree-classification decision-tree-id3 python-tutorial-notebook python4everybody python-tutorial-github python4datascience python-decision-tree decision-tree-playgolf tutor-milaan9 dtreeviz 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  10_Python_Pandas_Module 




Star  242
 




Code  

Issues  

Pull requests  




Pandas is a high-level data manipulation tool developed by Wes McKinney. It is built on the Numpy package and its key data structure is called the DataFrame. DataFrames allow you to store and manipulate tabular data in rows of observations and columns of variables.
 

python-tutorials pandas-dataframe python4beginner pandas-tutorial python-pandas pandas-datareader pandas-python pandas-tricks-for-data-manipulation pandas-series pandas-excercises python-tutorial-notebook python-tutor python-tutorial-github python4datascience dataframe-from-dictionary dataframe-from-list dataframe-drop-columns dataframe-to-dictionary dataframe-drop-duplicates tutor-milaan9 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  02_Python_Datatypes 




Star  240
 




Code  

Issues  

Pull requests  




Data types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different types of Python data types along with their respective in-built functions and methods.
 

python-tutorials list-comprehension python-dictionary python-string-maupulation python-lists python-sets python-tuples list-comprehensions python-strings python-tutorial-notebook python-datatypes python-string-methods python4everybody python-tutorial-github python4datascience python-list-methods python-tuple-methods python-dictionary-methods python-sets-methods tutor-milaan9 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  09_Python_NumPy_Module




Star  238
 




Code  

Issues  

Pull requests  




Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. Besides its obvious scientific uses, Numpy can also be used as an efficient multi-dimensional container of generic data.
 

python-tutorials numpy ipython-notebook array-methods numpy-tutorial array-manipulations python4beginner numpy-exercises numpy-arrays array-indexing numpy-matrix python-tutorial-notebook python-tutor python4everybody python-tutorial-github python4datascience numpy-exercise-solutions array-math array-reorganizing tutor-milaan9 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  04_Python_Functions 




Star  234
 




Code  

Issues  

Pull requests  




The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.
 

anonymous-functions recursive-functions math-functions python-functions builtin-functions docstrings python4beginner built-in-functions random-module userdefined-functions python-tutorial-notebook python-tutor lamda-functions functions-python python4everybody python-tutorial-github python4datascience global-local-nonlocal functional-arguments tutor-milaan9 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  05_Python_Files 




Star  228
 




Code  

Issues  

Pull requests  




Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here 
 

python-tutorials ipython ipython-notebook file-handling exceptions exception-handling python4beginner file-input-output python-files pythontutorial python-tutorial-notebook python-tutor python4everybody python-tutorial-github python4datascience file-exception file-exception-handeling file-directory tutor-milaan9 userdefined-exceptions 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  08_Python_Date_Time_Module 




Star  227
 




Code  

Issues  

Pull requests  




Time is undoubtedly the most critical factor in every aspect of life. Therefore, it becomes very essential to record and track this component. In Python, date and time can be tracked through its built-in libraries. This article on Date and time in Python will help you understand how to find and modify the dates and time using the time and dateti
 

python-tutorials datetime ipython-notebook strftime current-date current-time python-tutorial python4beginner strptime timstamp python-tutorial-notebook python-tutor python-datetime time-module python4everybody python-tutorial-github python4datascience datetime-module python-sleep tutor-milaan9 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  11_Python_Matplotlib_Module 




Star  224
 




Code  

Issues  

Pull requests  




Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader SciPy stack. It was introduced by John Hunter in the year 2002. One of the greatest benefits of visualization is that it allows us visual access to 
 

python-tutorials ipython-notebook data-visualization data-analysis matplotlib python4beginner matplotlib-figures python-matplotlib matplotlib-tutorial matplotlib-heatmap matplotlib-pyplot matplotlib-python python-tutorial-notebook python-tutor python4everybody python-tutorial-github python4datascience matplotlib-examples matplotlib-exercises tutor-milaan9 



Updated  Dec 9, 2022  

Jupyter Notebook  






milaan9 /  03_Python_Flow_Control




Star  224
 




Code  

Issues  

Pull requests  




Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements
 

python-tutorials ipython-notebook jupyter-notebooks python4beginner control-statements for-loop while-loop if-elif-else if-statement nested-if-else-statements python-tutorial-notebook if-else-statements python4everybody nested-for-loops python-tutorial-github python4datascience python-flow-control nested-while-loops break-continue-pass tutor-milaan9 



Updated  Aug 26, 2023  

Jupyter Notebook  






milaan9 /  milaan9 




Star  196
 




Code  

Issues  

Pull requests  



github readme profile readme-badges profile-page readme-template python4beginner profile-template python-tutorial-notebook python-tutor profile-readme readme-card readme-profile readme-stats python4everybody python4datascience tutor-milaan9 template-readme 



Updated  Jan 3, 2025  

Python  






milaan9 /  92_Python_Games 




Star  193
 




Code  

Issues  

Pull requests  




This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
 

python-tutorials tic-tac-toe ipython-notebook game-2d python3 bulls-and-cows python4beginner board-games bulls-and-cows-solver python-games python-tutorial-notebook python4everybody python-tutorial-github python4datascience python-games-with-ai tic-tac-toe-with-ai bulls-and-cows-with-ai tutor-milaan9 games-with-ai 



Updated  Mar 6, 2024  

Jupyter Notebook  



AI_is_Math


YoniChechik /  AI_is_Math 




Star  52





Code  

Issues  

Pull requests  




AI is Math course repo. Check out the website at: www.AIisMath.com 


python opencv course computer-vision notebook tensorflow camera-calibration keras image-processing cnn neural-networks edge-detection convolutional-neural-networks sift features stereo-vision python-tutorial-notebook 



Updated  Jan 12, 2025  

Jupyter Notebook  



LeetCode


SamirPaulb /  LeetCode 




Star  49





Code  

Issues  

Pull requests  




LeetCode Solutions💡in Python3🐍 and C++
 

python tutorial leetcode cpp code tutorials project python3 problems leetcode-solutions problem-solving beginner python-tutorial hacktoberfest leetcode-python python-tutorial-notebook hacktoberfest-accepted 



Updated  Oct 14, 2023  

Python  






Pegah-Ardehkhani /  Python-Tutorial-Plus-Questions 




Star  3





Code  

Issues  

Pull requests  




A comprehensive Python tutorial repository that covers key programming concepts along with practical questions and examples
 

python data-science tutorial programming functions oop python3 python-programming learn-to-code data-structures exercises conditional-statements python-tutorial python-exercises tutorial-code tutorial-exercises object-oriented-programming oops-in-python python-tutorial-notebook python-questions 



Updated  Oct 4, 2024  

Jupyter Notebook  






adellegia /  watermelon 




Star  2





Code  

Issues  

Pull requests  




Document classification of Digital Markets Act public consultations using transfer learning with BERT
 

machine-learning deep-learning transfer-learning python-tutorial-notebook 



Updated  Dec 13, 2022  

Jupyter Notebook  







Improve this page  


Add a description, image, and links to the  python-tutorial-notebook  topic page so that developers can more easily learn about it.  

Curate this topic  


Add this topic to your repo  


To associate your repository with the  python-tutorial-notebook  topic, visit your repo's landing page and select "manage topics."  

Learn more  





Footer



© 2025 GitHub, Inc.  


Terms  

Privacy  

Security  

Status  

Docs  

Contact  






You cant perform that action at this time.