An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with python-tutorials

A curated list of projects in awesome lists tagged with python-tutorials .

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/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/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/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/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/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/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/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/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/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/forrestchang/python-tutorials-se01

「人人都能学会的 Python」线下教学第一期。

python python-tutorials

Last synced: 04 Mar 2025

https://github.com/enkiwang/python-tutorials

practical python tutorials --will be updated regularly

python-tutorials

Last synced: 17 Feb 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

blog python python-tutorials

Last synced: 26 Mar 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.

python-tutorials

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