Found 100 results for "tag:python"
-
10 Python Concepts You NEED To Know in 2025
https://www.youtube.com/watch?v=Rkzbhmy9MMY
Checkout this FREE resource on "How To Land a Developer Role in the World of AI" made by myself, in collaboration with HubSpot: https://clickhubspot.com/acd8...
-
10. Understanding Program Efficiency, Part 1
https://www.youtube.com/playlist?list=PLUl4u3cNGP63WbdFxL8giv4yhgdMGaZNA
MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: http://ocw.mit.edu/6-0001F16 Instructor: Prof. Eric Grimson In this lecture, Prof. Grimson introduces algorithmic complexity, a rough measure of the efficiency of a program. He then discusses Big "Oh" notation and different complexity classes. License: Creative Commons BY-NC-SA More information at http://ocw.mit.edu/terms More courses at http://ocw.mit.edu
-
100 Days of Code - The Complete Python Course
https://replit.com/learn/100-days-of-python
Build and deploy software collaboratively with the power of AI without spending a second on setup.
-
101 Python Automation Scripts: Streamlining Tasks and Boosting Productivity
https://scribe.rip/python.plainenglish.io/a-comprehensive-guide-to-python-automation-streamlining-tasks-and-boosting-productivity-fad00c5b62c5
-
7 Must-Know Python Tips for Coding Interviews - KDnuggets
https://www.kdnuggets.com/2023/03/7-mustknow-python-tips-coding-interviews.html
Preparing for your next Python coding interview? Here’s a list of useful tips that’ll come in handy and help you write Pythonic code.
-
9 Free Harvard Courses to Learn Data Science - KDnuggets
https://www.kdnuggets.com/2022/05/9-free-harvard-courses-learn-data-science-2022.html
Learn Python programming, statistics, and machine learning online from one of the world’s top universities.
-
A Web Scraper That Sucks Even Less!
https://www.adventuresintechland.com/a-web-scraper-that-sucks-even-less/
I recently wrote a post about using BeautifulSoup and urllib2 to scrape html off webpages and parse it into useful text. The only issue was it was easy to get banned with. This modification to the code does not make you ban proof, and the same warning applies. from bs4
-
A better way to get your team using Python | Robin Lord - Marketer, Speaker, Writer
https://www.therobinlord.com/distributing-google-colab-scripts-to-your-team/#more-1002
How you can help a team of non-programmers get the most of simple Python automations. Using Google Colab and either Github or even Dropbox.
-
About this course - Python Programming MOOC 2024
https://programming-24.mooc.fi/
Learn the basics of programming with the Python programming language. The focus of the course is on programming, and you will learn how to write programs and understand how they work. For example, the basics of algorithms, control structures, subprograms, object-oriented programming are covered. The course is suitable to anyone who wants to learn programming. No prior programming experience is required.
-
Amphi | Micro ETL
https://amphi.ai/?utm_source=hackernewsletter&utm_medium=email&utm_term=data
Amphi is a Python-based Micro ETL
-
Blog
https://pythontest.com/blog/
blog
-
Broken-Link-Crawler/deadseeker.py at master · healeycodes/Broken-Link-Crawler
https://github.com/healeycodes/Broken-Link-Crawler/blob/master/deadseeker.py
:robot: Python bot that crawls your website looking for dead stuff
-
Clean Architectures in Python
https://leanpub.com/clean-architectures-in-python
What is a good software architecture? Why should we bother structuring the code and spending time testing it? If you like spending hours debugging your programs or staying late at the office to recover from a buggy deploy in production this book is definitely NOT for you!
-
CodeBreakthrough
https://www.codebreakthrough.com/
I'm Caleb Curry! I've taught millions to code through Udemy (200K+ students) and YouTube (450K+ subs). I've covered C++, Python, JavaScript, machine learning, databases, and much more! Achievements unlocked: Bachelor's degree in CS Collaborated with top publishers (O'Reilly) Have worked with leading tech companies (IBM, Oracle, MongoDB...) International speaker for conferences and universities Created the most engaging course on the internet (let me prove it 😉)
-
Courses
https://www.deeplearning.ai/courses/
Discover the best courses to build a career in AI | By Andrew Ng | Whether you’re a beginner or an experienced practitioner our world-class curriculum and unique teaching methodology will guide you through every stage of your AI journey.
-
Crawlee for Python · Fast, reliable crawlers.
https://crawlee.dev/python/?utm_source=hackernewsletter&utm_medium=email&utm_term=show_hn
Crawlee helps you build and maintain your Python crawlers. It's open source and modern, with type hints for Python to help you catch bugs early.
-
Decorators - Advanced Python 13 - Python Engineer
https://www.python-engineer.com/courses/advancedpython/13-decorators/
A decorator is a function that takes another function and extends the behavior of this function without explicitly modifying it.
-
Deploy app servers close to your users · Fly
https://fly.io/
-
Dev Tools AI | Your E2E Automation Assistant
https://www.dev-tools.ai/
Write tests fast. head /
-
Dicklesworthstone/sqlalchemy_data_model_visualizer: Automatically turn your SQLalchemy Data Models into a Nice SVG Diagram
https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer?utm_source=hackernewsletter&utm_medium=email&utm_term=data
Automatically turn your SQLalchemy Data Models into a Nice SVG Diagram - Dicklesworthstone/sqlalchemy_data_model_visualizer: Automatically turn your SQLalchemy Data Models into a Nice SVG Diagram
-
Excel automation and Python code generation AI assistant | Pyoneer
https://pyoneer.ai/
Pyoneer AI automatically converts Excel files to Python code. Automate your Excel workbooks using Pyoneer AI in minutes.
-
Exercism
https://exercism.org/
Learn, practice and get world-class mentoring in over 50 languages. 100% free.
-
Free Posts, Newsletters, Guides, & Tutorials | Zero To Mastery
https://zerotomastery.io/blog/?tag=PM#monthly
Home of the best monthly newsletters for developers & tech professionals + free posts, guides, & tutorials to sharpen your skills and level-up your career.
-
Getting Started with ReactPy - KDnuggets
https://www.kdnuggets.com/2023/06/getting-started-reactpy.html
A Beginners Guide to Building Web Applications without JavaScript.
-
Getting started with Python using Conda
https://www.yanboyang.com/conda/
Introduction This post document is about using Conda to management Python and R language packages (libraries/dependencies), as well as virtual environment. Conda is an open source package management system and environment management system. Conda can quickly installs, runs and updates packages and their dependencies. Conda easily creates, saves, loads and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language.
-
GitHub - dabeaz-course/python-mastery: Advanced Python Mastery (course by @dabeaz)
https://github.com/dabeaz-course/python-mastery?utm_source=unknownews
Advanced Python Mastery (course by @dabeaz). Contribute to dabeaz-course/python-mastery development by creating an account on GitHub.
-
GitHub - vanna-ai/vanna: 🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://github.com/vanna-ai/vanna
🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄. - GitHub - vanna-ai/vanna: 🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
-
Handling exceptions in Python like a PRO 🐍 💣
https://guicommits.com/handling-exceptions-in-python-like-a-pro/
In this post, I show you a real-life example of how to create, handle and log exceptions effectively in Python....
-
How I Set up Multiple Python Versions with pyenv on Linux
https://miguendes.hashnode.dev/how-i-set-up-my-python-workspace
In this tutorial, I’ll show you what I do to have multiple Python versions using pyenv and how to configure pipenv and poetry on top of it.
-
How to Perform Unit Testing in Python? - KDnuggets
https://www.kdnuggets.com/2023/01/perform-unit-testing-python.html
Unit testing is an important part of the software development life cycle as it helps to ensure that code is correct and working as intended. This article aims to introduce the concept of unit testing in Python and provide a basic tutorial on how to write and run unit tests…
-
How to manage Python projects with Pipenv
https://www.infoworld.com/article/3561758/how-to-manage-python-projects-with-pipenv.html?utm_source=hs_email&utm_medium=email
Have your Python projects become a rat’s nest? Pipenv provides a clean and easy way to manage virtual environments and packages together.
-
How to use yield in Python
https://guicommits.com/python-yield-examples/
Learn what Python yield does by running the commands right in this article! Learn what is generators and when to use them effectively....
-
I Learned Machine Learning in a Weekend - Guy Torbet
https://torbet.co/articles/Weekend-Machine-Learning
A portfolio of Guy Torbet. Updating the progress of projects and summarising key information from what I read online - hopefully providing value.
-
Install (and uninstall) ANY Python version on Linux
https://www.youtube.com/watch?v=S4HfueSI-ow
On Linux, the hardest part of using Python is really in the installation. Sure, you can use the repos, but they tend to be out of date, and you're desperate to get the newest features *now*. Enter: Bash scripting. Oh yeah. The repo with the scripts: https://github.com/parafoxia/python-scripts — If you enjoy my content, consider supporting me on Patreon (or hit the JOIN button below to become a member)! https://patreon.carberra.xyz If you need help with anything, feel free to join the Discord server: https://discord.carberra.xyz I get a lot of people asking, so here's my Visual Studio Code setup! https://youtu.be/Kk5h6Yxflmw — If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so. #python #coding #howto
-
Introduction to Python Virtual Environments and Dependency Managers
https://www.yanboyang.com/pythonvirtualenvironments/
Introduction Virtual environments. What are they and what are they used for? This article will be a beginner’s guide to virtual environments and dependency managers in Python. We will also look at five of the most used dependency managers in Python. A virtual environment is an isolated Python environment where a project’s dependencies are installed in a different directory from those installed in the system’s default Python path and other virtual environments.
-
Learn to become a modern Python developer
https://roadmap.sh/python
Community driven, articles, resources, guides, interview questions, quizzes for python development. Learn to become a modern Python developer by following the steps, skills, resources and guides listed in this roadmap.
-
Learning Python in Four Weeks: A Roadmap - KDnuggets
https://www.kdnuggets.com/2023/02/learning-python-four-weeks-roadmap.html
Here is a roadmap for learning Python in four weeks, a combination of curated resources and ChatGPT prompts to master the language.
-
Lecture Videos | Introduction to Computer Science and Programming in Python | Electrical Engineering and Computer Science | MIT OpenCourseWare
https://ocw.mit.edu/courses/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/video_galleries/lecture-videos/
This section includes videos of all the lectures delivered in the class.
-
Legally Free Python Books List
https://www.pythonkitchen.com/legally-free-python-books-list/?utm_source=unknownews
Educating programmers about interesting, crucial topics. Articles are intended to break down tough subjects, while being friendly to beginners
-
Lists - Advanced Python 01 - Python Engineer
https://www.python-engineer.com/courses/advancedpython/01-lists/
List is a collection data type which is ordered and mutable. Unlike Sets, Lists allow duplicate elements.
-
Logging in Python like a PRO 🐍🌴
https://guicommits.com/how-to-log-in-python-like-a-pro/
I'll show you what good logging is with real-life examples. Most people don't know what to log, so they end up creating just noise....
-
Logicboard: Online Collaborative Code Editor/Executor
https://logicboard.com/demo?utm_source=hackernewsletter&utm_medium=email&utm_term=show_hn
Centralized interviewing tool for your engineering team. Collaborative Code Editor, Integrated Video Calling and Chat
-
Make your own Tower Defense Game with PyGame
https://www.inspiredpython.com/course/create-tower-defense-game/make-your-own-tower-defense-game-with-pygame
Learn how to make games in Python with PyGame by writing a Tower Defense Game from scratch. You’ll learn sprite handling, movement, kinematics, collision detection, path finding and much more!
-
Managing Environments with Miniconda
https://www.chrisatmachine.com/blog/category/python/02-How-to%20use-miniconda
Christian Chiarulli's website
-
Modern Python Projects - [Talk Python Training]
https://training.talkpython.fm/courses/details/modern-python-projects
Best online Python courses from a trusted source from the folks who bring you the Talk Python To Me podcast.
-
My Own Python Web Framework — Andrew Healey
https://healeycodes.com/my-own-python-web-framework
Using Vercel's Build Output API to explore some framework ideas.
-
Organize Python code like a PRO 🐍📦
https://guicommits.com/organize-python-code-like-a-pro/
For every minute spent in organizing, an hour is earned. by Benjamin FranklinPython is different from languages like C# or Java where they enforce you to have classes named after the file they live in. So far Python is one of the most flexible languages I had contact with and...
-
Potential Python Interview Questions | Zero To Mastery
https://zerotomastery.io/blog/potential-python-interview-questions/
Are you taking a coding interview with Python? On rare occasions, you may be asked broad language questions before the technical interview: Here's 25 of them.
-
Problem Solving with Algorithms and Data Structures using Python — Problem Solving with Algorithms and Data Structures 3rd edition
https://runestone.academy/ns/books/published/pythonds3/index.html
An interactive version of Problem Solving with Algorithms and Data Structures using Python.
-
ProgrammingExpert | Become A Software Engineer
https://www.programmingexpert.io/product
An unrivaled platform to learn to code. Master essential programming concepts, practice your newfound coding skills, and become a Software Engineer with ProgrammingExpert.
-
PyFlo
https://pyflo.net/
-
PyMuPDF 1.23.26 documentation
https://pymupdf.readthedocs.io/en/latest/index.html
PyMuPDF is a high-performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
-
PySheets - Spreadsheet UI for Python
https://pysheets.app/
-
PyVibe: Easily create styled web pages with Python
https://www.pyvibe.com/
-
PyVideo.org
https://pyvideo.org/
-
Pynecone: The easiest way to build web apps.
https://pynecone.io/
Write web apps in pure Python. Deploy in minutes.
-
Python & JavaScript Libraries · Ollama Blog
https://ollama.ai/blog/python-javascript-libraries?utm_source=hackernewsletter&utm_medium=email&utm_term=code
The initial versions of the Ollama Python and JavaScript libraries are now available, making it easy to integrate your Python or JavaScript, or Typescript app with Ollama in a few lines of code. Both libraries include all the features of the Ollama REST API, are familiar in design, and compatible with new and previous versions of Ollama.
-
Python Cheat Sheet & Quick Reference
https://quickref.me/python
The Python cheat sheet is a one-page reference sheet for the Python 3 programming language.
-
Python Django Full Course for Beginners | Complete All-in-One Tutorial | 3 Hours
https://www.youtube.com/watch?v=Rp5vd34d-z4
Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmapThis Python Django Full Course for Beginners is an all-in-one beginner tutorial an...
-
Python Essentials for AI Agents – Tutorial
https://www.youtube.com/watch?v=UsfpzxZNsPo
This Python course will help you master the technical stack behind autonomous intelligence. This course is designed to take you from the core syntax of Pytho...
-
Python Resources for Everybody
https://learnbyexample.github.io/py_resources/
Curated list of learning resources for all sorts of Python usage
-
Python Tools for Managing Virtual Environments
https://dev.to/bowmanjd/python-tools-for-managing-virtual-environments-3bko
A Python virtual environment is "a self-contained directory tree that contains a Python installation...
-
Python deque tutorial
https://mathspp.com/blog/python-deque-tutorial
This tutorial teaches how to work with the Python data structure collections.deque and provides 7 example use cases.
-
Python for AI Developers
https://www.youtube.com/playlist?list=PLcWfeUsAys2lpJzESyeRUVvJlU6ycjr-b
Udostępniaj filmy znajomym, rodzinie i całemu światu
-
Python list implementation – Laurent Luce's Blog
http://www.laurentluce.com/posts/python-list-implementation/
-
Python pathlib Cookbook: 57+ Examples to Master It (2022)
https://miguendes.me/python-pathlib
A mega tutorial to learn by example the idiomatic way to work with paths in Python 3 using the pathlib module.
-
Python – Laurent Luce's Blog
http://www.laurentluce.com/posts/tag/python/
-
Python: Just write SQL
https://joaodlf.com/python-just-write-sql?utm_source=hackernewsletter&utm_medium=email&utm_term=code
-
R Shiny for Python is here, Finally!
https://scribe.rip/medium.com/geekculture/r-shiny-for-python-is-here-finally-dfcd8cb75856
-
ReactPy
https://reactpy.dev/docs/index.html
This documentation is still under construction 🚧. We welcome your feedback! ReactPy is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from componen...
-
Running Python on Docker
https://earthly.dev/blog/python-docker/
-
Software Design by Example
https://third-bit.com/sdxpy/
-
TUI-apps/PyRegexExercises at main · learnbyexample/TUI-apps · GitHub
https://github.com/learnbyexample/TUI-apps/tree/main/PyRegexExercises
Terminal User Interface (TUI) apps. Contribute to learnbyexample/TUI-apps development by creating an account on GitHub.
-
TUI-apps/PyRegexPlayground at main · learnbyexample/TUI-apps · GitHub
https://github.com/learnbyexample/TUI-apps/tree/main/PyRegexPlayground
Terminal User Interface (TUI) apps. Contribute to learnbyexample/TUI-apps development by creating an account on GitHub.
-
Table of Contents - The Python Coding Book - Learn to Code
https://thepythoncodingbook.com/book-outline/
Learn to code in Python using The Python Coding Book. View the Python book table of contents of the book here, and join the community
-
Tanmoy741127/lumi: Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
https://github.com/Tanmoy741127/lumi?utm_source=unknownews
Lumi is an nano framework to convert your python functions into a REST API without any extra headache. - Tanmoy741127/lumi: Lumi is an nano framework to convert your python functions into a REST AP...
-
The Algorithms
https://the-algorithms.com/
Open Source resource for learning Data Structures & Algorithms and their implementation in any Programming Language
-
The Python Coding Book | Stephen Gruppetta
https://thepythoncodingbook.com/
If you want to learn Python coding in a relaxed and friendly way and you're looking for a place to start, you're in the right place. You can also join our support forum.
-
The ultimate introduction to modern GUIs in Python [ with tkinter ]
https://www.youtube.com/watch?v=mop6g-c5HEY
This tutorial covers everything you need to know about user interfaces in Python. I will go over all of tkinter, Python's default GUI framework, cover all th...
-
Understanding all of Python, through its builtins
https://tushar.lol/post/builtins/#dir-and-vars-everything-is-a-dictionary
Python has a whole lot of builtins that are unknown to most people. This guide aims to introduce you to everything that Python has to offer, through its seemingly obscure builtins.
-
Welcome to pyspread | pyspread
https://pyspread.gitlab.io/?utm_source=hackernewsletter&utm_medium=email&utm_term=fav
pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. It expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete.
-
charliermarsh/ruff: An extremely fast Python linter, written in Rust.
https://github.com/charliermarsh/ruff
An extremely fast Python linter, written in Rust. Contribute to charliermarsh/ruff development by creating an account on GitHub.
-
futurecoder: Learn to code from scratch
https://futurecoder.io/
100% free and interactive Python course for beginners
-
https://developers.google.com/edu/python/lists
https://developers.google.com/edu/python/lists
-
https://dokumen.pub/python-mastery-from-absolute-beginner-to-pro.html
https://dokumen.pub/python-mastery-from-absolute-beginner-to-pro.html
-
https://emily.space/posts/251023-uv?utm_source=hackernewsletter&utm_medium=email&utm_term=fav
https://emily.space/posts/251023-uv?utm_source=hackernewsletter&utm_medium=email&utm_term=fav
-
https://fstrings.wtf
https://fstrings.wtf
-
https://nullprogram.com/tags/python
https://nullprogram.com/tags/python
-
https://py-typedlogic.github.io
https://py-typedlogic.github.io
-
https://pybit.es/articles
https://pybit.es/articles
-
https://pybit.es/catalogue
https://pybit.es/catalogue
-
https://pybites.gumroad.com/l/pbtips?layout=profile
https://pybites.gumroad.com/l/pbtips?layout=profile
-
https://realpython.com/async-io-python
https://realpython.com/async-io-python
-
https://realpython.com/introduction-to-mongodb-and-python
https://realpython.com/introduction-to-mongodb-and-python
-
https://snippets.bentasker.co.uk/page-1903201133-Decompress-Mozilla-Firefox-jsonlz4-bookmark-backup-files-Python.html
https://snippets.bentasker.co.uk/page-1903201133-Decompress-Mozilla-Firefox-jsonlz4-bookmark-backup-files-Python.html
-
https://stephengruppetta.com
https://stephengruppetta.com
-
https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python
https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python
-
https://thenewstack.io/python-threadpool-vs-multiprocessing
https://thenewstack.io/python-threadpool-vs-multiprocessing
-
https://thepythoncodingbook.com/2022/04/17/debugging-python-code-is-like-detective-work-lets-investigate
https://thepythoncodingbook.com/2022/04/17/debugging-python-code-is-like-detective-work-lets-investigate
-
https://wasmer.io/posts/python-on-the-edge-powered-by-webassembly
https://wasmer.io/posts/python-on-the-edge-powered-by-webassembly