python

  1. J

    [TalkPython] - Modern Python Projects

    Course Summary There's a long way from writing your first print("hello world") to shipping a Python application. Installing new packages without breaking others, choosing the best tools that will still be maintained in a few years, figuring out what's the "Pythonic" code that everyone keeps...
  2. J

    [TalkPython] - #100DaysOfWeb in Python Course

    Course Summary #100DaysOfWeb in Python is a course that will ensure your success with the 100 days of code challenge, all while teaching you Python web development. With every 4 days dedicated to a different concept, you’ll be amazed at how many Python Web technologies and libraries you’ll learn...
  3. J

    [TalkPython] - Write Pythonic Code Like a Seasoned Developer Course

    Course SummaryThis course will take you on a tour of over 50 of the more popular and useful code examples demonstrating Pythonic code. In the examples, you'll first see non-Pythonic code and then the more natural Pythonic version.One of the special concepts in Python is the idea of writing...
  4. J

    [TalkPython] - Python Jumpstart by Building 10 Apps Course

    Course Summary Programming is fun and profitable. Learning to become a software developer should be equally fun! This course will teach you everything you need to know about the Python language all the while building interesting and engaging applications.Source code and course GitHub...
  5. J

    [TalkPython] - Python for the .NET Developer Course

    Course Summary Are you a .NET developer who is interested in learning Python? This is the course for you. While there are many getting started courses for Python, this course is specifically geared towards helping C# and .NET developers quickly get up to speed with Python. It covers a wide...
  6. J

    [TalkPython] - Python for Entrepreneurs Course

    Course Summary Have you ever wanted to create a startup or small web-based business? Do you know a little of the Python language? Great, that's a huge first step. But there are many elements to launching a successful online business and this course will fill in the gaps and help you realize your...
  7. J

    [TalkPython] - Python for Decision Makers and Business Leaders Course

    Course Summary Python has seen meteoric growth over the past few years. This means many organizations and teams are adopting Python when they previously used other technology. Why are they switching? What is it about Python that makes it so effective for organizations? If you need to learn...
  8. J

    [TalkPython] - Python 3, an Illustrated Tour Course

    Course Summary Python 3 has been out for a while and is the best Python version to start any new project. Now that Python 2 has been end-of-lifed, it is worth looking into porting Python 2 projects to Python 3. Not only is Python 3 faster than previous versions, but it is also easier to use now...
  9. J

    [TalkPython] - Move from Excel to Python with Pandas Course

    Course Summary If you work with Excel and have ever thought - "there has to be a better way" then this course is for you! Excel has been used to automate and power businesses and solve business users' problems for years. But there are many drawbacks to relying so heavily on Excel for your data...
  10. J

    [TalkPython] - MongoDB for Developers with Python

    Course Summary MongoDB is one of the most exciting data technologies. You can build extremely high performance apps with the joy of a schemaless lifestyle. Python is the perfect counterpart to MongoDB and that's what this course is all about.Source code and course GitHub repository...
  11. J

    [TalkPython] - Mastering PyCharm Course

    Course Summary PyCharm is the premier Python IDE (integrated development environment). You will be hard-pressed to find an editor that gives a more holistic way to build Python applications. While powerful, IDEs can be daunting to learn with all their features. That's why this course shows you...
  12. J

    [TalkPython] - Managing Python Dependencies Course

    Course Summary Here's how to go from "Writing Scripts" to "Building Applications" with Python, master the tools of the trade for dependency management, and become an expert at picking quality Python libraries. This course will give you the tools and best practices to tackle Python application...
  13. J

    [TalkPython] - Introduction to Ansible Course

    Course Summary A course by Matt Makai of Full Stack Python for software developers who want to learn the Ansible configuration management tool for managing servers, deploying web applications, and performing DevOps tasks.Source code and course GitHub repository...
  14. J

    [TalkPython] - Eve: Building RESTful APIs with MongoDB and Flask Course

    Course Summary Eve is an open-source Python REST API framework designed for human beings. It allows you to effortlessly build and deploy highly customizable, fully featured RESTful web services.Source code and course GitHub repository...
  15. J

    [TalkPython] - Consuming HTTP Services in Python Course

    Course Summary This course will show you how easy it is to consume a wide variety of web services using Python. You will be comfortable working with a variety of web and HTTP services. In addition to core package APIs, you will learn the ins-and-outs of HTTP RESTful services and their data...
  16. J

    [TalkPython] - Building Data-Driven Web Apps with Pyramid and SQLAlchemy

    Course Summary One of the areas Python really shines is in building clean and powerful web applications. Once you know the language basics, this course will teach you everything you need to build data-driven, modern web applications in Python.Source code and course GitHub repository...
  17. J

    [TalkPython] - Building Data-Driven Web Apps with Flask and SQLAlchemy

    Course Summary One of the areas Python really shines is in building clean and powerful web applications. Once you know the language basics, this course will teach you everything you need to build data-driven, modern web applications in Python with the Flask web framework.Source code and course...
  18. J

    [TalkPython] - Async Techniques and Examples in Python Course

    Course Summary Python's async and parallel programming support is highly underrated. In this course, you will learn the entire spectrum of Python's parallel APIs. We will start with covering the new and powerful async and await keywords along with the underpinning module: asyncio. Then we'll...
  19. J

    [TalkPython] - #100DaysOfCode in Python Course

    Course Summary#100DaysOfCode in Python is your perfect companion to take the 100 days of code challenge and be successful. This course is 1-part video lesson, 2-parts guided projects. You will be amazed at how many Python technologies and libraries you learn on this journey. Join the course...
  20. R

    [EBook] Practical Python Projects

    Practical Python ProjectsOnly for US$34.99Buy Now The Practical Python Projects book demonstrates how to combine different libraries and frameworks to build amazing things. When learning to program, most books, websites, and tutorials focus on teaching the intricacies of the language. They do...