Projects in Awesome Lists tagged with python-tutorials
A curated list of projects in awesome lists tagged with python-tutorials .
https://github.com/codebasics/py
Repository to store sample python programs for python learning
jupyter jupyter-notebook jupyter-notebooks jupyter-tutorial numpy numpy-arrays numpy-tutorial pandas pandas-dataframe pandas-tutorial python python-pandas python-tutorial python-tutorials
Last synced: 13 May 2025
https://github.com/chiphuyen/python-is-cool
Cool Python features for machine learning that I used to be too afraid to use. Will be updated as I have more time / learn more.
advanced-python data-science machine-learning python-tutorials python3
Last synced: 04 Apr 2025
https://github.com/x4nth055/pythoncode-tutorials
The Python Code Tutorials
computer-vision ethical-hacking face-detection machine-learning natural-language-processing network-analysis network-programming network-security programming-tutorial python python-tutorials python3 scapy scapy-tutorials socket-programming text-classification tutorials web-scraping
Last synced: 12 May 2025
https://github.com/bangoc123/learn-machine-learning-in-two-months
Những kiến thức cần thiết để học tốt Machine Learning trong vòng 2 tháng. Essential Knowledge for learning Machine Learning in two months.
javascript jupyter-notebook machine-learning machine-learning-tutorials numpy python python-tutorials python3 tensorflow tensorflow-experiments tensorflow-tutorials
Last synced: 15 May 2025
https://github.com/areed1192/sigma_coding_youtube
This is a collection of all the code that can be found on my YouTube channel Sigma Coding.
data-science google-maps-api m-language mlanguage office-applications outlook-vba power-bi power-query powerpoint-vba python python-tutorials python-windows vba vba-excel win32 win32com word-vba yelp-fusion-api
Last synced: 08 Apr 2025
https://github.com/business-science/free-ai-tips
Free AI-Tips is a FREE Newsletter provided by Business Science. It comes with bite-sized Python AI for Business tutorials every week. Sign up here:
ai ai-tutorial business-analytics generative-ai llm llms python python-tutorial python-tutorials tutorials
Last synced: 16 May 2025
https://github.com/milaan9/01_python_introduction
Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.
jupyter-notebook jupyter-tutorial namespace-scope python-imports python-introduction python-jupyter-notebooks python-keywords python-operators python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python-variables python4beginner python4datascience python4everybody tutor-milaan9 tutorial-exercises tutorial-github type-conversion
Last synced: 05 Apr 2025
https://github.com/milaan9/91_python_mini_projects
covid-19-india ipython-to-pdf js-in-python mini-program mini-project mini-projects miniprogram py-to-exe python-digital-clock python-games python-mini-projects python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody tutor-milaan9 webscraping
Last synced: 05 Apr 2025
https://github.com/milaan9/07_python_advanced_topics
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
args-kwargs-master generator-function ipython-notebook match-object property-decorators python-advance-topics python-closure python-decorators python-generators python-iterators python-property python-regex python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody tutor-milaan9
Last synced: 05 Apr 2025
https://github.com/jassics/python-for-cybersecurity
Python for cybersecurity with the basic concepts, easy to understand code examples, lab exercises, real-world examples, different security scripts covering web security, network security, defensive security, crypto examples, exploits etc...
python python-examples python-for-beginners python-for-everyone python-practice python-programming python-projects python-scripts python-security python-tutorials python3
Last synced: 16 May 2025
https://github.com/milaan9/10_python_pandas_module
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.
dataframe-drop-columns dataframe-drop-duplicates dataframe-from-dictionary dataframe-from-list dataframe-to-dictionary pandas-dataframe pandas-datareader pandas-excercises pandas-python pandas-series pandas-tricks-for-data-manipulation pandas-tutorial python-pandas python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience tutor-milaan9
Last synced: 06 Apr 2025
https://github.com/milaan9/02_python_datatypes
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.
list-comprehension list-comprehensions python-datatypes python-dictionary python-dictionary-methods python-list-methods python-lists python-sets python-sets-methods python-string-maupulation python-string-methods python-strings python-tuple-methods python-tuples python-tutorial-github python-tutorial-notebook python-tutorials python4datascience python4everybody tutor-milaan9
Last synced: 06 Apr 2025
https://github.com/milaan9/09_python_numpy_module
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.
array-indexing array-manipulations array-math array-methods array-reorganizing ipython-notebook numpy numpy-arrays numpy-exercise-solutions numpy-exercises numpy-matrix numpy-tutorial python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody tutor-milaan9
Last synced: 06 Apr 2025
https://github.com/milaan9/05_python_files
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 is also easy and short. Python treats files differently as text or binary and this is important.
exception-handling exceptions file-directory file-exception file-exception-handeling file-handling file-input-output ipython ipython-notebook python-files python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody pythontutorial tutor-milaan9 userdefined-exceptions
Last synced: 06 Apr 2025
https://github.com/milaan9/08_python_date_time_module
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 datetime modules.
current-date current-time datetime datetime-module ipython-notebook python-datetime python-sleep python-tutor python-tutorial python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody strftime strptime time-module timstamp tutor-milaan9
Last synced: 06 Apr 2025
https://github.com/milaan9/03_python_flow_control
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
break-continue-pass control-statements for-loop if-elif-else if-else-statements if-statement ipython-notebook jupyter-notebooks nested-for-loops nested-if-else-statements nested-while-loops python-flow-control python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody tutor-milaan9 while-loop
Last synced: 06 Apr 2025
https://github.com/milaan9/11_python_matplotlib_module
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 huge amounts of data in easily digestible visuals. Matplotlib consists of several plots like line, bar, scatter, histogram, etc
data-analysis data-visualization ipython-notebook matplotlib matplotlib-examples matplotlib-exercises matplotlib-figures matplotlib-heatmap matplotlib-pyplot matplotlib-python matplotlib-tutorial python-matplotlib python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody tutor-milaan9
Last synced: 06 Apr 2025
https://github.com/milaan9/92_python_games
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.
board-games bulls-and-cows bulls-and-cows-solver bulls-and-cows-with-ai game-2d games-with-ai ipython-notebook python-games python-games-with-ai python-tutorial-github python-tutorial-notebook python-tutorials python3 python4beginner python4datascience python4everybody tic-tac-toe tic-tac-toe-with-ai tutor-milaan9
Last synced: 06 Apr 2025
https://github.com/geoschem/geoschem-python-tutorial
Python/xarray tutorial for GEOS-Chem users
jupyter-notebook matplotlib python python-environment python-tutorials xarray
Last synced: 27 Apr 2025
https://github.com/avinashn/programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
algorithms-datastructures database datatypes dictionary lists-python python python-3-4 python-console python-gui python-tk python-tkinter python-tutorials searching-algorithms sets sorting-algorithms tkinter tuples
Last synced: 12 Apr 2025
https://github.com/yaph/ipython-notebooks
A collection of Jupyter notebooks exploring different datasets.
data-analysis data-exploration data-visualization jupyter-notebook mapping matplotlib pandas python python-tutorials tutorials
Last synced: 03 Jan 2025
https://github.com/leriomaggio/python-data-science
Lecture notes and materials for Python Data Science course
data-science jupyter-notebooks machine-learning materials python-tutorials
Last synced: 25 Mar 2025
https://github.com/jassics/cybercloudlearning
Repo for Cybercloud Tutorials hosted at cybercloud.guru
aws aws-security cloud-computing cloudsecurity cybersecurity devops devsecops docker gcp gcp-security iac-terraform kubernetes linux-commands mkdocs pulumi python-tutorials terraform tutorials
Last synced: 27 Apr 2025
https://github.com/pymike00/youtube-tutorials--international
:computer: Source Code for the Programming Tutorials of my International YouTube Channel
learning-python python python-learning python-tutorial python-tutorials python3
Last synced: 01 Jan 2025
https://github.com/codewithmuh/python-tutorial-for-beginners
This Python tutorial for beginners shows how to get started with Python quickly.
programming programming-language python python-course python-courses python-developer python-tutorial python-tutorials python3 youtube
Last synced: 07 May 2025
https://github.com/thewickedkarma/python-tutorial
Clear your python Basics here.
learn-python learn-python-fast learn-python-fundamentals learn-python-the-hard-way learn-python3-the-hard-way python-3-5 python-classes python-demo python-programming python-scripts python-tutorial python-tutorial-github python-tutorials python2 python3
Last synced: 13 May 2025
https://github.com/volkansah/python-xpath-tutorial
XPath is a query language used for selecting nodes in an XML or HTML document. Python supports XPath queries through various libraries such as BeautifulSoup, lxml, and more. In this tutorial, we will use BeautifulSoup to demonstrate how XPath works with Python.
beautifulsoup html python python-3 python-script python-tutorial python-tutorials python3 scraping tutorial tutorials xml xpath
Last synced: 29 Mar 2025
https://github.com/rampal-punia/python-tutorials
A complete walk through tutorial of Python basics and fundamental. Learn python data-types, conditions, loops, functions classes and other built-in functions and methods.
lambda learning-by-doing learning-python listcomprehensions python python-tutor python-tutorial python-tutorials python3
Last synced: 11 Mar 2025
https://github.com/yjg30737/python-file-shuffle
Shuffle files' name with Python
file-shuffle files-shuffle python python-example python-examples python-file python-file-shuffle python-files python-files-shuffle python-shuffle python-tutorial python-tutorials python3 python37
Last synced: 19 Feb 2025
https://github.com/ayusharyan143/zara-project--alexa-
A personal assistant application named Alexa that performs various tasks through voice commands. Features include weather updates, web searches, news headlines, Wikipedia summaries, jokes, and more. Easily customizable and extendable with new functionalities.
ai-assistant ai-projects alexa artificial-intelligence artificial-intelligence-projects automation chatbot chatgpt chatgpt-python machine-learning personal-assistant pycharm python python-projects python-scripts python-tutorials smart-assistant text-to-speech trending-repositories voice-commands
Last synced: 10 Apr 2025
https://github.com/gopalanand333/python-basics
Leaning python essentials
open-source python python-script python-tutorials pyton3
Last synced: 18 Feb 2025
https://github.com/alexmhack/python_intermediate
using intermediate level python for solving simple and complex tasks
advanced-programming intermediate-code python-tutorials python3 tutorial tutorial-series
Last synced: 05 Mar 2025
https://github.com/balasasidhar/my-sourcecode-hub
This repo contains a collection of examples on basics to advanced concepts of programming.
c c-language c-languages c-programming c-tutorials csharp java java-example java-tutorials javascript javascript-examples javascript-tutorial python python-examples python-tutorials
Last synced: 21 Mar 2025
https://github.com/forrestchang/python-tutorials-se01
「人人都能学会的 Python」线下教学第一期。
Last synced: 04 Mar 2025
https://github.com/enkiwang/python-tutorials
practical python tutorials --will be updated regularly
Last synced: 17 Feb 2025
https://github.com/zhanziyuan/pyutilities
Useful functions and classes in Python programming.
automation computational-chemistry computational-science data-science python python-tutorials scientific-computing
Last synced: 25 Feb 2025
https://github.com/tayyabmughal676/hellopython
Python Calculator
developer freecodecamp python python-beginners python-calculator python-tutorials tutorial
Last synced: 23 Mar 2025
https://github.com/zhanziyuan/knowledgebase
Notes for computer science and computational chemistry.
linux-tutorials notebook notes python-notebooks python-tutorials tutorials
Last synced: 25 Feb 2025
https://github.com/mwichmann/pyblog
Musings on writing more efficient Python
Last synced: 26 Mar 2025
https://github.com/juzershakir/python-programs
My Python Workspace.
beginners-guide python python-3-6 python-practice python-programming python-tutorials
Last synced: 07 Feb 2025
https://github.com/kents00/python-beginners-guide
If you are an absolute beginner in Programming, you'll find that this repo explains complex concepts in an easy to understand manner.
Last synced: 29 Mar 2025
https://github.com/kasraskari/learn-python-codes
A beginner-friendly repository to learn Python programming through structured examples and scripts, covering topics from basics to advanced concepts.
jupyter-notebook matplotlib matplotlib-tutorial numpy numpy-tutorial pandas pandas-tutorial python python-learning python-tutorial python-tutorials scipy scipy-tutorial tutorials
Last synced: 23 Feb 2025
https://github.com/ashutoshswamy/python-basics-guide
This repo consists all the basic concepts of Python.
python python-basics python-basics-for-beginners python-script python-tutorial python-tutorials python3 python3-tutorial
Last synced: 20 Mar 2025